erjang.beam.repr
Class FunctionRepr
java.lang.Object
erjang.beam.repr.FunctionRepr
public class FunctionRepr
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sig
protected FunctionInfo sig
body
protected java.util.List<Insn> body
FunctionRepr
public FunctionRepr(FunctionInfo sig,
java.util.List<Insn> body)
declare
public void declare(ModuleVisitor mv)
accept
public void accept(ModuleVisitor mv)
accept
public void accept(FunctionVisitor fv)
toSymbolic
public ETuple toSymbolic()
rewrite
public void rewrite(Rewriter rw)