接口 InitializeableNode
-
- 所有已知实现类:
AbstractMapComponentNode,AbstractNullnessCheckNode,AbstractRestrictableStatement,AbstractSelectExpression,AbstractStatement,AggregateNode,BinaryArithmeticOperatorNode,BinaryLogicOperatorNode,BooleanLiteralNode,CastFunctionNode,CollectionFunction,ComponentJoin,ConstructorNode,CountNode,DeleteStatement,DotNode,EntityJoinFromElement,FromClause,FromElement,FromReferenceNode,HqlSqlWalkerNode,IdentNode,ImpliedFromElement,IndexNode,InLogicOperatorNode,InsertStatement,IntoClause,IsNotNullLogicOperatorNode,IsNullLogicOperatorNode,LiteralNode,MapEntryNode,MapKeyEntityFromElement,MapKeyNode,MapValueNode,MethodNode,NullNode,OrderByClause,ParameterNode,QueryNode,ResultVariableRefNode,SearchedCaseNode,SelectClause,SelectExpressionImpl,SelectExpressionList,SimpleCaseNode,UnaryArithmeticNode,UnaryLogicOperatorNode,UpdateStatement
public interface InitializeableNodeAn interface for initializeable AST nodes.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidinitialize(Object param)Initializes the node with the parameter.
-
-
-
方法详细资料
-
initialize
void initialize(Object param)
Initializes the node with the parameter.- 参数:
param- the initialization parameter.
-
-