Package icyllis.arc3d.compiler.tree
Class Block
java.lang.Object
icyllis.arc3d.compiler.tree.Node
icyllis.arc3d.compiler.tree.Statement
icyllis.arc3d.compiler.tree.Block
A block of multiple statements functioning as a single statement.
-
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
getEndOffset, getStartOffset
-
Constructor Details
-
Block
-
-
Method Details
-
make
-
makeBlock
-
makeCompound
-
getKind
-
isEmpty
public boolean isEmpty() -
getStatements
-
isScoped
public boolean isScoped() -
setScoped
public void setScoped(boolean scoped) -
toString
-