com.jeffpalm.basic.bytecode.instr
Class Tableswitch
java.lang.Object
com.jeffpalm.basic.bytecode.instr.Instruction
com.jeffpalm.basic.bytecode.instr.Tableswitch
public class Tableswitch
- extends Instruction
Access jump table by index and jump
Constructor Summary |
Tableswitch(byte pad0,
byte pad1,
byte pad2,
byte pad3,
byte defaultbyte1,
byte defaultbyte2,
byte defaultbyte3,
byte defaultbyte4,
byte lowbyte1,
byte lowbyte2,
byte lowbyte3,
byte lowbyte4,
byte highbyte1,
byte highbyte2,
byte highbyte3,
byte highbyte4)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Tableswitch
public Tableswitch(byte pad0,
byte pad1,
byte pad2,
byte pad3,
byte defaultbyte1,
byte defaultbyte2,
byte defaultbyte3,
byte defaultbyte4,
byte lowbyte1,
byte lowbyte2,
byte lowbyte3,
byte lowbyte4,
byte highbyte1,
byte highbyte2,
byte highbyte3,
byte highbyte4)
getName
public java.lang.String getName()
- Specified by:
getName
in class Instruction
getBytes
public byte[] getBytes()
- Specified by:
getBytes
in class Instruction
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object