public interface VarDecl extends Decl
Modifier and Type | Method and Description |
---|---|
Expr |
getExpr()
Returns the Expr element.
|
ZNameList |
getName() |
NameList |
getNameList()
Returns the NameList element.
|
ZNameList |
getZNameList()
This is a convenience method.
|
void |
setExpr(Expr expr)
Sets the Expr element.
|
void |
setNameList(NameList nameList)
Sets the NameList element.
|
NameList getNameList()
ZNameList getZNameList()
void setNameList(NameList nameList)
nameList
- the NameList element.getNameList()
Expr getExpr()
void setExpr(Expr expr)
expr
- the Expr element.getExpr()
ZNameList getName()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.