JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.yamcs.studio.autocomplete.parser.engine.expr
Interface IBinaryOperator
All Known Implementing Classes:
ExprBinaryOperator
public interface
IBinaryOperator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Expr
getLHS
()
Expr
getRHS
()
void
setLHS
(
Expr
lhs)
void
setRHS
(
Expr
rhs)
Method Details
getLHS
Expr
getLHS
()
setLHS
void
setLHS
(
Expr
lhs)
getRHS
Expr
getRHS
()
setRHS
void
setRHS
(
Expr
rhs)