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

ResolvableNode

public interface ResolvableNode
The contract for expression sub-trees that can resolve themselves.
author
josh Sep 25, 2004 11:27:36 AM

Fields Summary
Constructors Summary
Methods Summary
public voidresolve(boolean generateJoin, boolean implicitJoin, java.lang.String classAlias, antlr.collections.AST parent)
Does the work of resolving an identifier or a dot

public voidresolve(boolean generateJoin, boolean implicitJoin, java.lang.String classAlias)
Does the work of resolving an identifier or a dot, but without a parent node

public voidresolve(boolean generateJoin, boolean implicitJoin)
Does the work of resolving an identifier or a dot, but without a parent node or alias

public voidresolveInFunctionCall(boolean generateJoin, boolean implicitJoin)
Does the work of resolving inside of the scope of a function call

public voidresolveIndex(antlr.collections.AST parent)
Does the work of resolving an an index [].