Package | Description |
---|---|
com.caucho.quercus.expr | |
com.caucho.quercus.statement |
Modifier and Type | Method and Description |
---|---|
BlockStatement |
ExprFactory.createBlockImpl(Location loc,
java.util.ArrayList<Statement> statementList)
Creates an expr statement
|
BlockStatement |
ExprFactory.createBlockImpl(Location loc,
Statement[] statements)
Creates an expr statement
|
Modifier and Type | Method and Description |
---|---|
Statement |
ExprFactory.createSwitch(Location loc,
Expr value,
java.util.ArrayList<Expr[]> caseList,
java.util.ArrayList<BlockStatement> blockList,
Statement defaultBlock,
java.lang.String label)
Creates a switch statement
|
Modifier and Type | Field and Description |
---|---|
protected BlockStatement[] |
SwitchStatement._blocks |
Modifier and Type | Method and Description |
---|---|
BlockStatement |
BlockStatement.append(java.util.ArrayList<Statement> statementList) |
Constructor and Description |
---|
SwitchStatement(Location location,
Expr value,
java.util.ArrayList<Expr[]> caseList,
java.util.ArrayList<BlockStatement> blockList,
Statement defaultBlock,
java.lang.String label) |