Class BlockStmt

All Implemented Interfaces:
NodeWithRange<Node>, NodeWithStatements<BlockStmt>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class BlockStmt extends Statement implements NodeWithStatements<BlockStmt>
Statements in between { and }.
Author:
Julio Vilmar Gesser