Package parser
Class Precedence
java.lang.Object
parser.Precedence
public class Precedence
extends java.lang.Object
- Author:
- GBEMIRO
-
Constructor Summary
Constructors Constructor Description Precedence(int value) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Precedence
public Precedence(int value)
-
-
Method Details
-
setValue
public void setValue(int value) -
getValue
public int getValue() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-