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

    Modifier and Type Method Description
    int getValue()  
    void setValue​(int value)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • setValue

      public void setValue​(int value)
    • getValue

      public int getValue()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object