org.shiftone.bigcalc.core.literal
Class IntegerLiteralFunctor
java.lang.Object
org.shiftone.bigcalc.core.literal.IntegerLiteralFunctor
- All Implemented Interfaces:
- Functor
- public class IntegerLiteralFunctor
- extends java.lang.Object
- implements Functor
- Version:
- $Revision: 1.6 $
- Author:
- $Author: jeffdrost $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IntegerLiteralFunctor
public IntegerLiteralFunctor(java.math.BigInteger literalValue)
IntegerLiteralFunctor
public IntegerLiteralFunctor(java.lang.String valueText)
evaluate
public java.lang.Object evaluate(Context context)
throws java.lang.Exception
- Specified by:
evaluate
in interface Functor
- Throws:
java.lang.Exception
print
public void print(java.lang.StringBuffer sb,
Context context)
throws java.lang.Exception
- Specified by:
print
in interface Functor
- Throws:
java.lang.Exception
toString
public java.lang.String toString()