|
||||||||||
| 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.GlobalStatement
com.caucho.quercus.statement.ProGlobalStatement
public class ProGlobalStatement
Represents a global statement in a PHP program.
| Field Summary |
|---|
| Fields inherited from class com.caucho.quercus.statement.GlobalStatement |
|---|
_var |
| Fields inherited from class com.caucho.quercus.statement.Statement |
|---|
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN |
| Constructor Summary | |
|---|---|
ProGlobalStatement(Location location,
VarExpr var)
Creates the echo statement. |
|
| Method Summary | |
|---|---|
StatementGenerator |
getGenerator()
Returns the generator. |
| Methods inherited from class com.caucho.quercus.statement.GlobalStatement |
|---|
execute |
| Methods inherited from class com.caucho.quercus.statement.Statement |
|---|
fallThrough, 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 ProGlobalStatement(Location location,
VarExpr var)
| 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 | |||||||||