org.hibernate.hql.ast.tree
Interface InitializeableNode
- AbstractNullnessCheckNode, AbstractRestrictableStatement, AbstractSelectExpression, AbstractStatement, AggregateNode, BinaryArithmeticOperatorNode, BinaryLogicOperatorNode, BooleanLiteralNode, Case2Node, CaseNode, CollectionFunction, ConstructorNode, CountNode, DeleteStatement, DotNode, FromClause, FromElement, FromReferenceNode, HqlSqlWalkerNode, IdentNode, ImpliedFromElement, IndexNode, InLogicOperatorNode, InsertStatement, IntoClause, IsNotNullLogicOperatorNode, IsNullLogicOperatorNode, LiteralNode, MethodNode, OrderByClause, ParameterNode, QueryNode, SelectClause, SelectExpressionImpl, SelectExpressionList, UnaryArithmeticNode, UnaryLogicOperatorNode, UpdateStatement
public interface InitializeableNode
An interface for initializeable AST nodes.
void | initialize(Object param) - Initializes the node with the parameter.
|
initialize
public void initialize(Object param)
Initializes the node with the parameter.
param
- the initialization parameter.