public interface LetVarAction extends LetAction
| Modifier and Type | Method and Description |
|---|---|
DeclList |
getDeclList()
Returns the DeclList element.
|
ExprList |
getExprList()
Returns the ExprList element.
|
ZDeclList |
getZDeclList()
This is a convenience method.
|
ZExprList |
getZExprList()
This is a convenience method.
|
void |
setDeclList(DeclList declList)
Sets the DeclList element.
|
void |
setExprList(ExprList exprList)
Sets the ExprList element.
|
getCircusAction, setCircusActionDeclList getDeclList()
ZDeclList getZDeclList()
void setDeclList(DeclList declList)
declList - the DeclList element.getDeclList()ExprList getExprList()
ZExprList getZExprList()
void setExprList(ExprList exprList)
exprList - the ExprList element.getExprList()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.