Modifier and Type | Field and Description |
---|---|
Type |
checktype |
Expr |
init |
java.lang.String |
name |
Type |
type |
Constructor and Description |
---|
VarDecl(Type type,
java.lang.String name,
Expr init) |
Modifier and Type | Method and Description |
---|---|
Exp |
accept(TreeVisitor v) |
Type |
accept(TypeVisitor v) |
void |
accept(Visitor v)
Visitor pattern dispatch.
|