|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecterjang.beam.repr.Insn
erjang.beam.repr.Insn.LEISD
public static class Insn.LEISD
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 | |
---|---|
Operands.DestinationOperand |
dest
|
int |
ext_fun_ref
|
int |
i
|
Operands.Label |
label
|
Operands.SourceOperand |
src
|
Fields inherited from class erjang.beam.repr.Insn |
---|
opcode |
Constructor Summary | |
---|---|
Insn.LEISD(BeamOpcode opcode,
Operands.Label label,
int ext_fun_ref,
int i,
Operands.SourceOperand src,
Operands.DestinationOperand dest)
|
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 |
---|
public final Operands.Label label
public final int ext_fun_ref
public final int i
public final Operands.SourceOperand src
public final Operands.DestinationOperand dest
Constructor Detail |
---|
public Insn.LEISD(BeamOpcode opcode, Operands.Label label, int ext_fun_ref, int i, Operands.SourceOperand src, Operands.DestinationOperand dest)
Method Detail |
---|
public ETuple toSymbolic(CodeTables ct)
toSymbolic
in class Insn
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |