public class BlockStatement extends Statement
Modifier and Type | Field and Description |
---|---|
protected Statement[] |
_statements |
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN
Constructor and Description |
---|
BlockStatement(Location location,
java.util.ArrayList<Statement> statementList) |
BlockStatement(Location location,
Statement[] statements) |
Modifier and Type | Method and Description |
---|---|
BlockStatement |
append(java.util.ArrayList<Statement> statementList) |
Value |
execute(Env env) |
int |
fallThrough()
Returns true if the statement can fallthrough.
|
Statement[] |
getStatements() |
protected Statement[] _statements
public BlockStatement append(java.util.ArrayList<Statement> statementList)
public Statement[] getStatements()
public int fallThrough()
fallThrough
in class Statement