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

    • match

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

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

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

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

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

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