Class Select

All Implemented Interfaces:
Cloneable, InstructionTargeter, StackConsumer, StackProducer, VariableLengthInstruction
Direct Known Subclasses:
LOOKUPSWITCH, TABLESWITCH

Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.

We use our super's target property as the default target.

See Also:
  • Field Details Link icon

    • match Link icon

      @Deprecated protected int[] match
      Deprecated.
      (since 6.0) will be made private; do not access directly, use getter/setter
    • indices Link icon

      @Deprecated protected int[] indices
      Deprecated.
      (since 6.0) will be made private; do not access directly, use getter/setter
    • targets Link icon

      Deprecated.
      (since 6.0) will be made private; do not access directly, use getter/setter
    • fixed_length Link icon

      @Deprecated protected int fixed_length
      Deprecated.
      (since 6.0) will be made private; do not access directly, use getter/setter
    • match_length Link icon

      @Deprecated protected int match_length
      Deprecated.
      (since 6.0) will be made private; do not access directly, use getter/setter
    • padding Link icon

      @Deprecated protected int padding
      Deprecated.
      (since 6.0) will be made private; do not access directly, use getter/setter
  • Method Details Link icon