public class SaveState
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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() |
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()