|
||||||||||
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.ClassDefStatement
public class ClassDefStatement
Represents a class definition
Field Summary | |
---|---|
protected InterpretedClassDef |
_cl
|
Fields inherited from class com.caucho.quercus.statement.Statement |
---|
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN |
Constructor Summary | |
---|---|
ClassDefStatement(Location location,
InterpretedClassDef cl)
|
Method Summary | |
---|---|
Value |
execute(Env env)
|
java.lang.String |
toString()
|
Methods inherited from class com.caucho.quercus.statement.Statement |
---|
fallThrough, getLocation, getParent, isLoop, rethrow, rethrow, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final InterpretedClassDef _cl
Constructor Detail |
---|
public ClassDefStatement(Location location, InterpretedClassDef cl)
Method Detail |
---|
public Value execute(Env env)
execute
in class Statement
public java.lang.String toString()
toString
in class Statement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |