|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmodhelxs.mocs.tfsm.parser.Expression
modhelxs.mocs.tfsm.parser.BinaryOperator
modhelxs.mocs.tfsm.parser.OperatorAnd
public class OperatorAnd
Represents the AND operator in boolean expressions.
| Field Summary |
|---|
| Fields inherited from class modhelxs.mocs.tfsm.parser.BinaryOperator |
|---|
args |
| Fields inherited from class modhelxs.mocs.tfsm.parser.Expression |
|---|
isValid |
| Constructor Summary | |
|---|---|
OperatorAnd(Expression a,
Expression b)
|
|
OperatorAnd(java.util.List<Expression> args)
|
|
| Method Summary | |
|---|---|
Value |
eval(java.util.Map<java.lang.String,Value> in)
|
protected java.lang.String |
getOp()
|
| Methods inherited from class modhelxs.mocs.tfsm.parser.BinaryOperator |
|---|
toString |
| Methods inherited from class modhelxs.mocs.tfsm.parser.Expression |
|---|
getDelayGard, getName, getValid, parse, setValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OperatorAnd(java.util.List<Expression> args)
public OperatorAnd(Expression a,
Expression b)
| Method Detail |
|---|
public Value eval(java.util.Map<java.lang.String,Value> in)
throws EvaluationException
eval in class ExpressionEvaluationExceptionprotected java.lang.String getOp()
getOp in class BinaryOperator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||