|
||||||||||
| 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
public abstract class BinaryOperator
Represents a binary boolean operator.
| Field Summary | |
|---|---|
protected java.util.List<Expression> |
args
|
| Fields inherited from class modhelxs.mocs.tfsm.parser.Expression |
|---|
isValid |
| Constructor Summary | |
|---|---|
protected |
BinaryOperator(java.util.List<Expression> args)
|
| Method Summary | |
|---|---|
protected abstract java.lang.String |
getOp()
|
java.lang.String |
toString()
|
| Methods inherited from class modhelxs.mocs.tfsm.parser.Expression |
|---|
eval, getDelayGard, getName, getValid, parse, setValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Expression> args
| Constructor Detail |
|---|
protected BinaryOperator(java.util.List<Expression> args)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectprotected abstract java.lang.String getOp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||