File
Doc
Category
Size
Date
Package
PathNode.java
API Doc
Hibernate 3.2.5
418
Tue Jul 12 15:27:30 BST 2005
org.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.String
getPath
()
Returns the full path name represented by the node.
return
the full path name represented by the node.
Java Code Source