Class UnitParser.Lexeme

java.lang.Object
uk.me.nxg.unity.UnitParser.Lexeme
Enclosing class:
UnitParser

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

    • token

      public final int token
    • value

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