public interface ConstDecl extends Decl
| Modifier and Type | Method and Description |
|---|---|
Expr |
getExpr()
Returns the Expr element.
|
Name |
getName()
Returns the Name element.
|
ZName |
getZName()
This is a convenience method.
|
void |
setExpr(Expr expr)
Sets the Expr element.
|
void |
setName(Name name)
Sets the Name element.
|
Name getName()
void setName(Name name)
name - the Name element.getName()Expr getExpr()
void setExpr(Expr expr)
expr - the Expr element.getExpr()ZName getZName()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.