vec_math
Class ExpressionFunction.Test
java.lang.Object
vec_math.ExpressionFunction.Test
- Enclosing class:
- ExpressionFunction
public static final class ExpressionFunction.Test
- extends Object
Test by evaluating an arbitrary function at the provided position.
|
Method Summary |
static void |
main(String[] arg)
First command line argument is the expression, second the value
where it should be evaluated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionFunction.Test
public ExpressionFunction.Test()
main
public static void main(String[] arg)
throws ParseException
- First command line argument is the expression, second the value
where it should be evaluated.
- Throws:
ParseException