Uses of Class
modhelxs.mocs.tfsm.parser.Value

Packages that use Value
modhelxs.mocs.tfsm.parser   
 

Uses of Value in modhelxs.mocs.tfsm.parser
 

Methods in modhelxs.mocs.tfsm.parser that return Value
 Value Variable.eval(java.util.Map<java.lang.String,Value> in)
           
 Value OperatorOr.eval(java.util.Map<java.lang.String,Value> in)
           
 Value OperatorNot.eval(java.util.Map<java.lang.String,Value> in)
           
 Value OperatorDelay.eval(java.util.Map<java.lang.String,Value> in)
           
 Value OperatorAnd.eval(java.util.Map<java.lang.String,Value> in)
           
abstract  Value Expression.eval(java.util.Map<java.lang.String,Value> in)
           
static Value Value.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Value[] Value.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in modhelxs.mocs.tfsm.parser with type arguments of type Value
 Value Variable.eval(java.util.Map<java.lang.String,Value> in)
           
 Value OperatorOr.eval(java.util.Map<java.lang.String,Value> in)
           
 Value OperatorNot.eval(java.util.Map<java.lang.String,Value> in)
           
 Value OperatorDelay.eval(java.util.Map<java.lang.String,Value> in)
           
 Value OperatorAnd.eval(java.util.Map<java.lang.String,Value> in)
           
abstract  Value Expression.eval(java.util.Map<java.lang.String,Value> in)