uk.me.nxg.unity
Class UnitParser.Lexeme

java.lang.Object
  extended by 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 Summary
 int token
           
 String value
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token

public final int token

value

public final String value