public class FuncDef extends ExtDecl
private Function
func
private Stmt
stmt
FuncDef(Function func, Stmt stmt)
void
accept(TreeVisitor tv)
Function
getFunction()
Stmt
getStmt()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Function func
private final Stmt stmt
public Function getFunction()
public Stmt getStmt()
public void accept(TreeVisitor tv)