com.jeffpalm.ajp.impl.instr
Class Lookupswitch

java.lang.Object
  extended by com.jeffpalm.ajp.impl.instr.Instruction
      extended by com.jeffpalm.ajp.impl.instr.Lookupswitch
All Implemented Interfaces:
Dumpable

public class Lookupswitch
extends Instruction

Access jump table by key match and jump


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jeffpalm.decompiler.Dumpable
Dumpable.Helper
 
Field Summary
 
Fields inherited from interface com.jeffpalm.decompiler.Dumpable
HELPER
 
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)
           
 
Method Summary
 byte[] getBytes()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class com.jeffpalm.ajp.impl.instr.Instruction
dumpTo, index, index, toHex, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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