public interface CondExpr extends Expr
Modifier and Type | Method and Description |
---|---|
ListTerm<Expr> |
getExpr()
Returns the Expr elements.
|
Expr |
getLeftExpr() |
Pred |
getPred()
Returns the Pred element.
|
Expr |
getRightExpr() |
void |
setPred(Pred pred)
Sets the Pred element.
|
Pred getPred()
void setPred(Pred pred)
pred
- the Pred element.getPred()
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()
Expr getRightExpr()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.