|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xpath.VariableName
VariableName represents the name of a variable.
Constructor Summary | |
VariableName(String name,
int index,
boolean isGlobal)
Create a VariableName. |
Method Summary | |
boolean |
equals(Object object)
|
int |
getIndex()
Return the variable name index. |
String |
getName()
Return the variable name. |
int |
hashCode()
|
boolean |
isGlobal()
Return the variable name index. |
String |
toString()
Return a string representation of the variable name. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VariableName(String name, int index, boolean isGlobal)
name
- the nameindex
- an index of the name in a namelist.isGlobal
- isGlobal flag.Method Detail |
public String getName()
public int getIndex()
public boolean isGlobal()
public int hashCode()
public boolean equals(Object object)
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |