Class UnitParser.Lexeme

  • Enclosing class:
    UnitParser

    public static class UnitParser.Lexeme
    extends java.lang.Object
    A single lexeme. This is primarily for debugging, and may be removed or hidden in future.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int token  
      uk.me.nxg.unity.UnitVal value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • token

        public final int token
      • value

        public final uk.me.nxg.unity.UnitVal value
    • Method Detail

      • toString

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