public interface Expr2 extends Expr
Modifier and Type | Method and Description |
---|---|
ListTerm<Expr> |
getExpr()
Returns the Expr elements.
|
Expr |
getLeftExpr() |
Expr |
getRightExpr() |
void |
setLeftExpr(Expr expr) |
void |
setRightExpr(Expr expr) |
ListTerm<Expr> getExpr()
Returns the Expr elements.
To add or remove elements, use the methods provided by the List interface (that's why there is no need for a setter method).
Expr getLeftExpr()
void setLeftExpr(Expr expr)
Expr getRightExpr()
void setRightExpr(Expr expr)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.