Constructor and Description |
---|
IfStmt(Expr test,
Stmt thenStm,
Stmt elseStm) |
Modifier and Type | Method and Description |
---|---|
Exp |
accept(TreeVisitor v) |
Type |
accept(TypeVisitor v) |
void |
accept(Visitor v)
Visitor pattern dispatch.
|
public void accept(Visitor v)
public Type accept(TypeVisitor v)