|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.dbcore.grammars.VariableID
public class VariableID
The ID of a variable in the symbol table.
Constructor Summary | |
---|---|
VariableID(java.lang.String ID)
Set the ID. |
Method Summary | |
---|---|
boolean |
equals(VariableID other)
Test the equality of this GenericID with another one. |
java.lang.String |
toString()
Render the ID as a String. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VariableID(java.lang.String ID) throws Scheherexception
ID
- The desired identifier.
Scheherexception
- Throws error if the ID is invalid in
some way.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(VariableID other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |