public class com.sun.org.apache.bcel.internal.generic.TABLESWITCH extends com.sun.org.apache.bcel.internal.generic.Select
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.bcel.internal.generic.TABLESWITCH
  super_class: com.sun.org.apache.bcel.internal.generic.Select
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.generic.TABLESWITCH this
         0: .line 38
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.generic.Select.<init>:()V
            return
        end local 0 // com.sun.org.apache.bcel.internal.generic.TABLESWITCH this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/generic/TABLESWITCH;

  public void <init>(int[], com.sun.org.apache.bcel.internal.generic.InstructionHandle[], com.sun.org.apache.bcel.internal.generic.InstructionHandle);
    descriptor: ([I[Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.org.apache.bcel.internal.generic.TABLESWITCH this
        start local 1 // int[] match
        start local 2 // com.sun.org.apache.bcel.internal.generic.InstructionHandle[] targets
        start local 3 // com.sun.org.apache.bcel.internal.generic.InstructionHandle target
         0: .line 48
            aload 0 /* this */
            sipush 170
            aload 1 /* match */
            aload 2 /* targets */
            aload 3 /* target */
            invokespecial com.sun.org.apache.bcel.internal.generic.Select.<init>:(S[I[Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)V
         1: .line 50
            aload 0 /* this */
            bipush 13
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
            iconst_4
            imul
            iadd
            i2s
            putfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.length:S
         2: .line 52
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.length:S
            putfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.fixed_length:I
         3: .line 53
            return
        end local 3 // com.sun.org.apache.bcel.internal.generic.InstructionHandle target
        end local 2 // com.sun.org.apache.bcel.internal.generic.InstructionHandle[] targets
        end local 1 // int[] match
        end local 0 // com.sun.org.apache.bcel.internal.generic.TABLESWITCH this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/org/apache/bcel/internal/generic/TABLESWITCH;
            0    4     1    match  [I
            0    4     2  targets  [Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            0    4     3   target  Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
    MethodParameters:
         Name  Flags
      match    
      targets  
      target   

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.TABLESWITCH this
        start local 1 // java.io.DataOutputStream out
         0: .line 60
            aload 0 /* this */
            aload 1 /* out */
            invokespecial com.sun.org.apache.bcel.internal.generic.Select.dump:(Ljava/io/DataOutputStream;)V
         1: .line 62
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
            ifle 2
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match:[I
            iconst_0
            iaload
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* low */
        start local 2 // int low
         4: .line 63
            aload 1 /* out */
            iload 2 /* low */
            invokevirtual java.io.DataOutputStream.writeInt:(I)V
         5: .line 65
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
            ifle 6
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match:[I
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
            iconst_1
            isub
            iaload
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 3 /* high */
        start local 3 // int high
         8: .line 66
            aload 1 /* out */
            iload 3 /* high */
            invokevirtual java.io.DataOutputStream.writeInt:(I)V
         9: .line 68
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: goto 13
        11: .line 69
      StackMap locals: int int
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.indices:[I
            iload 4 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.targets:[Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            iload 4 /* i */
            aaload
            invokevirtual com.sun.org.apache.bcel.internal.generic.TABLESWITCH.getTargetOffset:(Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)I
            dup_x2
            iastore
            invokevirtual java.io.DataOutputStream.writeInt:(I)V
        12: .line 68
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
            if_icmplt 11
        end local 4 // int i
        14: .line 70
            return
        end local 3 // int high
        end local 2 // int low
        end local 1 // java.io.DataOutputStream out
        end local 0 // com.sun.org.apache.bcel.internal.generic.TABLESWITCH this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/org/apache/bcel/internal/generic/TABLESWITCH;
            0   15     1   out  Ljava/io/DataOutputStream;
            4   15     2   low  I
            8   15     3  high  I
           10   14     4     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  protected void initFromFile(com.sun.org.apache.bcel.internal.util.ByteSequence, boolean);
    descriptor: (Lcom/sun/org/apache/bcel/internal/util/ByteSequence;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.sun.org.apache.bcel.internal.generic.TABLESWITCH this
        start local 1 // com.sun.org.apache.bcel.internal.util.ByteSequence bytes
        start local 2 // boolean wide
         0: .line 77
            aload 0 /* this */
            aload 1 /* bytes */
            iload 2 /* wide */
            invokespecial com.sun.org.apache.bcel.internal.generic.Select.initFromFile:(Lcom/sun/org/apache/bcel/internal/util/ByteSequence;Z)V
         1: .line 79
            aload 1 /* bytes */
            invokevirtual com.sun.org.apache.bcel.internal.util.ByteSequence.readInt:()I
            istore 3 /* low */
        start local 3 // int low
         2: .line 80
            aload 1 /* bytes */
            invokevirtual com.sun.org.apache.bcel.internal.util.ByteSequence.readInt:()I
            istore 4 /* high */
        start local 4 // int high
         3: .line 82
            aload 0 /* this */
            iload 4 /* high */
            iload 3 /* low */
            isub
            iconst_1
            iadd
            putfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
         4: .line 83
            aload 0 /* this */
            bipush 13
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
            iconst_4
            imul
            iadd
            i2s
            putfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.fixed_length:I
         5: .line 84
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.fixed_length:I
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.padding:I
            iadd
            i2s
            putfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.length:S
         6: .line 86
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
            newarray 10
            putfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match:[I
         7: .line 87
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
            newarray 10
            putfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.indices:[I
         8: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
            anewarray com.sun.org.apache.bcel.internal.generic.InstructionHandle
            putfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.targets:[Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
         9: .line 90
            iload 3 /* low */
            istore 5 /* i */
        start local 5 // int i
        10: goto 13
        11: .line 91
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match:[I
            iload 5 /* i */
            iload 3 /* low */
            isub
            iload 5 /* i */
            iastore
        12: .line 90
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            iload 4 /* high */
            if_icmple 11
        end local 5 // int i
        14: .line 93
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        15: goto 18
        16: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.indices:[I
            iload 5 /* i */
            aload 1 /* bytes */
            invokevirtual com.sun.org.apache.bcel.internal.util.ByteSequence.readInt:()I
            iastore
        17: .line 93
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.generic.TABLESWITCH.match_length:I
            if_icmplt 16
        end local 5 // int i
        19: .line 96
            return
        end local 4 // int high
        end local 3 // int low
        end local 2 // boolean wide
        end local 1 // com.sun.org.apache.bcel.internal.util.ByteSequence bytes
        end local 0 // com.sun.org.apache.bcel.internal.generic.TABLESWITCH this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lcom/sun/org/apache/bcel/internal/generic/TABLESWITCH;
            0   20     1  bytes  Lcom/sun/org/apache/bcel/internal/util/ByteSequence;
            0   20     2   wide  Z
            2   20     3    low  I
            3   20     4   high  I
           10   14     5      i  I
           15   19     5      i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  
      wide   

  public void accept(com.sun.org.apache.bcel.internal.generic.Visitor);
    descriptor: (Lcom/sun/org/apache/bcel/internal/generic/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.TABLESWITCH this
        start local 1 // com.sun.org.apache.bcel.internal.generic.Visitor v
         0: .line 108
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.generic.Visitor.visitVariableLengthInstruction:(Lcom/sun/org/apache/bcel/internal/generic/VariableLengthInstruction;)V
         1: .line 109
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.generic.Visitor.visitStackProducer:(Lcom/sun/org/apache/bcel/internal/generic/StackProducer;)V
         2: .line 110
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.generic.Visitor.visitBranchInstruction:(Lcom/sun/org/apache/bcel/internal/generic/BranchInstruction;)V
         3: .line 111
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.generic.Visitor.visitSelect:(Lcom/sun/org/apache/bcel/internal/generic/Select;)V
         4: .line 112
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.generic.Visitor.visitTABLESWITCH:(Lcom/sun/org/apache/bcel/internal/generic/TABLESWITCH;)V
         5: .line 113
            return
        end local 1 // com.sun.org.apache.bcel.internal.generic.Visitor v
        end local 0 // com.sun.org.apache.bcel.internal.generic.TABLESWITCH this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/bcel/internal/generic/TABLESWITCH;
            0    6     1     v  Lcom/sun/org/apache/bcel/internal/generic/Visitor;
    MethodParameters:
      Name  Flags
      v     
}
SourceFile: "TABLESWITCH.java"