com.jeffpalm.ajp.impl.instr
Class Tableswitch

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

public class Tableswitch
extends Instruction

Access jump table by index 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
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)
           
 
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

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