|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.statement.Statement
com.caucho.quercus.statement.BlockStatement
com.caucho.quercus.statement.ProBlockStatement
public class ProBlockStatement
Represents sequence of statements.
| Field Summary |
|---|
| Fields inherited from class com.caucho.quercus.statement.BlockStatement |
|---|
_statements |
| Fields inherited from class com.caucho.quercus.statement.Statement |
|---|
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN |
| Constructor Summary | |
|---|---|
ProBlockStatement(Location location,
java.util.ArrayList<Statement> statementList)
|
|
ProBlockStatement(Location location,
Statement[] statements)
|
|
| Method Summary | |
|---|---|
BlockStatement |
append(java.util.ArrayList<Statement> statementList)
|
StatementGenerator |
getGenerator()
Returns the generator. |
| Methods inherited from class com.caucho.quercus.statement.BlockStatement |
|---|
execute, fallThrough, getStatements |
| Methods inherited from class com.caucho.quercus.statement.Statement |
|---|
getLocation, getParent, isLoop, rethrow, rethrow, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProBlockStatement(Location location,
java.util.ArrayList<Statement> statementList)
public ProBlockStatement(Location location,
Statement[] statements)
| Method Detail |
|---|
public BlockStatement append(java.util.ArrayList<Statement> statementList)
append in class BlockStatementpublic StatementGenerator getGenerator()
CompilingStatement
getGenerator in interface CompilingStatement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||