|
||||||||||
| 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.ForeachStatement
com.caucho.quercus.statement.ProForeachStatement
public class ProForeachStatement
Represents a foreach statement.
| Field Summary |
|---|
| Fields inherited from class com.caucho.quercus.statement.ForeachStatement |
|---|
_block, _isRef, _key, _label, _objExpr, _value |
| Fields inherited from class com.caucho.quercus.statement.Statement |
|---|
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN |
| Constructor Summary | |
|---|---|
ProForeachStatement(Location location,
Expr objExpr,
AbstractVarExpr key,
AbstractVarExpr value,
boolean isRef,
Statement block,
java.lang.String label)
|
|
| Method Summary | |
|---|---|
StatementGenerator |
getGenerator()
Returns the generator. |
| Methods inherited from class com.caucho.quercus.statement.ForeachStatement |
|---|
execute, isLoop |
| Methods inherited from class com.caucho.quercus.statement.Statement |
|---|
fallThrough, getLocation, getParent, rethrow, rethrow, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProForeachStatement(Location location,
Expr objExpr,
AbstractVarExpr key,
AbstractVarExpr value,
boolean isRef,
Statement block,
java.lang.String label)
| Method Detail |
|---|
public StatementGenerator getGenerator()
CompilingStatement
getGenerator in interface CompilingStatement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||