erjang.beam.repr
Class Insn.BSPrivateAppend
java.lang.Object
erjang.beam.repr.Insn
erjang.beam.repr.Insn.BSPrivateAppend
- All Implemented Interfaces:
- BeamInstruction
- Enclosing class:
- Insn
public static class Insn.BSPrivateAppend
- extends Insn
| Nested classes/interfaces inherited from class erjang.beam.repr.Insn |
Insn.AAI, Insn.Bif, Insn.BSAppend, Insn.BSPrivateAppend, Insn.By, Insn.ByD, Insn.D, Insn.DI, Insn.F, Insn.GcBif, Insn.I, Insn.ID, Insn.IE, Insn.IEI, Insn.II, Insn.IL, Insn.ILI, Insn.IWI, Insn.L, Insn.LD, Insn.LDBi, Insn.LDI, Insn.LDII, Insn.LDIID, Insn.LDISIID, Insn.LDS, Insn.LDSII, Insn.LIS, Insn.LS, Insn.LSD, Insn.LSIIID, Insn.LSIIS, Insn.LSS, Insn.LSSD, Insn.LSSID, Insn.S, Insn.SD, Insn.SDD, Insn.SDI, Insn.Select, Insn.SID, Insn.SS, Insn.SSD, Insn.WI, Insn.Y, Insn.YL |
| Fields inherited from class erjang.beam.repr.Insn |
opcode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
label
public final Operands.Label label
src2
public final Operands.SourceOperand src2
src4
public final Operands.SourceOperand src4
i3
public final int i3
i5
public final int i5
dest
public final Operands.DestinationOperand dest
Insn.BSPrivateAppend
public Insn.BSPrivateAppend(BeamOpcode opcode,
Operands.Label label,
Operands.SourceOperand src2,
int i3,
Operands.SourceOperand src4,
int i5,
Operands.DestinationOperand dest)
toSymbolic
public ETuple toSymbolic()
- Overrides:
toSymbolic in class Insn