Package icyllis.arc3d.compiler.tree
Class Statement
java.lang.Object
icyllis.arc3d.compiler.tree.Node
icyllis.arc3d.compiler.tree.Statement
- Direct Known Subclasses:
BlockStatement,BreakStatement,ContinueStatement,DiscardStatement,EmptyStatement,ExpressionStatement,ForLoop,IfStatement,ReturnStatement,SwitchCase,SwitchStatement,VariableDecl
Abstract supertype of all statements.
-
Nested Class Summary
Nested classes/interfaces inherited from class icyllis.arc3d.compiler.tree.Node
Node.ElementKind, Node.ExpressionKind, Node.StatementKind, Node.SymbolKind -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class icyllis.arc3d.compiler.tree.Node
accept, getEndOffset, getStartOffset, toString
-
Constructor Details
-
Statement
protected Statement(int position)
-
-
Method Details
-
getKind
- See Also:
-
isEmpty
public boolean isEmpty()
-