org.hibernate.hql.ast.tree

Interface PathNode

Known Implementing Classes:
DotNode, FromReferenceNode, IdentNode, IndexNode, SelectExpressionImpl

public interface PathNode

An AST node with a path property. This path property will be the fully qualified name.
Author:
josh

Method Summary

String
getPath()
Returns the full path name represented by the node.

Method Details

getPath

public String getPath()
Returns the full path name represented by the node.
Returns:
the full path name represented by the node.