Package serp.bytecode

Class LookupSwitchInstruction

All Implemented Interfaces:
BCEntity, InstructionPtr, VisitAcceptor

public class LookupSwitchInstruction extends JumpInstruction
The lookupswitch instruction.
  • Field Details

    • _matches

      private List _matches
    • _cases

      private List _cases
  • Constructor Details

    • LookupSwitchInstruction

      LookupSwitchInstruction(Code owner)
  • Method Details