org.jsmiparser.util.token
Class GenericToken<Value>

java.lang.Object
  extended by org.jsmiparser.util.token.AbstractToken
      extended by org.jsmiparser.util.token.GenericToken<Value>
All Implemented Interfaces:
Token
Direct Known Subclasses:
BigIntegerToken, EnumToken, StringToken

public class GenericToken<Value>
extends AbstractToken


Field Summary
protected  Value m_value
           
 
Constructor Summary
GenericToken(Location location, Value value)
           
 
Method Summary
 Value getObject()
           
 Value getValue()
           
 
Methods inherited from class org.jsmiparser.util.token.AbstractToken
getLocation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_value

protected Value m_value
Constructor Detail

GenericToken

public GenericToken(Location location,
                    Value value)
Method Detail

getValue

public Value getValue()

getObject

public Value getObject()


Copyright © 2005-2007 null. All Rights Reserved.