org.jsmiparser.util.token
Class BigIntegerToken

java.lang.Object
  extended by org.jsmiparser.util.token.AbstractToken
      extended by org.jsmiparser.util.token.GenericToken<java.math.BigInteger>
          extended by org.jsmiparser.util.token.BigIntegerToken
All Implemented Interfaces:
Token

public class BigIntegerToken
extends GenericToken<java.math.BigInteger>


Field Summary
 
Fields inherited from class org.jsmiparser.util.token.GenericToken
m_value
 
Constructor Summary
BigIntegerToken(int value)
           
BigIntegerToken(Location location, boolean negate, java.lang.String value)
           
 
Method Summary
 
Methods inherited from class org.jsmiparser.util.token.GenericToken
getObject, 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
 

Constructor Detail

BigIntegerToken

public BigIntegerToken(Location location,
                       boolean negate,
                       java.lang.String value)

BigIntegerToken

public BigIntegerToken(int value)


Copyright © 2005-2007 null. All Rights Reserved.