public interface MemPred extends Pred
Modifier and Type | Method and Description |
---|---|
ListTerm<Expr> |
getExpr()
Returns the Expr elements.
|
Expr |
getLeftExpr() |
Boolean |
getMixfix()
Returns the Mixfix element.
|
Expr |
getRightExpr() |
void |
setLeftExpr(Expr expr) |
void |
setMixfix(Boolean mixfix)
Sets the Mixfix element.
|
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).
Boolean getMixfix()
void setMixfix(Boolean mixfix)
mixfix
- the Mixfix element.getMixfix()
Expr getLeftExpr()
void setLeftExpr(Expr expr)
Expr getRightExpr()
void setRightExpr(Expr expr)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.