erjang.beam.repr
Class CodeTables.FunctionInfo

java.lang.Object
  extended by erjang.beam.repr.CodeTables.FunctionInfo
Enclosing class:
CodeTables

public class CodeTables.FunctionInfo
extends java.lang.Object


Field Summary
 int arity
           
 int fun
           
 int label
           
 
Constructor Summary
CodeTables.FunctionInfo(int fun, int arity, int label)
           
 
Method Summary
 EAtom name()
           
 java.lang.String toString()
           
 ETuple toSymbolic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fun

public final int fun

arity

public final int arity

label

public final int label
Constructor Detail

CodeTables.FunctionInfo

public CodeTables.FunctionInfo(int fun,
                               int arity,
                               int label)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

name

public EAtom name()

toSymbolic

public ETuple toSymbolic()


TBD erjang license note