org.hibernate.hql.ast.tree

Interface InitializeableNode

Known Implementing Classes:
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.

Method Summary

void
initialize(Object param)
Initializes the node with the parameter.

Method Details

initialize

public void initialize(Object param)
Initializes the node with the parameter.
Parameters:
param - the initialization parameter.