edu.neu.ccs.demeterf.examples
Class EvalTest

java.lang.Object
  extended by edu.neu.ccs.demeterf.examples.EvalTest

public class EvalTest
extends java.lang.Object

Expression Eval Test. We evaluate simple expressions, find the max nested depth, and do a few simple transformations on the Exps


Constructor Summary
EvalTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvalTest

public EvalTest()
Method Detail

main

public static void main(java.lang.String[] args)