public class VarDecl extends ExtDecl
private Expr
init
private Variable
var
VarDecl(Variable var, Expr init)
void
accept(TreeVisitor tv)
Expr
getInit()
Variable
getVariable()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Variable var
private final Expr init
public Variable getVariable()
public Expr getInit()
public void accept(TreeVisitor tv)