Package org.apache.calcite.linq4j.tree
Class Statement
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Statement
- All Implemented Interfaces:
Node
- Direct Known Subclasses:
BlockStatement,ConditionalStatement,DeclarationStatement,ForEachStatement,ForStatement,GotoStatement,LabelStatement,SwitchStatement,ThrowStatement,TryStatement,WhileStatement
Statement.
-
Field Summary
Fields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.calcite.linq4j.tree.AbstractNode
accept, equals, evaluate, getNodeType, getType, hashCode, toString
-
Constructor Details
-
Statement
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceNode- Overrides:
acceptin classAbstractNode
-