|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.chaperon.model.symbol.Symbol
net.sourceforge.chaperon.model.symbol.Terminal
net.sourceforge.chaperon.model.grammar.Error
public class Error
This symbol represents an error token
Field Summary | |
---|---|
static Error |
instance
|
Constructor Summary | |
---|---|
Error()
Creates a symbol for an error token |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compares the with another symbol. |
int |
hashCode()
Returns a hash code value for the symbol. |
Methods inherited from class net.sourceforge.chaperon.model.symbol.Symbol |
---|
getName, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Error instance
Constructor Detail |
---|
public Error()
Method Detail |
---|
public int hashCode()
hashCode
in class Terminal
public boolean equals(java.lang.Object o)
equals
in class Terminal
o
- Another object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |