FileDocCategorySizeDatePackage
PathNode.javaAPI DocHibernate 3.2.5418Tue Jul 12 15:27:30 BST 2005org.hibernate.hql.ast.tree

PathNode

public interface PathNode
An AST node with a path property. This path property will be the fully qualified name.
author
josh Nov 7, 2004 10:56:49 AM

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetPath()
Returns the full path name represented by the node.

return
the full path name represented by the node.