Class InstructionSet.Switch

Direct Known Subclasses:
InstructionSet.I_LOOKUPSWITCH, InstructionSet.I_TABLESWITCH
Enclosing class:
InstructionSet

public abstract static class InstructionSet.Switch extends InstructionSet.Branch
  • Constructor Details

  • Method Details

    • getTarget

      public Instruction getTarget(int _index)
    • setTarget

      public void setTarget(int _index, Instruction _instruction)
    • getAbsolute

      public int getAbsolute(int _index)
    • getOffset

      public int getOffset(int _index)
    • getOffsets

      public int[] getOffsets()
    • getSize

      public int getSize()