com.caucho.quercus.statement
Class BlockStatement
java.lang.Object
com.caucho.quercus.statement.Statement
com.caucho.quercus.statement.BlockStatement
public class BlockStatement
- extends Statement
Represents sequence of statements.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_statements
protected Statement[] _statements
BlockStatement
public BlockStatement(Location location,
Statement[] statements)
BlockStatement
public BlockStatement(Location location,
java.util.ArrayList<Statement> statementList)
append
public BlockStatement append(java.util.ArrayList<Statement> statementList)
getStatements
public Statement[] getStatements()
fallThrough
public int fallThrough()
- Returns true if the statement can fallthrough.
- Overrides:
fallThrough
in class Statement
execute
public Value execute(Env env)
- Specified by:
execute
in class Statement