vec_math
Class ExpressionFunction.Test

java.lang.Object
  extended by 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.


Constructor Summary
ExpressionFunction.Test()
           
 
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
 

Constructor Detail

ExpressionFunction.Test

public ExpressionFunction.Test()
Method Detail

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