|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.env.SaveState
public class SaveState
Represents a saved copy of the Quercus environment.
Method Summary | |
---|---|
ClassDef[] |
getClassDefList()
Returns the class def |
Value[] |
getConstantList()
Returns the constant list |
AbstractFunction[] |
getFunctionList()
Returns the function list |
Value[] |
getGlobalList()
Returns the global values |
IntMap |
getGlobalNameMap()
Returns the global name map |
ImportMap |
getImportMap()
Returns the import statements. |
java.util.Map<Path,QuercusPage> |
getIncludeMap()
Returns the list of included pages. |
QuercusClass[] |
getQuercusClassList()
Returns the quercus class |
Value[] |
getStaticList()
Returns the constant list |
IntMap |
getStaticNameMap()
Returns the global name map |
boolean |
isModified()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public AbstractFunction[] getFunctionList()
public ClassDef[] getClassDefList()
public QuercusClass[] getQuercusClassList()
public Value[] getConstantList()
public IntMap getStaticNameMap()
public Value[] getStaticList()
public IntMap getGlobalNameMap()
public Value[] getGlobalList()
public java.util.Map<Path,QuercusPage> getIncludeMap()
public ImportMap getImportMap()
public boolean isModified()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |