tools.processor
Class ParseToken

java.lang.Object
  extended by tools.processor.ParseToken

public class ParseToken
extends java.lang.Object

Mnemonics parse into tokens of two types: text-match and numeric-values. This class encapsulates a parsed mnemonic.


Nested Class Summary
static class ParseToken.TYPE
           
 
Field Summary
 java.lang.String text
           
 ParseToken.TYPE tokenType
           
 
Constructor Summary
ParseToken(ParseToken.TYPE tokenType, java.lang.String text)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokenType

public ParseToken.TYPE tokenType

text

public java.lang.String text
Constructor Detail

ParseToken

public ParseToken(ParseToken.TYPE tokenType,
                  java.lang.String text)