com.jeffpalm.basic.bytecode.instr
Class Lookupswitch
java.lang.Object
com.jeffpalm.basic.bytecode.instr.Instruction
com.jeffpalm.basic.bytecode.instr.Lookupswitch
public class Lookupswitch
- extends Instruction
Access jump table by key match and jump
Constructor Summary |
Lookupswitch(byte pad0,
byte pad1,
byte pad2,
byte pad3,
byte defaultbyte1,
byte defaultbyte2,
byte defaultbyte3,
byte defaultbyte4,
byte npairs1,
byte npairs2,
byte npairs3,
byte npairs4)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Lookupswitch
public Lookupswitch(byte pad0,
byte pad1,
byte pad2,
byte pad3,
byte defaultbyte1,
byte defaultbyte2,
byte defaultbyte3,
byte defaultbyte4,
byte npairs1,
byte npairs2,
byte npairs3,
byte npairs4)
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