Package icyllis.arc3d.compiler.tree
Class Statement
java.lang.Object
icyllis.arc3d.compiler.tree.Node
icyllis.arc3d.compiler.tree.Statement
- Direct Known Subclasses:
Block
,BreakStatement
,ContinueStatement
,DiscardStatement
,EmptyStatement
,ExpressionStatement
,ForStatement
,IfStatement
,ReturnStatement
,SwitchCase
,SwitchStatement
,VariableDeclaration
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
Modifier and TypeMethodDescriptionfinal boolean
accept
(@NonNull TreeVisitor visitor) Visit this AST with a given visitor.abstract Node.StatementKind
getKind()
boolean
isEmpty()
Methods inherited from class icyllis.arc3d.compiler.tree.Node
getEndOffset, getStartOffset, toString
-
Constructor Details
-
Statement
protected Statement(int position)
-
-
Method Details