Uses of Class
net.sourceforge.sasi.SASIEval

Packages that use SASIEval
net.sourceforge.sasi   
 

Uses of SASIEval in net.sourceforge.sasi
 

Methods in net.sourceforge.sasi that return SASIEval
static SASIEval SASIInterpreter.create(java.lang.String expr)
          parses an expression
 

Methods in net.sourceforge.sasi with parameters of type SASIEval
static boolean SASIInterpreter.interpret(SASIEval expr, java.util.HashMap hm)
          evalutes an expression using the provided sco states
 

Constructors in net.sourceforge.sasi with parameters of type SASIEval
SASIEval(SASIEval e1)
          Constructor for a child node
SASIEval(java.lang.String op, SASIEval e1)
          Constructor for a NOT expression
SASIEval(java.lang.String op, SASIEval e1, SASIEval e2)
          Constructor for an AND/OR expression