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,ForStatement,GotoStatement,LabelStatement,SwitchStatement,ThrowStatement,TryStatement,WhileStatement
public abstract class Statement extends AbstractNode
Statement.
-
-
Field Summary
-
Fields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType, type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStatement(ExpressionType nodeType, Type type)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) voidaccept(ExpressionWriter writer, int lprec, int rprec)abstract Statementaccept(Shuttle shuttle)-
Methods inherited from class org.apache.calcite.linq4j.tree.AbstractNode
accept, accept0, equals, evaluate, getNodeType, getType, hashCode, toString
-
-
-
-
Constructor Detail
-
Statement
protected Statement(ExpressionType nodeType, Type type)
-
-
Method Detail
-
accept
final void accept(ExpressionWriter writer, int lprec, int rprec)
- Overrides:
acceptin classAbstractNode
-
-