|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.expr.VarInfo
public class VarInfo
Information about a variable's use in a function.
Constructor Summary | |
---|---|
VarInfo(StringValue name,
FunctionInfo function)
|
Method Summary | |
---|---|
FunctionInfo |
getFunction()
Returns the owning function. |
StringValue |
getName()
Returns the variable name. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VarInfo(StringValue name, FunctionInfo function)
Method Detail |
---|
public StringValue getName()
public FunctionInfo getFunction()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |