|
||||||||||
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.TextStatement
public class TextStatement
Represents static text in a PHP program.
Field Summary |
---|
Fields inherited from class com.caucho.quercus.statement.Statement |
---|
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN |
Constructor Summary | |
---|---|
TextStatement(Location location,
java.lang.String value)
Creates the text statement with its string. |
Method Summary | |
---|---|
Value |
execute(Env env)
|
protected java.lang.String |
getValue()
|
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 TextStatement(Location location, java.lang.String value)
Method Detail |
---|
protected java.lang.String getValue()
public Value execute(Env env)
execute
in class Statement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |