Class ExprBinaryOperator
java.lang.Object
org.yamcs.studio.autocomplete.parser.engine.expr.Expr
org.yamcs.studio.autocomplete.parser.engine.expr.ExprBinaryOperator
- All Implemented Interfaces:
IBinaryOperator
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
lhs
-
rhs
-
-
Constructor Details
-
ExprBinaryOperator
-
-
Method Details
-
getLHS
- Specified by:
getLHS
in interfaceIBinaryOperator
-
setLHS
- Specified by:
setLHS
in interfaceIBinaryOperator
-
getRHS
- Specified by:
getRHS
in interfaceIBinaryOperator
-
setRHS
- Specified by:
setRHS
in interfaceIBinaryOperator
-
validate
- Overrides:
validate
in classExpr
- Throws:
ExprException
-
hashCode
public int hashCode() -
equals
-