public class org.eclipse.jdt.internal.compiler.codegen.CaseLabel extends org.eclipse.jdt.internal.compiler.codegen.BranchLabel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.codegen.CaseLabel
  super_class: org.eclipse.jdt.internal.compiler.codegen.BranchLabel
{
  public int instructionPosition;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.jdt.internal.compiler.codegen.CodeStream);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
        start local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
         0: .line 25
            aload 0 /* this */
            aload 1 /* codeStream */
            invokespecial org.eclipse.jdt.internal.compiler.codegen.BranchLabel.<init>:(Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
         1: .line 18
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.instructionPosition:I
         2: .line 25
            return
        end local 1 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jdt/internal/compiler/codegen/CaseLabel;
            0    3     1  codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
    MethodParameters:
            Name  Flags
      codeStream  

  void branch();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
         0: .line 34
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.position:I
            iconst_m1
            if_icmpne 5
         1: .line 35
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CaseLabel.addForwardReference:(I)V
         2: .line 37
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            iconst_4
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
         3: .line 38
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            dup
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFileOffset:I
            iconst_4
            iadd
            putfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFileOffset:I
         4: .line 39
            goto 6
         5: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.position:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.instructionPosition:I
            isub
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.writeSignedWord:(I)V
         6: .line 45
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/CaseLabel;

  void branchWide();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
         0: .line 52
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CaseLabel.branch:()V
         1: .line 53
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/CaseLabel;

  public boolean isCaseLabel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
         0: .line 57
            iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/CaseLabel;

  public boolean isStandardLabel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
         0: .line 61
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/CaseLabel;

  public void place();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
         0: .line 68
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.tagBits:I
            iconst_2
            iand
            ifeq 3
         1: .line 69
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.getPosition:()I
            putfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.position:I
         2: .line 70
            goto 4
         3: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            putfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.position:I
         4: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.instructionPosition:I
            iconst_m1
            if_icmpeq 14
         5: .line 74
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.position:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.instructionPosition:I
            isub
            istore 1 /* offset */
        start local 1 // int offset
         6: .line 75
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CaseLabel.forwardReferences:()[I
            astore 2 /* forwardRefs */
        start local 2 // int[] forwardRefs
         7: .line 76
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CaseLabel.forwardReferenceCount:()I
            istore 4 /* length */
        start local 4 // int length
         9: goto 12
        10: .line 77
      StackMap locals: org.eclipse.jdt.internal.compiler.codegen.CaseLabel int int[] int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            aload 2 /* forwardRefs */
            iload 3 /* i */
            iaload
            iload 1 /* offset */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.writeSignedWord:(II)V
        11: .line 76
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 10
        end local 4 // int length
        end local 3 // int i
        13: .line 80
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addLabel:(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V
        end local 2 // int[] forwardRefs
        end local 1 // int offset
        14: .line 82
      StackMap locals: org.eclipse.jdt.internal.compiler.codegen.CaseLabel
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lorg/eclipse/jdt/internal/compiler/codegen/CaseLabel;
            6   14     1       offset  I
            7   14     2  forwardRefs  [I
            8   13     3            i  I
            9   13     4       length  I

  void placeInstruction();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
         0: .line 88
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.instructionPosition:I
            iconst_m1
            if_icmpne 2
         1: .line 89
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.codeStream:Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            putfield org.eclipse.jdt.internal.compiler.codegen.CaseLabel.instructionPosition:I
         2: .line 91
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.codegen.CaseLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/codegen/CaseLabel;
}
SourceFile: "CaseLabel.java"