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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lhs
-
rhs
-
-
Constructor Details
-
ExprBinaryOperator
-
-
Method Details
-
getLHS
- Specified by:
getLHSin interfaceIBinaryOperator
-
setLHS
- Specified by:
setLHSin interfaceIBinaryOperator
-
getRHS
- Specified by:
getRHSin interfaceIBinaryOperator
-
setRHS
- Specified by:
setRHSin interfaceIBinaryOperator
-
validate
- Overrides:
validatein classExpr- Throws:
ExprException
-
hashCode
public int hashCode() -
equals
-