org.sablecc.sablecc
Class LR0Item
java.lang.Object
org.sablecc.sablecc.LR0Item
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Comparable
final class LR0Item
- extends java.lang.Object
- implements java.lang.Cloneable, java.lang.Comparable
Constructor Summary |
LR0Item(int production,
int position)
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
production
final int production
position
final int position
LR0Item
LR0Item(int production,
int position)
compareTo
public int compareTo(java.lang.Object object)
- Specified by:
compareTo
in interface java.lang.Comparable
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object