Klasse TABLESWITCH

Alle implementierten Schnittstellen:
Serializable, Cloneable, Constants, InstructionTargeter

public class TABLESWITCH extends InstructionSelect
TABLESWITCH - Switch within given range of values, i.e., low..high
Version:
$Id: TABLESWITCH.java,v 1.5 2008/08/28 00:05:29 aclement Exp $
Autor:
M. Dahm
Siehe auch:
  • Konstruktordetails

    • TABLESWITCH

      public TABLESWITCH(int[] match, InstructionHandle[] targets, InstructionHandle target)
      Parameter:
      match - sorted array of match values, match[0] must be low value, match[match_length - 1] high value
      targets - where to branch for matched values
      target - default branch
    • TABLESWITCH

      public TABLESWITCH(ByteSequence bytes) throws IOException
      Read needed data (e.g. index) from file.
      Löst aus:
      IOException
  • Methodendetails