VarDecl.Impl, VarDecl.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(java.lang.String name,
Type type,
Expr expr) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
getExpr() |
java.lang.String |
getName() |
Type |
getType() |
void |
setExpr(Expr expr) |
void |
setName(java.lang.String name) |
void |
setType(Type type) |