erjang.beam.repr
Class Insn.IE

java.lang.Object
  extended by erjang.beam.repr.Insn
      extended by erjang.beam.repr.Insn.IE
All Implemented Interfaces:
BeamInstruction
Enclosing class:
Insn

public static class Insn.IE
extends Insn


Nested Class Summary
 
Nested classes/interfaces inherited from class erjang.beam.repr.Insn
Insn.AAI, Insn.BSAppend, Insn.BSPrivateAppend, Insn.By, Insn.ByD, Insn.D, Insn.F, Insn.I, Insn.ID, Insn.IE, Insn.IEI, Insn.II, Insn.IL, Insn.ILI, Insn.IWI, Insn.L, Insn.LD, Insn.LED, Insn.LEISD, Insn.LEISSD, Insn.LESD, Insn.LESSD, Insn.LIIIID, Insn.LIS, Insn.LS, Insn.LSBi, Insn.LSD, Insn.LSI, Insn.LSII, Insn.LSIID, Insn.LSIIID, Insn.LSIIS, Insn.LSISIID, Insn.LSS, Insn.LSSD, Insn.LSSID, Insn.LSSII, Insn.S, Insn.SD, Insn.SDD, Insn.SDI, Insn.Select, Insn.SI, Insn.SID, Insn.SS, Insn.SSD, Insn.WI, Insn.Y, Insn.YL
 
Field Summary
 int ext_fun_ref
           
 int i1
           
 
Fields inherited from class erjang.beam.repr.Insn
opcode
 
Constructor Summary
Insn.IE(BeamOpcode opcode, int i1, int ext_fun_ref)
           
 
Method Summary
 ETuple toSymbolic(CodeTables ct)
           
 
Methods inherited from class erjang.beam.repr.Insn
opcode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

i1

public final int i1

ext_fun_ref

public final int ext_fun_ref
Constructor Detail

Insn.IE

public Insn.IE(BeamOpcode opcode,
               int i1,
               int ext_fun_ref)
Method Detail

toSymbolic

public ETuple toSymbolic(CodeTables ct)
Overrides:
toSymbolic in class Insn


TBD erjang license note