org.hibernate.hql.ast.tree
Interface InitializeableNode

All 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 Detail

initialize

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

Parameters:
param - the initialization parameter.


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved