public class ASTBlock extends ASTNode
ASTNode.DataType| Modifier and Type | Field and Description |
|---|---|
List<ASTStatement> |
statements |
List<ASTVariable> |
variables |
attributes| Constructor and Description |
|---|
ASTBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
traverse(ASTVisitor visitor)
Generic traversal method for the visitor pattern.
|
getASTTypeStr, getDepth, getParent, getSourceInfo, getType, setDepth, setParent, setSourceInfo, setType, typeToStringpublic List<ASTVariable> variables
public List<ASTStatement> statements
public void traverse(ASTVisitor visitor)
ASTNodeCopyright © 2019. All rights reserved.