|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.program.FunctionInfo
com.caucho.quercus.program.ProFunctionInfo
public class ProFunctionInfo
Information about a function.
| Constructor Summary | |
|---|---|
ProFunctionInfo(QuercusContext quercus,
ClassDef classDef,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
protected FunctionInfo |
createCopy()
|
protected VarInfo |
createVarInfo(StringValue name)
|
| Methods inherited from class com.caucho.quercus.program.FunctionInfo |
|---|
addTempVar, copy, createTempVar, createVar, createVar, getDeclaringClass, getName, getQuercus, getTempIndex, getTempVariables, getVariables, hasThis, isClosure, isConstructor, isFinal, isGlobal, isMethod, isNonStaticMethod, isOutUsed, isPageMain, isPageStatic, isReadOnly, isReturnsReference, isUsesGlobal, isUsesSymbolTable, isVariableArgs, isVariableVar, setClosure, setConstructor, setFunction, setGlobal, setHasThis, setModified, setOutUsed, setPageMain, setPageStatic, setReturnsReference, setUsesGlobal, setUsesSymbolTable, setVariableArgs, setVariableVar, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProFunctionInfo(QuercusContext quercus,
ClassDef classDef,
java.lang.String name)
| Method Detail |
|---|
protected FunctionInfo createCopy()
createCopy in class FunctionInfoprotected VarInfo createVarInfo(StringValue name)
createVarInfo in class FunctionInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||