public class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration extends org.eclipse.jdt.internal.compiler.ast.Statement implements org.eclipse.jdt.internal.compiler.problem.ProblemSeverities, org.eclipse.jdt.internal.compiler.impl.ReferenceContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
  super_class: org.eclipse.jdt.internal.compiler.ast.Statement
{
  public static final int CLASS_DECL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int INTERFACE_DECL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int ENUM_DECL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int ANNOTATION_TYPE_DECL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public int modifiers;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int modifiersSourceStart;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int functionalExpressionsCount;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.Annotation[] annotations;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
    flags: (0x0001) ACC_PUBLIC

  public char[] name;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.TypeReference superclass;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.TypeReference[] superInterfaces;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] fields;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methods;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.TypeDeclaration[] memberTypes;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding binding;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.ClassScope scope;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.MethodScope initializerScope;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.MethodScope staticInitializerScope;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
    flags: (0x0001) ACC_PUBLIC

  public boolean ignoreFurtherInvestigation;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public int maxFieldCount;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int declarationSourceStart;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int declarationSourceEnd;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int bodyStart;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int bodyEnd;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.CompilationResult compilationResult;
    descriptor: Lorg/eclipse/jdt/internal/compiler/CompilationResult;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.MethodDeclaration[] missingAbstractMethods;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.Javadoc javadoc;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression allocation;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.TypeDeclaration enclosingType;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.FieldBinding enumValuesSyntheticfield;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
    flags: (0x0001) ACC_PUBLIC

  public int enumConstantsCounter;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.TypeParameter[] typeParameters;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.jdt.internal.compiler.CompilationResult);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
         0: .line 79
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.Statement.<init>:()V
         1: .line 46
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
         2: .line 48
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.functionalExpressionsCount:I
         3: .line 60
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
         4: .line 80
            aload 0 /* this */
            aload 1 /* compilationResult */
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
         5: .line 81
            return
        end local 1 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    6     1  compilationResult  Lorg/eclipse/jdt/internal/compiler/CompilationResult;
    MethodParameters:
                   Name  Flags
      compilationResult  

  public void abort(int, org.eclipse.jdt.core.compiler.CategorizedProblem);
    descriptor: (ILorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // int abortLevel
        start local 2 // org.eclipse.jdt.core.compiler.CategorizedProblem problem
         0: .line 88
            iload 1 /* abortLevel */
            lookupswitch { // 3
                    2: 1
                    4: 2
                   16: 3
              default: 4
          }
         1: .line 90
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.problem.AbortCompilation
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            aload 2 /* problem */
            invokespecial org.eclipse.jdt.internal.compiler.problem.AbortCompilation.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;Lorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
            athrow
         2: .line 92
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            aload 2 /* problem */
            invokespecial org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;Lorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
            athrow
         3: .line 94
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.problem.AbortMethod
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            aload 2 /* problem */
            invokespecial org.eclipse.jdt.internal.compiler.problem.AbortMethod.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;Lorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
            athrow
         4: .line 96
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.problem.AbortType
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            aload 2 /* problem */
            invokespecial org.eclipse.jdt.internal.compiler.problem.AbortType.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;Lorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
            athrow
        end local 2 // org.eclipse.jdt.core.compiler.CategorizedProblem problem
        end local 1 // int abortLevel
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    5     1  abortLevel  I
            0    5     2     problem  Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
    MethodParameters:
            Name  Flags
      abortLevel  
      problem     

  public final void addClinit();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 112
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.needClassInitMethod:()Z
            ifeq 19
         1: .line 115
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            dup
            astore 2 /* methodDeclarations */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methodDeclarations
         2: ifnonnull 6
         3: .line 116
            iconst_0
            istore 1 /* length */
        start local 1 // int length
         4: .line 117
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
            astore 2 /* methodDeclarations */
         5: .line 118
            goto 13
        end local 1 // int length
         6: .line 119
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration top org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[]
      StackMap stack:
            aload 2 /* methodDeclarations */
            arraylength
            istore 1 /* length */
        start local 1 // int length
         7: .line 121
            aload 2 /* methodDeclarations */
         8: .line 122
            iconst_0
         9: .line 123
            iload 1 /* length */
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
            dup
            astore 2 /* methodDeclarations */
        10: .line 124
            iconst_1
        11: .line 125
            iload 1 /* length */
        12: .line 120
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 127
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration int org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[]
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.ast.Clinit
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            invokespecial org.eclipse.jdt.internal.compiler.ast.Clinit.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
            astore 3 /* clinit */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.Clinit clinit
        14: .line 128
            aload 2 /* methodDeclarations */
            iconst_0
            aload 3 /* clinit */
            aastore
        15: .line 130
            aload 3 /* clinit */
            aload 3 /* clinit */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceStart:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.Clinit.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.Clinit.declarationSourceStart:I
        16: .line 131
            aload 3 /* clinit */
            aload 3 /* clinit */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.Clinit.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.Clinit.declarationSourceEnd:I
        17: .line 132
            aload 3 /* clinit */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.Clinit.bodyEnd:I
        18: .line 133
            aload 0 /* this */
            aload 2 /* methodDeclarations */
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
        end local 3 // org.eclipse.jdt.internal.compiler.ast.Clinit clinit
        end local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methodDeclarations
        end local 1 // int length
        19: .line 135
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   20     0                this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            4    6     1              length  I
            7   19     1              length  I
            2   19     2  methodDeclarations  [Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           14   19     3              clinit  Lorg/eclipse/jdt/internal/compiler/ast/Clinit;

  public org.eclipse.jdt.internal.compiler.ast.MethodDeclaration addMissingAbstractMethodFor(org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
         0: .line 142
            aload 1 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* argumentTypes */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] argumentTypes
         1: .line 143
            aload 2 /* argumentTypes */
            arraylength
            istore 3 /* argumentsLength */
        start local 3 // int argumentsLength
         2: .line 145
            new org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            invokespecial org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
            astore 4 /* methodDeclaration */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.MethodDeclaration methodDeclaration
         3: .line 146
            aload 4 /* methodDeclaration */
            aload 1 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            putfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.selector:[C
         4: .line 147
            aload 4 /* methodDeclaration */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.sourceStart:I
         5: .line 148
            aload 4 /* methodDeclaration */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.sourceEnd:I
         6: .line 149
            aload 4 /* methodDeclaration */
            aload 1 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.getAccessFlags:()I
            sipush -1025
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.modifiers:I
         7: .line 151
            iload 3 /* argumentsLength */
            ifle 14
         8: .line 152
            ldc "arg"
            astore 5 /* baseName */
        start local 5 // java.lang.String baseName
         9: .line 153
            aload 4 /* methodDeclaration */
            iload 3 /* argumentsLength */
            anewarray org.eclipse.jdt.internal.compiler.ast.Argument
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            astore 6 /* arguments */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.Argument[] arguments
        10: .line 154
            iload 3 /* argumentsLength */
            istore 7 /* i */
        start local 7 // int i
        11: goto 13
        12: .line 155
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.ast.MethodDeclaration java.lang.String org.eclipse.jdt.internal.compiler.ast.Argument[] int
      StackMap stack:
            aload 6 /* arguments */
            iload 7 /* i */
            new org.eclipse.jdt.internal.compiler.ast.Argument
            dup
            new java.lang.StringBuilder
            dup
            aload 5 /* baseName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            lconst_0
            aconst_null
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.Argument.<init>:([CJLorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
            aastore
        13: .line 154
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ -1
            iload 7 /* i */
            ifge 12
        end local 7 // int i
        end local 6 // org.eclipse.jdt.internal.compiler.ast.Argument[] arguments
        end local 5 // java.lang.String baseName
        14: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.missingAbstractMethods:[Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
            ifnonnull 17
        15: .line 161
            aload 0 /* this */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            dup
            iconst_0
            aload 4 /* methodDeclaration */
            aastore
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.missingAbstractMethods:[Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
        16: .line 162
            goto 25
        17: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.missingAbstractMethods:[Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
        18: .line 166
            iconst_0
        19: .line 167
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.missingAbstractMethods:[Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
            arraylength
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            dup
            astore 5 /* newMethods */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.MethodDeclaration[] newMethods
        20: .line 168
            iconst_1
        21: .line 169
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.missingAbstractMethods:[Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
            arraylength
        22: .line 164
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 170
            aload 5 /* newMethods */
            iconst_0
            aload 4 /* methodDeclaration */
            aastore
        24: .line 171
            aload 0 /* this */
            aload 5 /* newMethods */
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.missingAbstractMethods:[Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
        end local 5 // org.eclipse.jdt.internal.compiler.ast.MethodDeclaration[] newMethods
        25: .line 175
      StackMap locals:
      StackMap stack:
            aload 4 /* methodDeclaration */
        26: new org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            dup
        27: .line 176
            aload 4 /* methodDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.modifiers:I
            sipush 4096
            ior
        28: .line 177
            aload 1 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
        29: .line 178
            aload 1 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        30: .line 179
            iload 3 /* argumentsLength */
            ifne 31
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            goto 32
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.MethodDeclaration new 26 new 26 int char[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        31: aload 2 /* argumentTypes */
        32: .line 180
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.MethodDeclaration new 26 new 26 int char[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
            aload 1 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
        33: .line 181
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodBinding.<init>:(I[CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
        34: .line 175
            putfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        35: .line 183
            aload 4 /* methodDeclaration */
            new org.eclipse.jdt.internal.compiler.lookup.MethodScope
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            aload 4 /* methodDeclaration */
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodScope.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;Z)V
            putfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
        36: .line 184
            aload 4 /* methodDeclaration */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.bindArguments:()V
        37: .line 201
            aload 4 /* methodDeclaration */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.MethodDeclaration methodDeclaration
        end local 3 // int argumentsLength
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] argumentTypes
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   38     0               this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   38     1      methodBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            1   38     2      argumentTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            2   38     3    argumentsLength  I
            3   38     4  methodDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
            9   14     5           baseName  Ljava/lang/String;
           10   14     6          arguments  [Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           11   14     7                  i  I
           20   25     5         newMethods  [Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
    MethodParameters:
               Name  Flags
      methodBinding  

  public org.eclipse.jdt.internal.compiler.flow.FlowInfo analyseCode(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        start local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 210
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
            ifeq 2
         1: .line 211
            aload 3 /* flowInfo */
            areturn
         2: .line 213
      StackMap locals:
      StackMap stack:
            aload 3 /* flowInfo */
            getfield org.eclipse.jdt.internal.compiler.flow.FlowInfo.tagBits:I
            iconst_1
            iand
            ifne 6
         3: .line 214
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            ldc -2147483648
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
         4: .line 215
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
            astore 4 /* localType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding localType
         5: .line 216
            aload 4 /* localType */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilationUnitScope:()Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            aload 4 /* localType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.computeConstantPoolName:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding;)[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding.setConstantPoolName:([C)V
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding localType
         6: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.manageEnclosingInstanceAccessIfNecessary:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         7: .line 219
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.updateMaxFieldCount:()V
         8: .line 220
            aload 0 /* this */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.internalAnalyseCode:(Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         9: .line 221
            goto 12
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.AbortType
        10: pop
        11: .line 222
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
        12: .line 224
      StackMap locals:
      StackMap stack:
            aload 3 /* flowInfo */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   13     1  currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   13     2   flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   13     3      flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            5    6     4     localType  Lorg/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding;
      Exception table:
        from    to  target  type
           2     9      10  Class org.eclipse.jdt.internal.compiler.problem.AbortType
    MethodParameters:
              Name  Flags
      currentScope  
      flowContext   
      flowInfo      

  public void analyseCode(org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope enclosingClassScope
         0: .line 232
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
            ifeq 2
         1: .line 233
            return
         2: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.updateMaxFieldCount:()V
         3: .line 237
            aload 0 /* this */
            aconst_null
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
            invokestatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.initial:(I)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.internalAnalyseCode:(Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         4: .line 238
            goto 7
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.AbortType
         5: pop
         6: .line 239
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
         7: .line 241
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope enclosingClassScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    8     1  enclosingClassScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
      Exception table:
        from    to  target  type
           2     4       5  Class org.eclipse.jdt.internal.compiler.problem.AbortType
    MethodParameters:
                     Name  Flags
      enclosingClassScope  

  public void analyseCode(org.eclipse.jdt.internal.compiler.lookup.ClassScope, org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        start local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 248
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
            ifeq 2
         1: .line 249
            return
         2: .line 251
      StackMap locals:
      StackMap stack:
            aload 3 /* flowInfo */
            getfield org.eclipse.jdt.internal.compiler.flow.FlowInfo.tagBits:I
            iconst_1
            iand
            ifne 6
         3: .line 252
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            ldc -2147483648
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
         4: .line 253
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
            astore 4 /* localType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding localType
         5: .line 254
            aload 4 /* localType */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilationUnitScope:()Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            aload 4 /* localType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.computeConstantPoolName:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding;)[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding.setConstantPoolName:([C)V
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding localType
         6: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.manageEnclosingInstanceAccessIfNecessary:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         7: .line 257
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.updateMaxFieldCount:()V
         8: .line 258
            aload 0 /* this */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.internalAnalyseCode:(Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         9: .line 259
            goto 12
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.AbortType
        10: pop
        11: .line 260
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
        12: .line 262
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   13     1  currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            0   13     2   flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   13     3      flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            5    6     4     localType  Lorg/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding;
      Exception table:
        from    to  target  type
           2     9      10  Class org.eclipse.jdt.internal.compiler.problem.AbortType
    MethodParameters:
              Name  Flags
      currentScope  
      flowContext   
      flowInfo      

  public void analyseCode(org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
         0: .line 269
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
            ifeq 2
         1: .line 270
            return
         2: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
            invokestatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.initial:(I)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.internalAnalyseCode:(Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         3: .line 273
            goto 6
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.AbortType
         4: pop
         5: .line 274
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
         6: .line 276
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    7     1  unitScope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
      Exception table:
        from    to  target  type
           2     3       4  Class org.eclipse.jdt.internal.compiler.problem.AbortType
    MethodParameters:
           Name  Flags
      unitScope  

  public boolean checkConstructors(org.eclipse.jdt.internal.compiler.parser.Parser);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/parser/Parser;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.parser.Parser parser
         0: .line 285
            iconst_0
            istore 2 /* hasConstructor */
        start local 2 // boolean hasConstructor
         1: .line 286
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 18
         2: .line 287
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 3 /* i */
        start local 3 // int i
         3: goto 17
         4: .line 289
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 3 /* i */
            aaload
            dup
            astore 4 /* am */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration am
         5: invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isConstructor:()Z
            ifeq 17
         6: .line 290
            aload 4 /* am */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.selector:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifne 12
         7: .line 293
            aload 4 /* am */
            checkcast org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
            astore 5 /* c */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration c
         8: .line 294
            aload 5 /* c */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.constructorCall:Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
            ifnull 9
            aload 5 /* c */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.constructorCall:Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.isImplicitSuper:()Z
            ifeq 17
         9: .line 295
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
      StackMap stack:
            aload 1 /* parser */
            aload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Parser.convertToMethodDeclaration:(Lorg/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration;Lorg/eclipse/jdt/internal/compiler/CompilationResult;)Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
            astore 6 /* m */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.MethodDeclaration m
        10: .line 296
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 3 /* i */
            aload 6 /* m */
            aastore
        end local 6 // org.eclipse.jdt.internal.compiler.ast.MethodDeclaration m
        end local 5 // org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration c
        11: .line 298
            goto 17
        12: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.kind:(I)I
            tableswitch { // 2 - 4
                    2: 13
                    3: 16
                    4: 15
              default: 16
          }
        13: .line 302
      StackMap locals:
      StackMap stack:
            aload 1 /* parser */
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Parser.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 4 /* am */
            checkcast org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.interfaceCannotHaveConstructors:(Lorg/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration;)V
        14: .line 303
            goto 16
        15: .line 306
      StackMap locals:
      StackMap stack:
            aload 1 /* parser */
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Parser.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 4 /* am */
            checkcast org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.annotationTypeDeclarationCannotHaveConstructor:(Lorg/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration;)V
        16: .line 310
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* hasConstructor */
        end local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration am
        17: .line 287
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
            iload 3 /* i */
            ifge 4
        end local 3 // int i
        18: .line 315
      StackMap locals:
      StackMap stack:
            iload 2 /* hasConstructor */
            ireturn
        end local 2 // boolean hasConstructor
        end local 1 // org.eclipse.jdt.internal.compiler.parser.Parser parser
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   19     1          parser  Lorg/eclipse/jdt/internal/compiler/parser/Parser;
            1   19     2  hasConstructor  Z
            3   18     3               i  I
            5   17     4              am  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            8   11     5               c  Lorg/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration;
           10   11     6               m  Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
    MethodParameters:
        Name  Flags
      parser  

  public org.eclipse.jdt.internal.compiler.CompilationResult compilationResult();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/CompilationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 320
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;

  public org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration createDefaultConstructor(boolean, boolean);
    descriptor: (ZZ)Lorg/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // boolean needExplicitConstructorCall
        start local 2 // boolean needToInsert
         0: .line 330
            new org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            invokespecial org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
            astore 3 /* constructor */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration constructor
         1: .line 331
            aload 3 /* constructor */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.bits:I
            sipush 128
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.bits:I
         2: .line 332
            aload 3 /* constructor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.selector:[C
         3: .line 333
            aload 3 /* constructor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            bipush 7
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.modifiers:I
         4: .line 337
            aload 3 /* constructor */
            aload 3 /* constructor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceStart:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.declarationSourceStart:I
         5: .line 338
            aload 3 /* constructor */
         6: .line 339
            aload 3 /* constructor */
            aload 3 /* constructor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.bodyEnd:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.sourceEnd:I
         7: .line 338
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.declarationSourceEnd:I
         8: .line 342
            iload 1 /* needExplicitConstructorCall */
            ifeq 12
         9: .line 343
            aload 3 /* constructor */
            invokestatic org.eclipse.jdt.internal.compiler.ast.SuperReference.implicitSuperConstructorCall:()Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.constructorCall:Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
        10: .line 344
            aload 3 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.constructorCall:Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.sourceStart:I
        11: .line 345
            aload 3 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.constructorCall:Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.sourceEnd:I
        12: .line 349
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
      StackMap stack:
            iload 2 /* needToInsert */
            ifeq 24
        13: .line 350
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnonnull 16
        14: .line 351
            aload 0 /* this */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
            dup
            iconst_0
            aload 3 /* constructor */
            aastore
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
        15: .line 352
            goto 24
        16: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
        17: .line 356
            iconst_0
        18: .line 357
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
            dup
            astore 4 /* newMethods */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] newMethods
        19: .line 358
            iconst_1
        20: .line 359
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
        21: .line 354
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        22: .line 360
            aload 4 /* newMethods */
            iconst_0
            aload 3 /* constructor */
            aastore
        23: .line 361
            aload 0 /* this */
            aload 4 /* newMethods */
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
        end local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] newMethods
        24: .line 364
      StackMap locals:
      StackMap stack:
            aload 3 /* constructor */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration constructor
        end local 2 // boolean needToInsert
        end local 1 // boolean needExplicitConstructorCall
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   25     0                         this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   25     1  needExplicitConstructorCall  Z
            0   25     2                 needToInsert  Z
            1   25     3                  constructor  Lorg/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration;
           19   24     4                   newMethods  [Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
    MethodParameters:
                             Name  Flags
      needExplicitConstructorCall  
      needToInsert                 

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding createDefaultConstructorWithBinding(org.eclipse.jdt.internal.compiler.lookup.MethodBinding, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=12, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedConstructorBinding
        start local 2 // boolean eraseThrownExceptions
         0: .line 371
            ldc "$anonymous"
            astore 3 /* baseName */
        start local 3 // java.lang.String baseName
         1: .line 372
            aload 1 /* inheritedConstructorBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* argumentTypes */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] argumentTypes
         2: .line 373
            aload 4 /* argumentTypes */
            arraylength
            istore 5 /* argumentsLength */
        start local 5 // int argumentsLength
         3: .line 375
            new org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            invokespecial org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
            astore 6 /* constructor */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration constructor
         4: .line 376
            aload 6 /* constructor */
            iconst_1
            newarray 5
            dup
            iconst_0
            bipush 120
            castore
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.selector:[C
         5: .line 377
            aload 6 /* constructor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.sourceStart:I
         6: .line 378
            aload 6 /* constructor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.sourceEnd:I
         7: .line 379
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            bipush 7
            iand
            istore 7 /* newModifiers */
        start local 7 // int newModifiers
         8: .line 380
            aload 1 /* inheritedConstructorBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            ifeq 10
         9: .line 381
            iload 7 /* newModifiers */
            sipush 128
            ior
            istore 7 /* newModifiers */
        10: .line 383
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.MethodBinding int java.lang.String org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration int
      StackMap stack:
            aload 6 /* constructor */
            iload 7 /* newModifiers */
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.modifiers:I
        11: .line 384
            aload 6 /* constructor */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.bits:I
            sipush 128
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.bits:I
        12: .line 386
            iload 5 /* argumentsLength */
            ifle 18
        13: .line 387
            aload 6 /* constructor */
            iload 5 /* argumentsLength */
            anewarray org.eclipse.jdt.internal.compiler.ast.Argument
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            astore 8 /* arguments */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.Argument[] arguments
        14: .line 388
            iload 5 /* argumentsLength */
            istore 9 /* i */
        start local 9 // int i
        15: goto 17
        16: .line 389
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Argument[] int
      StackMap stack:
            aload 8 /* arguments */
            iload 9 /* i */
            new org.eclipse.jdt.internal.compiler.ast.Argument
            dup
            new java.lang.StringBuilder
            dup
            aload 3 /* baseName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 9 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            lconst_0
            aconst_null
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.Argument.<init>:([CJLorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
            aastore
        17: .line 388
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ -1
            iload 9 /* i */
            ifge 16
        end local 9 // int i
        end local 8 // org.eclipse.jdt.internal.compiler.ast.Argument[] arguments
        18: .line 393
      StackMap locals:
      StackMap stack:
            aload 6 /* constructor */
            invokestatic org.eclipse.jdt.internal.compiler.ast.SuperReference.implicitSuperConstructorCall:()Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.constructorCall:Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
        19: .line 394
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.constructorCall:Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.sourceStart:I
        20: .line 395
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.constructorCall:Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.sourceEnd:I
        21: .line 397
            iload 5 /* argumentsLength */
            ifle 27
        22: .line 399
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.constructorCall:Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
            iload 5 /* argumentsLength */
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            astore 8 /* args */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.Expression[] args
        23: .line 400
            iload 5 /* argumentsLength */
            istore 9 /* i */
        start local 9 // int i
        24: goto 26
        25: .line 401
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Expression[] int
      StackMap stack:
            aload 8 /* args */
            iload 9 /* i */
            new org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            dup
            new java.lang.StringBuilder
            dup
            aload 3 /* baseName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 9 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            lconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleNameReference.<init>:([CJ)V
            aastore
        26: .line 400
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ -1
            iload 9 /* i */
            ifge 25
        end local 9 // int i
        end local 8 // org.eclipse.jdt.internal.compiler.ast.Expression[] args
        27: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnonnull 30
        28: .line 407
            aload 0 /* this */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
            dup
            iconst_0
            aload 6 /* constructor */
            aastore
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
        29: .line 408
            goto 34
        30: .line 410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
            dup
            astore 8 /* newMethods */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] newMethods
        31: iconst_1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        32: .line 411
            aload 8 /* newMethods */
            iconst_0
            aload 6 /* constructor */
            aastore
        33: .line 412
            aload 0 /* this */
            aload 8 /* newMethods */
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
        end local 8 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] newMethods
        34: .line 417
      StackMap locals:
      StackMap stack:
            iload 2 /* eraseThrownExceptions */
            ifeq 36
        35: .line 418
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* inheritedConstructorBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iconst_1
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToRawTypes:([Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ZZ)[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            goto 37
        36: .line 419
      StackMap locals:
      StackMap stack:
            aload 1 /* inheritedConstructorBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
        37: .line 417
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]
            astore 8 /* thrownExceptions */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] thrownExceptions
        38: .line 421
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            astore 9 /* sourceType */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
        39: .line 422
            aload 6 /* constructor */
        40: new org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            dup
        41: .line 423
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.modifiers:I
        42: .line 424
            iload 5 /* argumentsLength */
            ifne 43
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            goto 44
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.MethodBinding int java.lang.String org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration new 40 new 40 int
        43: aload 4 /* argumentTypes */
        44: .line 425
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.MethodBinding int java.lang.String org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration new 40 new 40 int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
            aload 8 /* thrownExceptions */
        45: .line 426
            aload 9 /* sourceType */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodBinding.<init>:(I[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
        46: .line 422
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        47: .line 427
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            aload 1 /* inheritedConstructorBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 128
            land
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
        48: .line 428
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 67108864
            ior
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
        49: .line 429
            aload 1 /* inheritedConstructorBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            ifnull 55
        50: .line 430
            iload 5 /* argumentsLength */
            ifle 55
        51: .line 433
            aload 1 /* inheritedConstructorBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            arraylength
            istore 10 /* len */
        start local 10 // int len
        52: .line 434
            aload 1 /* inheritedConstructorBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            iconst_0
        53: .line 435
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            iload 10 /* len */
            anewarray java.lang.Boolean
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameterNonNullness:[Ljava/lang/Boolean;
            iconst_0
            iload 10 /* len */
        54: .line 434
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 10 // int len
        55: .line 439
      StackMap locals:
      StackMap stack:
            aload 6 /* constructor */
            new org.eclipse.jdt.internal.compiler.lookup.MethodScope
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            aload 6 /* constructor */
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodScope.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;Z)V
            putfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
        56: .line 440
            aload 6 /* constructor */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.bindArguments:()V
        57: .line 441
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.constructorCall:Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        58: .line 443
            aload 9 /* sourceType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.methods:()[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 10 /* methodBindings */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methodBindings
        59: .line 445
            aload 10 /* methodBindings */
            iconst_0
            aload 10 /* methodBindings */
            arraylength
            dup
            istore 11 /* length */
        start local 11 // int length
        60: iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            dup
            astore 10 /* methodBindings */
            iconst_1
            iload 11 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        61: .line 446
            aload 10 /* methodBindings */
            iconst_0
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aastore
        62: .line 447
            iinc 11 /* length */ 1
            iload 11 /* length */
            iconst_1
            if_icmple 64
        63: .line 448
            aload 10 /* methodBindings */
            iconst_0
            iload 11 /* length */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.sortMethods:([Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V
        64: .line 449
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] int
      StackMap stack:
            aload 9 /* sourceType */
            aload 10 /* methodBindings */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.setMethods:([Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            pop
        65: .line 452
            aload 6 /* constructor */
            getfield org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
        end local 11 // int length
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methodBindings
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] thrownExceptions
        end local 7 // int newModifiers
        end local 6 // org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration constructor
        end local 5 // int argumentsLength
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] argumentTypes
        end local 3 // java.lang.String baseName
        end local 2 // boolean eraseThrownExceptions
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding inheritedConstructorBinding
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   66     0                         this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   66     1  inheritedConstructorBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            0   66     2        eraseThrownExceptions  Z
            1   66     3                     baseName  Ljava/lang/String;
            2   66     4                argumentTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            3   66     5              argumentsLength  I
            4   66     6                  constructor  Lorg/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration;
            8   66     7                 newModifiers  I
           14   18     8                    arguments  [Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           15   18     9                            i  I
           23   27     8                         args  [Lorg/eclipse/jdt/internal/compiler/ast/Expression;
           24   27     9                            i  I
           31   34     8                   newMethods  [Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           38   66     8             thrownExceptions  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           39   66     9                   sourceType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
           52   55    10                          len  I
           59   66    10               methodBindings  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           60   66    11                       length  I
    MethodParameters:
                             Name  Flags
      inheritedConstructorBinding  
      eraseThrownExceptions        

  public org.eclipse.jdt.internal.compiler.ast.FieldDeclaration declarationOf(org.eclipse.jdt.internal.compiler.lookup.FieldBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;)Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.FieldBinding fieldBinding
         0: .line 459
            aload 1 /* fieldBinding */
            ifnull 9
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 9
         1: .line 460
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            arraylength
            istore 3 /* max */
        start local 3 // int max
         3: goto 8
         4: .line 462
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            iload 2 /* i */
            aaload
            dup
            astore 4 /* fieldDecl */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration fieldDecl
         5: getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            aload 1 /* fieldBinding */
            if_acmpne 7
         6: .line 463
            aload 4 /* fieldDecl */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration fieldDecl
         7: .line 460
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            iload 3 /* max */
            if_icmplt 4
        end local 3 // int max
        end local 2 // int i
         9: .line 466
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.FieldBinding fieldBinding
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   10     1  fieldBinding  Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            2    9     2             i  I
            3    9     3           max  I
            5    7     4     fieldDecl  Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
    MethodParameters:
              Name  Flags
      fieldBinding  

  public org.eclipse.jdt.internal.compiler.ast.TypeDeclaration declarationOf(org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MemberTypeBinding;)Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding memberTypeBinding
         0: .line 473
            aload 1 /* memberTypeBinding */
            ifnull 9
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 9
         1: .line 474
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            istore 3 /* max */
        start local 3 // int max
         3: goto 8
         4: .line 476
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 2 /* i */
            aaload
            dup
            astore 4 /* memberTypeDecl */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration memberTypeDecl
         5: getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 1 /* memberTypeBinding */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 7
         6: .line 477
            aload 4 /* memberTypeDecl */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration memberTypeDecl
         7: .line 474
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            iload 3 /* max */
            if_icmplt 4
        end local 3 // int max
        end local 2 // int i
         9: .line 480
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding memberTypeBinding
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   10     1  memberTypeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MemberTypeBinding;
            2    9     2                  i  I
            3    9     3                max  I
            5    7     4     memberTypeDecl  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
    MethodParameters:
                   Name  Flags
      memberTypeBinding  

  public org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration declarationOf(org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
         0: .line 487
            aload 1 /* methodBinding */
            ifnull 9
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 9
         1: .line 488
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 3 /* max */
        start local 3 // int max
         3: goto 8
         4: .line 491
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 2 /* i */
            aaload
            dup
            astore 4 /* methodDecl */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
         5: getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 1 /* methodBinding */
            if_acmpne 7
         6: .line 492
            aload 4 /* methodDecl */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
         7: .line 488
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            iload 3 /* max */
            if_icmplt 4
        end local 3 // int max
        end local 2 // int i
         9: .line 495
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   10     1  methodBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            2    9     2              i  I
            3    9     3            max  I
            5    7     4     methodDecl  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
    MethodParameters:
               Name  Flags
      methodBinding  

  public org.eclipse.jdt.internal.compiler.ast.TypeDeclaration declarationOfType(char[][]);
    descriptor: ([[C)Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // char[][] typeName
         0: .line 506
            aload 1 /* typeName */
            arraylength
            istore 2 /* typeNameLength */
        start local 2 // int typeNameLength
         1: .line 507
            iload 2 /* typeNameLength */
            iconst_1
            if_icmplt 2
            aload 1 /* typeName */
            iconst_0
            aaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifne 3
         2: .line 508
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         3: .line 510
      StackMap locals:
      StackMap stack:
            iload 2 /* typeNameLength */
            iconst_1
            if_icmpne 5
         4: .line 511
            aload 0 /* this */
            areturn
         5: .line 513
      StackMap locals:
      StackMap stack:
            iload 2 /* typeNameLength */
            iconst_1
            isub
            anewarray char[]
            astore 3 /* subTypeName */
        start local 3 // char[][] subTypeName
         6: .line 514
            aload 1 /* typeName */
            iconst_1
            aload 3 /* subTypeName */
            iconst_0
            iload 2 /* typeNameLength */
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 515
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 13
         9: .line 516
      StackMap locals: char[][] int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 4 /* i */
            aaload
            aload 3 /* subTypeName */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.declarationOfType:([[C)Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            astore 5 /* typeDecl */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDecl
        10: .line 517
            aload 5 /* typeDecl */
            ifnull 12
        11: .line 518
            aload 5 /* typeDecl */
            areturn
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDecl
        12: .line 515
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            if_icmplt 9
        end local 4 // int i
        14: .line 521
            aconst_null
            areturn
        end local 3 // char[][] subTypeName
        end local 2 // int typeNameLength
        end local 1 // char[][] typeName
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   15     1        typeName  [[C
            1   15     2  typeNameLength  I
            6   15     3     subTypeName  [[C
            8   14     4               i  I
           10   12     5        typeDecl  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
    MethodParameters:
          Name  Flags
      typeName  

  public org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration getCompilationUnitDeclaration();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 526
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            ifnull 2
         1: .line 527
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilationUnitScope:()Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            areturn
         2: .line 529
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;

  public void generateCode(org.eclipse.jdt.internal.compiler.ClassFile);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.ClassFile enclosingClassFile
         0: .line 536
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            sipush 8192
            iand
            ifeq 2
         1: .line 537
            return
         2: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            sipush 8192
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
         3: .line 539
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
            ifeq 10
         4: .line 540
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            ifnonnull 6
         5: .line 541
            return
         6: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         7: .line 544
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
         8: .line 542
            invokestatic org.eclipse.jdt.internal.compiler.ClassFile.createProblemType:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
         9: .line 545
            return
        10: .line 549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.ClassFile.getNewInstance:(Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)Lorg/eclipse/jdt/internal/compiler/ClassFile;
            astore 2 /* classFile */
        start local 2 // org.eclipse.jdt.internal.compiler.ClassFile classFile
        11: .line 550
            aload 2 /* classFile */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 1 /* enclosingClassFile */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.initialize:(Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;Lorg/eclipse/jdt/internal/compiler/ClassFile;Z)V
        12: .line 551
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isMemberType:()Z
            ifeq 15
        13: .line 552
            aload 2 /* classFile */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.recordInnerClasses:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        14: .line 553
            goto 18
      StackMap locals: org.eclipse.jdt.internal.compiler.ClassFile
      StackMap stack:
        15: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isLocalType:()Z
            ifeq 18
        16: .line 554
            aload 1 /* enclosingClassFile */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.recordInnerClasses:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        17: .line 555
            aload 2 /* classFile */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.recordInnerClasses:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        18: .line 557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 3 /* typeVariables */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] typeVariables
        19: .line 558
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        20: aload 3 /* typeVariables */
            arraylength
            istore 5 /* max */
        start local 5 // int max
        21: goto 26
        22: .line 559
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] int int
      StackMap stack:
            aload 3 /* typeVariables */
            iload 4 /* i */
            aaload
            astore 6 /* typeVariableBinding */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariableBinding
        23: .line 560
            aload 6 /* typeVariableBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.tagBits:J
            ldc 2048
            land
            lconst_0
            lcmp
            ifeq 25
        24: .line 561
            aload 2 /* classFile */
            aload 6 /* typeVariableBinding */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.recordNestedType:(Lorg/eclipse/jdt/internal/compiler/ClassFile;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariableBinding
        25: .line 558
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 4 /* i */
            iload 5 /* max */
            if_icmplt 22
        end local 5 // int max
        end local 4 // int i
        27: .line 566
            aload 2 /* classFile */
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.addFieldInfos:()V
        28: .line 568
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 37
        29: .line 569
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        30: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            istore 5 /* max */
        start local 5 // int max
        31: goto 36
        32: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 4 /* i */
            aaload
            astore 6 /* memberType */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration memberType
        33: .line 571
            aload 2 /* classFile */
            aload 6 /* memberType */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.recordInnerClasses:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        34: .line 572
            aload 6 /* memberType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            aload 2 /* classFile */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
        end local 6 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration memberType
        35: .line 569
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 4 /* i */
            iload 5 /* max */
            if_icmplt 32
        end local 5 // int max
        end local 4 // int i
        37: .line 576
      StackMap locals:
      StackMap stack:
            aload 2 /* classFile */
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.setForMethodInfos:()V
        38: .line 577
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 45
        39: .line 578
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        40: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 5 /* max */
        start local 5 // int max
        41: goto 44
        42: .line 579
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 4 /* i */
            aaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            aload 2 /* classFile */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.generateCode:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
        43: .line 578
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        44: iload 4 /* i */
            iload 5 /* max */
            if_icmplt 42
        end local 5 // int max
        end local 4 // int i
        45: .line 583
      StackMap locals:
      StackMap stack:
            aload 2 /* classFile */
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.addSpecialMethods:()V
        46: .line 585
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
            ifeq 48
        47: .line 586
            new org.eclipse.jdt.internal.compiler.problem.AbortType
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            aconst_null
            invokespecial org.eclipse.jdt.internal.compiler.problem.AbortType.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;Lorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
            athrow
        48: .line 590
      StackMap locals:
      StackMap stack:
            aload 2 /* classFile */
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.addAttributes:()V
        49: .line 591
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
        50: .line 592
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.constantPoolName:()[C
        51: .line 593
            aload 2 /* classFile */
        52: .line 591
            invokevirtual org.eclipse.jdt.internal.compiler.CompilationResult.record:([CLorg/eclipse/jdt/internal/compiler/ClassFile;)V
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] typeVariables
        end local 2 // org.eclipse.jdt.internal.compiler.ClassFile classFile
        53: .line 594
            goto 60
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.ClassFile
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.AbortType
        54: pop
        55: .line 595
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            ifnonnull 57
        56: .line 596
            return
        57: .line 598
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        58: .line 599
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
        59: .line 597
            invokestatic org.eclipse.jdt.internal.compiler.ClassFile.createProblemType:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
        60: .line 601
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ClassFile enclosingClassFile
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   61     0                 this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   61     1   enclosingClassFile  Lorg/eclipse/jdt/internal/compiler/ClassFile;
           11   53     2            classFile  Lorg/eclipse/jdt/internal/compiler/ClassFile;
           19   53     3        typeVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
           20   27     4                    i  I
           21   27     5                  max  I
           23   25     6  typeVariableBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
           30   37     4                    i  I
           31   37     5                  max  I
           33   35     6           memberType  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
           40   45     4                    i  I
           41   45     5                  max  I
      Exception table:
        from    to  target  type
          10    53      54  Class org.eclipse.jdt.internal.compiler.problem.AbortType
    MethodParameters:
                    Name  Flags
      enclosingClassFile  

  public void generateCode(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.codegen.CodeStream);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
        start local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
         0: .line 608
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            ldc -2147483648
            iand
            ifne 2
         1: .line 609
            return
         2: .line 611
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            sipush 8192
            iand
            ifeq 3
            return
         3: .line 612
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            istore 3 /* pc */
        start local 3 // int pc
         4: .line 613
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            ifnull 18
         5: .line 614
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.syntheticEnclosingInstances:()[Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            astore 4 /* enclosingInstances */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] enclosingInstances
         6: .line 615
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: iconst_0
            istore 6 /* slotSize */
        start local 6 // int slotSize
         8: aload 4 /* enclosingInstances */
            ifnonnull 9
            iconst_0
            goto 10
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] int int
      StackMap stack:
         9: aload 4 /* enclosingInstances */
            arraylength
      StackMap locals:
      StackMap stack: int
        10: istore 7 /* count */
        start local 7 // int count
        11: goto 17
        12: .line 616
      StackMap locals: int
      StackMap stack:
            aload 4 /* enclosingInstances */
            iload 5 /* i */
            aaload
            astore 8 /* enclosingInstance */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding enclosingInstance
        13: .line 617
            aload 8 /* enclosingInstance */
            iinc 6 /* slotSize */ 1
            iload 6 /* slotSize */
            putfield org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding.resolvedPosition:I
        14: .line 618
            iload 6 /* slotSize */
            sipush 255
            if_icmple 16
        15: .line 619
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 8 /* enclosingInstance */
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.referenceType:()Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.noMoreAvailableSpaceForArgument:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding enclosingInstance
        16: .line 615
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 5 /* i */
            iload 7 /* count */
            if_icmplt 12
        end local 7 // int count
        end local 6 // int slotSize
        end local 5 // int i
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] enclosingInstances
        18: .line 623
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFile:Lorg/eclipse/jdt/internal/compiler/ClassFile;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode:(Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
        19: .line 624
            aload 2 /* codeStream */
            iload 3 /* pc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        20: .line 625
            return
        end local 3 // int pc
        end local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   21     0                this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   21     1          blockScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   21     2          codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            4   21     3                  pc  I
            6   18     4  enclosingInstances  [Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            7   18     5                   i  I
            8   18     6            slotSize  I
           11   18     7               count  I
           13   16     8   enclosingInstance  Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
    MethodParameters:
            Name  Flags
      blockScope  
      codeStream  

  public void generateCode(org.eclipse.jdt.internal.compiler.lookup.ClassScope, org.eclipse.jdt.internal.compiler.ClassFile);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope classScope
        start local 2 // org.eclipse.jdt.internal.compiler.ClassFile enclosingClassFile
         0: .line 631
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            sipush 8192
            iand
            ifeq 1
            return
         1: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            ifnull 15
         2: .line 633
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.syntheticEnclosingInstances:()[Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            astore 3 /* enclosingInstances */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] enclosingInstances
         3: .line 634
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: iconst_0
            istore 5 /* slotSize */
        start local 5 // int slotSize
         5: aload 3 /* enclosingInstances */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] int int
      StackMap stack:
         6: aload 3 /* enclosingInstances */
            arraylength
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* count */
        start local 6 // int count
         8: goto 14
         9: .line 635
      StackMap locals: int
      StackMap stack:
            aload 3 /* enclosingInstances */
            iload 4 /* i */
            aaload
            astore 7 /* enclosingInstance */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding enclosingInstance
        10: .line 636
            aload 7 /* enclosingInstance */
            iinc 5 /* slotSize */ 1
            iload 5 /* slotSize */
            putfield org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding.resolvedPosition:I
        11: .line 637
            iload 5 /* slotSize */
            sipush 255
            if_icmple 13
        12: .line 638
            aload 1 /* classScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 7 /* enclosingInstance */
            aload 1 /* classScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceType:()Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.noMoreAvailableSpaceForArgument:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding enclosingInstance
        13: .line 634
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            iload 6 /* count */
            if_icmplt 9
        end local 6 // int count
        end local 5 // int slotSize
        end local 4 // int i
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] enclosingInstances
        15: .line 642
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.ClassScope org.eclipse.jdt.internal.compiler.ClassFile
      StackMap stack:
            aload 0 /* this */
            aload 2 /* enclosingClassFile */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode:(Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
        16: .line 643
            return
        end local 2 // org.eclipse.jdt.internal.compiler.ClassFile enclosingClassFile
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope classScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   17     1          classScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            0   17     2  enclosingClassFile  Lorg/eclipse/jdt/internal/compiler/ClassFile;
            3   15     3  enclosingInstances  [Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            4   15     4                   i  I
            5   15     5            slotSize  I
            8   15     6               count  I
           10   13     7   enclosingInstance  Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
    MethodParameters:
                    Name  Flags
      classScope          
      enclosingClassFile  

  public void generateCode(org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
         0: .line 649
            aload 0 /* this */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode:(Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
         1: .line 650
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    2     1  unitScope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
    MethodParameters:
           Name  Flags
      unitScope  

  public boolean hasErrors();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 654
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;

  private void internalAnalyseCode(org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=14, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 661
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.checkYieldUsage:()V
         1: .line 662
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isUsed:()Z
            ifne 4
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isOrEnclosedByPrivateType:()Z
            ifeq 4
         2: .line 663
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            getfield org.eclipse.jdt.internal.compiler.CompilationResult.hasSyntaxError:Z
            ifne 4
         3: .line 664
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unusedPrivateType:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
         4: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            ifnull 14
         5: .line 670
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            getfield org.eclipse.jdt.internal.compiler.CompilationResult.hasSyntaxError:Z
            ifne 14
         6: .line 671
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         8: goto 13
         9: .line 672
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            iload 3 /* i */
            aaload
            astore 5 /* typeParameter */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeParameter typeParameter
        10: .line 673
            aload 5 /* typeParameter */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeParameter.binding:Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.modifiers:I
            ldc 134217728
            iand
            ifne 12
        11: .line 674
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 5 /* typeParameter */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unusedTypeParameter:(Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;)V
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeParameter typeParameter
        12: .line 671
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 9
        end local 4 // int length
        end local 3 // int i
        14: .line 681
      StackMap locals:
      StackMap stack:
            aload 1 /* flowContext */
            instanceof org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
            ifeq 15
            aconst_null
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 1 /* flowContext */
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.flow.FlowContext
        16: astore 3 /* parentContext */
        start local 3 // org.eclipse.jdt.internal.compiler.flow.FlowContext parentContext
        17: .line 682
            new org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
            dup
            aload 3 /* parentContext */
            aload 0 /* this */
            aload 2 /* flowInfo */
            aload 1 /* flowContext */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.initializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokespecial org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext.<init>:(Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
            astore 4 /* initializerContext */
        start local 4 // org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext initializerContext
        18: .line 684
            new org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext
            dup
            aconst_null
            aload 0 /* this */
            aload 2 /* flowInfo */
            aload 1 /* flowContext */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.staticInitializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokespecial org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext.<init>:(Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
            astore 5 /* staticInitializerContext */
        start local 5 // org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext staticInitializerContext
        19: .line 685
            aload 2 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalFieldLessCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 6 /* nonStaticFieldInfo */
        start local 6 // org.eclipse.jdt.internal.compiler.flow.FlowInfo nonStaticFieldInfo
        20: .line 686
            aload 2 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalFieldLessCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 7 /* staticFieldInfo */
        start local 7 // org.eclipse.jdt.internal.compiler.flow.FlowInfo staticFieldInfo
        21: .line 687
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 44
        22: .line 688
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        23: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            arraylength
            istore 9 /* count */
        start local 9 // int count
        24: goto 43
        25: .line 689
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.flow.FlowInfo int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            iload 8 /* i */
            aaload
            astore 10 /* field */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        26: .line 690
            aload 10 /* field */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.isStatic:()Z
            ifeq 35
        27: .line 691
            aload 7 /* staticFieldInfo */
            getfield org.eclipse.jdt.internal.compiler.flow.FlowInfo.tagBits:I
            iconst_1
            iand
            ifeq 29
        28: .line 692
            aload 10 /* field */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.bits:I
            ldc 2147483647
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.bits:I
        29: .line 697
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
      StackMap stack:
            aload 5 /* staticInitializerContext */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.ANY_EXCEPTION:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            putfield org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext.handledExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
        30: .line 699
            aload 10 /* field */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.staticInitializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 5 /* staticInitializerContext */
            aload 7 /* staticFieldInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 7 /* staticFieldInfo */
        31: .line 702
            aload 7 /* staticFieldInfo */
            getstatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.DEAD_END:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            if_acmpne 42
        32: .line 703
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.staticInitializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 10 /* field */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.initializerMustCompleteNormally:(Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;)V
        33: .line 704
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
            invokestatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.initial:(I)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.setReachMode:(I)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 7 /* staticFieldInfo */
        34: .line 706
            goto 42
        35: .line 707
      StackMap locals:
      StackMap stack:
            aload 6 /* nonStaticFieldInfo */
            getfield org.eclipse.jdt.internal.compiler.flow.FlowInfo.tagBits:I
            iconst_1
            iand
            ifeq 37
        36: .line 708
            aload 10 /* field */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.bits:I
            ldc 2147483647
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.bits:I
        37: .line 713
      StackMap locals:
      StackMap stack:
            aload 4 /* initializerContext */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.ANY_EXCEPTION:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            putfield org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext.handledExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
        38: .line 715
            aload 10 /* field */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.initializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 4 /* initializerContext */
            aload 6 /* nonStaticFieldInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 6 /* nonStaticFieldInfo */
        39: .line 718
            aload 6 /* nonStaticFieldInfo */
            getstatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.DEAD_END:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            if_acmpne 42
        40: .line 719
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.initializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 10 /* field */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.initializerMustCompleteNormally:(Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;)V
        41: .line 720
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
            invokestatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.initial:(I)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.setReachMode:(I)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 6 /* nonStaticFieldInfo */
        end local 10 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        42: .line 688
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 8 /* i */
            iload 9 /* count */
            if_icmplt 25
        end local 9 // int count
        end local 8 // int i
        44: .line 725
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 54
        45: .line 726
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        46: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            istore 9 /* count */
        start local 9 // int count
        47: goto 53
        48: .line 727
      StackMap locals: int int
      StackMap stack:
            aload 1 /* flowContext */
            ifnull 51
        49: .line 728
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 8 /* i */
            aaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            aload 1 /* flowContext */
            aload 6 /* nonStaticFieldInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.copy:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            aload 2 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.reachMode:()I
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.setReachMode:(I)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        50: .line 729
            goto 52
        51: .line 730
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 8 /* i */
            aaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        52: .line 726
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        53: iload 8 /* i */
            iload 9 /* count */
            if_icmplt 48
        end local 9 // int count
        end local 8 // int i
        54: .line 734
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3473408
            lcmp
            iflt 67
        55: .line 738
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 56
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isClinit:()Z
            ifne 67
        56: .line 739
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.ast.Clinit
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            invokespecial org.eclipse.jdt.internal.compiler.ast.Clinit.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
            astore 8 /* clinit */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.Clinit clinit
        57: .line 740
            aload 8 /* clinit */
            aload 8 /* clinit */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceStart:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.Clinit.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.Clinit.declarationSourceStart:I
        58: .line 741
            aload 8 /* clinit */
            aload 8 /* clinit */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.Clinit.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.Clinit.declarationSourceEnd:I
        59: .line 742
            aload 8 /* clinit */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.Clinit.bodyEnd:I
        60: .line 743
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnonnull 61
            iconst_0
            goto 62
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Clinit
      StackMap stack:
        61: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
      StackMap locals:
      StackMap stack: int
        62: istore 9 /* length */
        start local 9 // int length
        63: .line 744
            iload 9 /* length */
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
            astore 10 /* methodDeclarations */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methodDeclarations
        64: .line 745
            aload 10 /* methodDeclarations */
            iconst_0
            aload 8 /* clinit */
            aastore
        65: .line 746
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 67
        66: .line 747
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iconst_0
            aload 10 /* methodDeclarations */
            iconst_1
            iload 9 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 10 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methodDeclarations
        end local 9 // int length
        end local 8 // org.eclipse.jdt.internal.compiler.ast.Clinit clinit
        67: .line 750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 92
        68: .line 751
            aload 2 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalFieldLessCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            astore 8 /* outerInfo */
        start local 8 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo outerInfo
        69: .line 752
            aload 6 /* nonStaticFieldInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalInits:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.discardNonFieldInitializations:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            aload 8 /* outerInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.addInitializationsFrom:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 9 /* constructorInfo */
        start local 9 // org.eclipse.jdt.internal.compiler.flow.FlowInfo constructorInfo
        70: .line 753
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.getJUnitMethodSourceValues:()Lorg/eclipse/jdt/internal/compiler/util/SimpleSetOfCharArray;
            astore 10 /* jUnitMethodSourceValues */
        start local 10 // org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray jUnitMethodSourceValues
        71: .line 754
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        72: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 12 /* count */
        start local 12 // int count
        73: goto 91
        74: .line 755
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 11 /* i */
            aaload
            astore 13 /* method */
        start local 13 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method
        75: .line 756
            aload 13 /* method */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.ignoreFurtherInvestigation:Z
            ifeq 77
        76: .line 757
            goto 90
        77: .line 758
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
            aload 13 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isInitializationMethod:()Z
            ifeq 87
        78: .line 760
            aload 13 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isStatic:()Z
            ifeq 85
        79: .line 761
            aload 13 /* method */
            checkcast org.eclipse.jdt.internal.compiler.ast.Clinit
        80: .line 762
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
        81: .line 763
            aload 5 /* staticInitializerContext */
        82: .line 764
            aload 7 /* staticFieldInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalInits:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.discardNonFieldInitializations:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            aload 8 /* outerInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.addInitializationsFrom:(Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
        83: .line 761
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Clinit.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/flow/InitializationFlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        84: .line 765
            goto 90
        85: .line 766
      StackMap locals:
      StackMap stack:
            aload 13 /* method */
            checkcast org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            aload 4 /* initializerContext */
            aload 9 /* constructorInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.copy:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            aload 2 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.reachMode:()I
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/flow/InitializationFlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;I)V
        86: .line 768
            goto 90
        87: .line 770
      StackMap locals:
      StackMap stack:
            aload 13 /* method */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            ifnonnull 89
            aload 10 /* jUnitMethodSourceValues */
            aload 13 /* method */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.selector:[C
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray.includes:([C)Z
            ifeq 89
            aload 13 /* method */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 89
        88: .line 771
            aload 13 /* method */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 134217728
            ior
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
        89: .line 774
      StackMap locals:
      StackMap stack:
            aload 13 /* method */
            checkcast org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            aload 3 /* parentContext */
            aload 2 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.copy:()Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        end local 13 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration method
        90: .line 754
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        91: iload 11 /* i */
            iload 12 /* count */
            if_icmplt 74
        end local 12 // int count
        end local 11 // int i
        end local 10 // org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray jUnitMethodSourceValues
        end local 9 // org.eclipse.jdt.internal.compiler.flow.FlowInfo constructorInfo
        end local 8 // org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo outerInfo
        92: .line 779
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isEnum:()Z
            ifeq 94
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isAnonymousType:()Z
            ifne 94
        93: .line 780
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addSyntheticFieldForEnumValues:()Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.enumValuesSyntheticfield:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
        94: .line 782
      StackMap locals:
      StackMap stack:
            return
        end local 7 // org.eclipse.jdt.internal.compiler.flow.FlowInfo staticFieldInfo
        end local 6 // org.eclipse.jdt.internal.compiler.flow.FlowInfo nonStaticFieldInfo
        end local 5 // org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext staticInitializerContext
        end local 4 // org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext initializerContext
        end local 3 // org.eclipse.jdt.internal.compiler.flow.FlowContext parentContext
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 1 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   95     0                      this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   95     1               flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   95     2                  flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            7   14     3                         i  I
            8   14     4                    length  I
           10   12     5             typeParameter  Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
           17   95     3             parentContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
           18   95     4        initializerContext  Lorg/eclipse/jdt/internal/compiler/flow/InitializationFlowContext;
           19   95     5  staticInitializerContext  Lorg/eclipse/jdt/internal/compiler/flow/InitializationFlowContext;
           20   95     6        nonStaticFieldInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           21   95     7           staticFieldInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           23   44     8                         i  I
           24   44     9                     count  I
           26   42    10                     field  Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
           46   54     8                         i  I
           47   54     9                     count  I
           57   67     8                    clinit  Lorg/eclipse/jdt/internal/compiler/ast/Clinit;
           63   67     9                    length  I
           64   67    10        methodDeclarations  [Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           69   92     8                 outerInfo  Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
           70   92     9           constructorInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
           71   92    10   jUnitMethodSourceValues  Lorg/eclipse/jdt/internal/compiler/util/SimpleSetOfCharArray;
           72   92    11                         i  I
           73   92    12                     count  I
           75   90    13                    method  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
    MethodParameters:
             Name  Flags
      flowContext  
      flowInfo     

  private void checkYieldUsage();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 785
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            lstore 1 /* sourceLevel */
        start local 1 // long sourceLevel
         1: .line 786
            lload 1 /* sourceLevel */
            ldc 3735552
            lcmp
            iflt 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            ifnull 3
         2: .line 787
            ldc "yield"
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            invokespecial java.lang.String.<init>:([C)V
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 788
      StackMap locals: long
      StackMap stack:
            return
         4: .line 789
      StackMap locals:
      StackMap stack:
            lload 1 /* sourceLevel */
            ldc 3735552
            lcmp
            ifne 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.enablePreviewFeatures:Z
            ifeq 7
         5: .line 790
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.switchExpressionsYieldTypeDeclarationError:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
         6: .line 791
            goto 8
         7: .line 792
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.switchExpressionsYieldTypeDeclarationWarning:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
         8: .line 794
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long sourceLevel
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            1    9     1  sourceLevel  J

  private org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray getJUnitMethodSourceValues();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/util/SimpleSetOfCharArray;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 797
            new org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray
            dup
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray.<init>:()V
            astore 1 /* junitMethodSourceValues */
        start local 1 // org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray junitMethodSourceValues
         1: .line 798
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 11
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray top int int org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* methodDeclaration */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
         3: .line 799
            aload 2 /* methodDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            ifnull 10
         4: .line 800
            aload 2 /* methodDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 9
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int int org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] top int int org.eclipse.jdt.internal.compiler.ast.Annotation[]
      StackMap stack:
         5: aload 9
            iload 7
            aaload
            astore 6 /* annotation */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation
         6: .line 801
            aload 6 /* annotation */
            getfield org.eclipse.jdt.internal.compiler.ast.Annotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 8
            aload 6 /* annotation */
            getfield org.eclipse.jdt.internal.compiler.ast.Annotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 93
            if_icmpne 8
         7: .line 802
            aload 0 /* this */
            aload 1 /* junitMethodSourceValues */
            aload 6 /* annotation */
            aload 2 /* methodDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.selector:[C
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.addJUnitMethodSourceValues:(Lorg/eclipse/jdt/internal/compiler/util/SimpleSetOfCharArray;Lorg/eclipse/jdt/internal/compiler/ast/Annotation;[C)V
        end local 6 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation
         8: .line 800
      StackMap locals:
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
         9: iload 7
            iload 8
            if_icmplt 5
        end local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
        10: .line 798
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray top int int org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        11: iload 3
            iload 4
            if_icmplt 2
        12: .line 807
            aload 1 /* junitMethodSourceValues */
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray junitMethodSourceValues
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   13     0                     this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            1   13     1  junitMethodSourceValues  Lorg/eclipse/jdt/internal/compiler/util/SimpleSetOfCharArray;
            3   10     2        methodDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            6    8     6               annotation  Lorg/eclipse/jdt/internal/compiler/ast/Annotation;

  private void addJUnitMethodSourceValues(org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray, org.eclipse.jdt.internal.compiler.ast.Annotation, char[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/util/SimpleSetOfCharArray;Lorg/eclipse/jdt/internal/compiler/ast/Annotation;[C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=14, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray junitMethodSourceValues
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation
        start local 3 // char[] methodName
         0: .line 811
            aload 2 /* annotation */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Annotation.memberValuePairs:()[Lorg/eclipse/jdt/internal/compiler/ast/MemberValuePair;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 15
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray org.eclipse.jdt.internal.compiler.ast.Annotation char[] top int int org.eclipse.jdt.internal.compiler.ast.MemberValuePair[]
      StackMap stack:
         1: aload 7
            iload 5
            aaload
            astore 4 /* memberValuePair */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.MemberValuePair memberValuePair
         2: .line 812
            aload 4 /* memberValuePair */
            getfield org.eclipse.jdt.internal.compiler.ast.MemberValuePair.name:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.VALUE:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 14
         3: .line 813
            aload 4 /* memberValuePair */
            getfield org.eclipse.jdt.internal.compiler.ast.MemberValuePair.value:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            astore 8 /* value */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.Expression value
         4: .line 814
            aload 8 /* value */
            instanceof org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
            ifeq 12
         5: .line 815
            aload 8 /* value */
            checkcast org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
            astore 9 /* arrayInitializer */
        start local 9 // org.eclipse.jdt.internal.compiler.ast.ArrayInitializer arrayInitializer
         6: .line 816
            aload 9 /* arrayInitializer */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayInitializer.expressions:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 10
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray org.eclipse.jdt.internal.compiler.ast.Annotation char[] org.eclipse.jdt.internal.compiler.ast.MemberValuePair int int org.eclipse.jdt.internal.compiler.ast.MemberValuePair[] org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.ast.ArrayInitializer top int int org.eclipse.jdt.internal.compiler.ast.Expression[]
      StackMap stack:
         7: aload 13
            iload 11
            aaload
            astore 10 /* arrayValue */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.Expression arrayValue
         8: .line 817
            aload 1 /* junitMethodSourceValues */
            aload 0 /* this */
            aload 10 /* arrayValue */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.getValueAsChars:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)[C
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray.add:([C)Ljava/lang/Object;
            pop
        end local 10 // org.eclipse.jdt.internal.compiler.ast.Expression arrayValue
         9: .line 816
            iinc 11 1
      StackMap locals:
      StackMap stack:
        10: iload 11
            iload 12
            if_icmplt 7
        end local 9 // org.eclipse.jdt.internal.compiler.ast.ArrayInitializer arrayInitializer
        11: .line 819
            goto 13
        12: .line 820
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray org.eclipse.jdt.internal.compiler.ast.Annotation char[] org.eclipse.jdt.internal.compiler.ast.MemberValuePair int int org.eclipse.jdt.internal.compiler.ast.MemberValuePair[] org.eclipse.jdt.internal.compiler.ast.Expression
      StackMap stack:
            aload 1 /* junitMethodSourceValues */
            aload 0 /* this */
            aload 8 /* value */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.getValueAsChars:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)[C
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray.add:([C)Ljava/lang/Object;
            pop
        13: .line 822
      StackMap locals:
      StackMap stack:
            return
        end local 8 // org.eclipse.jdt.internal.compiler.ast.Expression value
        end local 4 // org.eclipse.jdt.internal.compiler.ast.MemberValuePair memberValuePair
        14: .line 811
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray org.eclipse.jdt.internal.compiler.ast.Annotation char[] top int int org.eclipse.jdt.internal.compiler.ast.MemberValuePair[]
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        15: iload 5
            iload 6
            if_icmplt 1
        16: .line 826
            aload 1 /* junitMethodSourceValues */
            aload 3 /* methodName */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray.add:([C)Ljava/lang/Object;
            pop
        17: .line 827
            return
        end local 3 // char[] methodName
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation
        end local 1 // org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray junitMethodSourceValues
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   18     0                     this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   18     1  junitMethodSourceValues  Lorg/eclipse/jdt/internal/compiler/util/SimpleSetOfCharArray;
            0   18     2               annotation  Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            0   18     3               methodName  [C
            2   14     4          memberValuePair  Lorg/eclipse/jdt/internal/compiler/ast/MemberValuePair;
            4   14     8                    value  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            6   11     9         arrayInitializer  Lorg/eclipse/jdt/internal/compiler/ast/ArrayInitializer;
            8    9    10               arrayValue  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    MethodParameters:
                         Name  Flags
      junitMethodSourceValues  
      annotation               
      methodName               

  private char[] getValueAsChars(org.eclipse.jdt.internal.compiler.ast.Expression);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/Expression;)[C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.Expression value
         0: .line 830
            aload 1 /* value */
            instanceof org.eclipse.jdt.internal.compiler.ast.StringLiteral
            ifeq 2
         1: .line 831
            aload 1 /* value */
            checkcast org.eclipse.jdt.internal.compiler.ast.StringLiteral
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.source:[C
            areturn
         2: .line 832
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            instanceof org.eclipse.jdt.internal.compiler.impl.StringConstant
            ifeq 4
         3: .line 833
            aload 1 /* value */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            checkcast org.eclipse.jdt.internal.compiler.impl.StringConstant
            invokevirtual org.eclipse.jdt.internal.compiler.impl.StringConstant.stringValue:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            areturn
         4: .line 835
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR:[C
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.ast.Expression value
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    5     1  value  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    MethodParameters:
       Name  Flags
      value  

  public static final int kind(int);
    descriptor: (I)I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int flags
         0: .line 839
            iload 0 /* flags */
            sipush 25088
            iand
            lookupswitch { // 3
                  512: 1
                 8704: 2
                16384: 3
              default: 4
          }
         1: .line 841
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         2: .line 843
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
         3: .line 845
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
         4: .line 847
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // int flags
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  flags  I
    MethodParameters:
       Name  Flags
      flags  

  public void manageEnclosingInstanceAccessIfNecessary(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 860
            aload 2 /* flowInfo */
            getfield org.eclipse.jdt.internal.compiler.flow.FlowInfo.tagBits:I
            iconst_1
            iand
            ifeq 1
            return
         1: .line 861
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
            astore 3 /* nestedType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding nestedType
         2: .line 863
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            astore 4 /* methodScope */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodScope methodScope
         3: .line 864
            aload 4 /* methodScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodScope.isStatic:Z
            ifne 5
            aload 4 /* methodScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodScope.isConstructorCall:Z
            ifne 5
         4: .line 865
            aload 3 /* nestedType */
            aload 3 /* nestedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.addSyntheticArgumentAndField:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            pop
         5: .line 868
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding org.eclipse.jdt.internal.compiler.lookup.MethodScope
      StackMap stack:
            aload 3 /* nestedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.isAnonymousType:()Z
            ifeq 19
         6: .line 869
            aload 3 /* nestedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.superclass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 5 /* superclassBinding */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superclassBinding
         7: .line 870
            aload 5 /* superclassBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 12
            aload 5 /* superclassBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isStatic:()Z
            ifne 12
         8: .line 871
            aload 5 /* superclassBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isLocalType:()Z
            ifeq 11
         9: .line 872
            aload 5 /* superclassBinding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
            aload 5 /* superclassBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.getSyntheticField:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            ifnonnull 11
        10: .line 873
            aload 5 /* superclassBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isMemberType:()Z
            ifeq 12
        11: .line 874
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 3 /* nestedType */
            aload 5 /* superclassBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.addSyntheticArgument:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            pop
        12: .line 886
      StackMap locals:
      StackMap stack:
            aload 4 /* methodScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodScope.isStatic:Z
            ifne 19
            aload 4 /* methodScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodScope.isConstructorCall:Z
            ifeq 19
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3211264
            lcmp
            iflt 19
        13: .line 887
            aload 3 /* nestedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* enclosing */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosing
        14: .line 888
            aload 6 /* enclosing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isNestedType:()Z
            ifeq 19
        15: .line 889
            aload 6 /* enclosing */
            checkcast org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
            astore 7 /* nestedEnclosing */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding nestedEnclosing
        16: .line 891
            aload 7 /* nestedEnclosing */
            aload 7 /* nestedEnclosing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iconst_1
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.getSyntheticArgument:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ZZ)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            astore 8 /* syntheticEnclosingInstanceArgument */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding syntheticEnclosingInstanceArgument
        17: .line 892
            aload 8 /* syntheticEnclosingInstanceArgument */
            ifnull 19
        18: .line 893
            aload 3 /* nestedType */
            aload 8 /* syntheticEnclosingInstanceArgument */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.addSyntheticArgumentAndField:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            pop
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding syntheticEnclosingInstanceArgument
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding nestedEnclosing
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosing
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superclassBinding
        19: .line 899
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodScope methodScope
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding nestedType
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                                Name  Signature
            0   20     0                                this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   20     1                        currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   20     2                            flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            2   20     3                          nestedType  Lorg/eclipse/jdt/internal/compiler/lookup/NestedTypeBinding;
            3   20     4                         methodScope  Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            7   19     5                   superclassBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           14   19     6                           enclosing  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           16   19     7                     nestedEnclosing  Lorg/eclipse/jdt/internal/compiler/lookup/NestedTypeBinding;
           17   19     8  syntheticEnclosingInstanceArgument  Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
    MethodParameters:
              Name  Flags
      currentScope  
      flowInfo      

  public void manageEnclosingInstanceAccessIfNecessary(org.eclipse.jdt.internal.compiler.lookup.ClassScope, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 911
            aload 2 /* flowInfo */
            getfield org.eclipse.jdt.internal.compiler.flow.FlowInfo.tagBits:I
            iconst_1
            iand
            ifne 3
         1: .line 912
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
            astore 3 /* nestedType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding nestedType
         2: .line 913
            aload 3 /* nestedType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.addSyntheticArgumentAndField:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            pop
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding nestedType
         3: .line 915
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    4     1  currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            0    4     2      flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            2    3     3    nestedType  Lorg/eclipse/jdt/internal/compiler/lookup/NestedTypeBinding;
    MethodParameters:
              Name  Flags
      currentScope  
      flowInfo      

  public final boolean needClassInitMethod();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 923
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            iconst_1
            iand
            ifeq 2
         1: .line 924
            iconst_1
            ireturn
         2: .line 926
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.kind:(I)I
            tableswitch { // 2 - 4
                    2: 3
                    3: 5
                    4: 3
              default: 6
          }
         3: .line 929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 931
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         6: .line 933
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 13
         7: .line 934
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            arraylength
            istore 1 /* i */
        start local 1 // int i
         8: goto 12
         9: .line 935
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            iload 1 /* i */
            aaload
            astore 2 /* field */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        10: .line 937
            aload 2 /* field */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.modifiers:I
            bipush 8
            iand
            ifeq 12
        11: .line 938
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        12: .line 934
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ -1
            iload 1 /* i */
            ifge 9
        end local 1 // int i
        13: .line 941
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            8   13     1      i  I
           10   12     2  field  Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;

  public void parseMethods(org.eclipse.jdt.internal.compiler.parser.Parser, org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/parser/Parser;Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.parser.Parser parser
        start local 2 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
         0: .line 946
            aload 2 /* unit */
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.ignoreMethodBodies:Z
            ifeq 2
         1: .line 947
            return
         2: .line 950
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 11
         3: .line 951
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         4: .line 952
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 10
         6: .line 953
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 4 /* i */
            aaload
            astore 5 /* typeDeclaration */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDeclaration
         7: .line 954
            aload 5 /* typeDeclaration */
            aload 1 /* parser */
            aload 2 /* unit */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.parseMethods:(Lorg/eclipse/jdt/internal/compiler/parser/Parser;Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;)V
         8: .line 955
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            aload 5 /* typeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            ldc 524288
            iand
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDeclaration
         9: .line 952
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 6
        end local 4 // int i
        end local 3 // int length
        11: .line 960
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 20
        12: .line 961
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        13: .line 962
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        14: goto 19
        15: .line 963
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 4 /* i */
            aaload
            astore 5 /* abstractMethodDeclaration */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration abstractMethodDeclaration
        16: .line 964
            aload 5 /* abstractMethodDeclaration */
            aload 1 /* parser */
            aload 2 /* unit */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.parseStatements:(Lorg/eclipse/jdt/internal/compiler/parser/Parser;Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;)V
        17: .line 965
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            aload 5 /* abstractMethodDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.bits:I
            ldc 524288
            iand
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
        end local 5 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration abstractMethodDeclaration
        18: .line 962
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 15
        end local 4 // int i
        end local 3 // int length
        20: .line 970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 30
        21: .line 971
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        22: .line 972
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        23: goto 29
        24: .line 973
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            iload 4 /* i */
            aaload
            astore 5 /* fieldDeclaration */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration fieldDeclaration
        25: .line 974
            aload 5 /* fieldDeclaration */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.getKind:()I
            tableswitch { // 2 - 2
                    2: 26
              default: 28
          }
        26: .line 976
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
      StackMap stack:
            aload 5 /* fieldDeclaration */
            checkcast org.eclipse.jdt.internal.compiler.ast.Initializer
            aload 1 /* parser */
            aload 0 /* this */
            aload 2 /* unit */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Initializer.parseStatements:(Lorg/eclipse/jdt/internal/compiler/parser/Parser;Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;)V
        27: .line 977
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            aload 5 /* fieldDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.bits:I
            ldc 524288
            iand
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
        end local 5 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration fieldDeclaration
        28: .line 972
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 24
        end local 4 // int i
        end local 3 // int length
        30: .line 982
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        end local 1 // org.eclipse.jdt.internal.compiler.parser.Parser parser
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   31     0                       this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   31     1                     parser  Lorg/eclipse/jdt/internal/compiler/parser/Parser;
            0   31     2                       unit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            4   11     3                     length  I
            5   11     4                          i  I
            7    9     5            typeDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
           13   20     3                     length  I
           14   20     4                          i  I
           16   18     5  abstractMethodDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           22   30     3                     length  I
           23   30     4                          i  I
           25   28     5           fieldDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
    MethodParameters:
        Name  Flags
      parser  
      unit    

  public java.lang.StringBuffer print(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 986
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.javadoc:Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            ifnull 2
         1: .line 987
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.javadoc:Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         2: .line 989
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            sipush 512
            iand
            ifne 5
         3: .line 990
            iload 1 /* indent */
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         4: .line 991
            aload 0 /* this */
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.printHeader:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         5: .line 993
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.printBody:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    6     1  indent  I
            0    6     2  output  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      indent  
      output  

  public java.lang.StringBuffer printBody(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 997
            aload 2 /* output */
            ldc " {"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         1: .line 998
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 9
         2: .line 999
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 1000
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 3 /* i */
            aaload
            ifnull 7
         5: .line 1001
            aload 2 /* output */
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         6: .line 1002
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 3 /* i */
            aaload
            iload 1 /* indent */
            iconst_1
            iadd
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         7: .line 999
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            if_icmplt 4
        end local 3 // int i
         9: .line 1006
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 17
        10: .line 1007
            iconst_0
            istore 3 /* fieldI */
        start local 3 // int fieldI
        11: goto 16
        12: .line 1008
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            iload 3 /* fieldI */
            aaload
            ifnull 15
        13: .line 1009
            aload 2 /* output */
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        14: .line 1010
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            iload 3 /* fieldI */
            aaload
            iload 1 /* indent */
            iconst_1
            iadd
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        15: .line 1007
      StackMap locals:
      StackMap stack:
            iinc 3 /* fieldI */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* fieldI */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            arraylength
            if_icmplt 12
        end local 3 // int fieldI
        17: .line 1014
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 25
        18: .line 1015
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        19: goto 24
        20: .line 1016
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 3 /* i */
            aaload
            ifnull 23
        21: .line 1017
            aload 2 /* output */
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        22: .line 1018
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 3 /* i */
            aaload
            iload 1 /* indent */
            iconst_1
            iadd
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        23: .line 1015
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            if_icmplt 20
        end local 3 // int i
        25: .line 1022
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        26: .line 1023
            iload 1 /* indent */
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            bipush 125
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   27     1  indent  I
            0   27     2  output  Ljava/lang/StringBuffer;
            3    9     3       i  I
           11   17     3  fieldI  I
           19   25     3       i  I
    MethodParameters:
        Name  Flags
      indent  
      output  

  public java.lang.StringBuffer printHeader(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 1027
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.printModifiers:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         1: .line 1028
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            ifnull 4
         2: .line 1029
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.printAnnotations:([Lorg/eclipse/jdt/internal/compiler/ast/Annotation;Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         3: .line 1030
            aload 2 /* output */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         4: .line 1033
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.kind:(I)I
            tableswitch { // 1 - 4
                    1: 5
                    2: 7
                    3: 9
                    4: 11
              default: 12
          }
         5: .line 1035
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            ldc "class "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 1036
            goto 12
         7: .line 1038
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            ldc "interface "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         8: .line 1039
            goto 12
         9: .line 1041
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            ldc "enum "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 1042
            goto 12
        11: .line 1044
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            ldc "@interface "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 1047
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        13: .line 1048
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            ifnull 22
        14: .line 1049
            aload 2 /* output */
            ldc "<"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        15: .line 1050
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        16: goto 20
        17: .line 1051
      StackMap locals: int
      StackMap stack:
            iload 3 /* i */
            ifle 18
            aload 2 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        18: .line 1052
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            iload 3 /* i */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeParameter.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        19: .line 1050
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            arraylength
            if_icmplt 17
        end local 3 // int i
        21: .line 1054
            aload 2 /* output */
            ldc ">"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        22: .line 1056
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superclass:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 25
        23: .line 1057
            aload 2 /* output */
            ldc " extends "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        24: .line 1058
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superclass:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        25: .line 1060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 36
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            ifle 36
        26: .line 1061
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.kind:(I)I
            tableswitch { // 1 - 4
                    1: 27
                    2: 29
                    3: 27
                    4: 29
              default: 30
          }
        27: .line 1064
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            ldc " implements "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        28: .line 1065
            goto 30
        29: .line 1068
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            ldc " extends "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        30: .line 1071
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        31: goto 35
        32: .line 1072
      StackMap locals: int
      StackMap stack:
            iload 3 /* i */
            ifle 33
            aload 2 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        33: .line 1073
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 3 /* i */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        34: .line 1071
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            if_icmplt 32
        end local 3 // int i
        36: .line 1076
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   37     0    this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   37     1  indent  I
            0   37     2  output  Ljava/lang/StringBuffer;
           16   21     3       i  I
           31   36     3       i  I
    MethodParameters:
        Name  Flags
      indent  
      output  

  public java.lang.StringBuffer printStatement(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // int tab
        start local 2 // java.lang.StringBuffer output
         0: .line 1081
            aload 0 /* this */
            iload 1 /* tab */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int tab
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    1     1     tab  I
            0    1     2  output  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      tab     
      output  

  public int record(org.eclipse.jdt.internal.compiler.ast.FunctionalExpression);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/FunctionalExpression;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.FunctionalExpression expression
         0: .line 1089
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.functionalExpressionsCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.functionalExpressionsCount:I
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.ast.FunctionalExpression expression
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    1     1  expression  Lorg/eclipse/jdt/internal/compiler/ast/FunctionalExpression;
    MethodParameters:
            Name  Flags
      expression  

  public void resolve();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=17, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 1093
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            astore 1 /* sourceType */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
         1: .line 1094
            aload 1 /* sourceType */
            ifnonnull 4
         2: .line 1095
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
         3: .line 1096
            return
         4: .line 1099
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.VAR:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 9
         5: .line 1100
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3538944
            lcmp
            ifge 8
         6: .line 1101
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.varIsReservedTypeNameInFuture:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
         7: .line 1102
            goto 9
         8: .line 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.varIsReservedTypeName:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
         9: .line 1107
      StackMap locals:
      StackMap stack:
            aload 1 /* sourceType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.getAnnotationTagBits:()J
            lstore 2 /* annotationTagBits */
        start local 2 // long annotationTagBits
        10: .line 1108
            lload 2 /* annotationTagBits */
            ldc 70368744177664
            land
            lconst_0
            lcmp
            ifne 14
        11: .line 1109
            aload 1 /* sourceType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.modifiers:I
            ldc 1048576
            iand
            ifeq 14
        12: .line 1110
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3211264
            lcmp
            iflt 14
        13: .line 1111
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.missingDeprecatedAnnotationForType:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
        14: .line 1113
      StackMap locals: long
      StackMap stack:
            lload 2 /* annotationTagBits */
            ldc 576460752303423488
            land
            lconst_0
            lcmp
            ifeq 17
        15: .line 1114
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isFunctionalInterface:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifne 17
        16: .line 1115
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.notAFunctionalInterface:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
        17: .line 1119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            bipush 8
            iand
            ifeq 19
        18: .line 1120
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bodyStart:I
            iconst_1
            isub
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bodyEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.undocumentedEmptyBlock:(II)V
        19: .line 1123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            ldc 536870920
            invokevirtual org.eclipse.jdt.internal.compiler.impl.CompilerOptions.getSeverity:(I)I
            sipush 256
            if_icmpeq 24
        20: .line 1124
            aload 1 /* sourceType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isClass:()Z
            ifeq 24
        21: .line 1125
            aload 1 /* sourceType */
            bipush 56
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.findSuperTypeOriginatingFrom:(IZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnonnull 24
        22: .line 1126
            aload 1 /* sourceType */
            bipush 37
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.findSuperTypeOriginatingFrom:(IZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 24
        23: .line 1122
            iconst_1
            goto 25
      StackMap locals:
      StackMap stack:
        24: iconst_0
      StackMap locals:
      StackMap stack: int
        25: istore 4 /* needSerialVersion */
        start local 4 // boolean needSerialVersion
        26: .line 1128
            iload 4 /* needSerialVersion */
            ifeq 70
        27: .line 1131
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilationUnitScope:()Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            astore 5 /* compilationUnitScope */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope compilationUnitScope
        28: .line 1132
            aload 1 /* sourceType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.WRITEREPLACE:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 5 /* compilationUnitScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.getExactMethod:([C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 6 /* methodBinding */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
        29: .line 1135
            aload 6 /* methodBinding */
            ifnull 36
        30: .line 1136
            aload 6 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 36
        31: .line 1137
            aload 6 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iconst_1
            if_icmpne 36
        32: .line 1138
            aload 6 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 7 /* throwsExceptions */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] throwsExceptions
        33: arraylength
            iconst_1
            if_icmpne 36
        34: .line 1139
            aload 7 /* throwsExceptions */
            iconst_0
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
            bipush 57
            if_icmpne 36
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] throwsExceptions
        35: .line 1134
            iconst_0
            goto 37
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
        36: iconst_1
      StackMap locals:
      StackMap stack: int
        37: istore 4 /* needSerialVersion */
        38: .line 1140
            iload 4 /* needSerialVersion */
            ifeq 70
        39: .line 1144
            iconst_0
            istore 8 /* hasWriteObjectMethod */
        start local 8 // boolean hasWriteObjectMethod
        40: .line 1145
            iconst_0
            istore 9 /* hasReadObjectMethod */
        start local 9 // boolean hasReadObjectMethod
        41: .line 1146
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.JAVA_IO_OBJECTOUTPUTSTREAM:[[C
            iconst_3
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.getType:([[CI)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 10 /* argumentTypeBinding */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding argumentTypeBinding
        42: .line 1147
            aload 10 /* argumentTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 54
        43: .line 1148
            aload 1 /* sourceType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.WRITEOBJECT:[C
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup
            iconst_0
            aload 10 /* argumentTypeBinding */
            aastore
            aload 5 /* compilationUnitScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.getExactMethod:([C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 6 /* methodBinding */
        44: .line 1149
            aload 6 /* methodBinding */
            ifnull 52
        45: .line 1150
            aload 6 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 52
        46: .line 1151
            aload 6 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            iconst_2
            if_icmpne 52
        47: .line 1152
            aload 6 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.VOID:Lorg/eclipse/jdt/internal/compiler/lookup/VoidTypeBinding;
            if_acmpne 52
        48: .line 1153
            aload 6 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 7 /* throwsExceptions */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] throwsExceptions
        49: arraylength
            iconst_1
            if_icmpne 52
        50: .line 1154
            aload 7 /* throwsExceptions */
            iconst_0
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
            bipush 58
            if_icmpne 52
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] throwsExceptions
        51: .line 1149
            iconst_1
            goto 53
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding long int org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope org.eclipse.jdt.internal.compiler.lookup.MethodBinding top int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        52: iconst_0
      StackMap locals:
      StackMap stack: int
        53: istore 8 /* hasWriteObjectMethod */
        54: .line 1156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.JAVA_IO_OBJECTINPUTSTREAM:[[C
            iconst_3
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.getType:([[CI)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 10 /* argumentTypeBinding */
        55: .line 1157
            aload 10 /* argumentTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 67
        56: .line 1158
            aload 1 /* sourceType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.READOBJECT:[C
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup
            iconst_0
            aload 10 /* argumentTypeBinding */
            aastore
            aload 5 /* compilationUnitScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.getExactMethod:([C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 6 /* methodBinding */
        57: .line 1159
            aload 6 /* methodBinding */
            ifnull 65
        58: .line 1160
            aload 6 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 65
        59: .line 1161
            aload 6 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            iconst_2
            if_icmpne 65
        60: .line 1162
            aload 6 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.VOID:Lorg/eclipse/jdt/internal/compiler/lookup/VoidTypeBinding;
            if_acmpne 65
        61: .line 1163
            aload 6 /* methodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 7 /* throwsExceptions */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] throwsExceptions
        62: arraylength
            iconst_1
            if_icmpne 65
        63: .line 1164
            aload 7 /* throwsExceptions */
            iconst_0
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
            bipush 58
            if_icmpne 65
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] throwsExceptions
        64: .line 1159
            iconst_1
            goto 66
      StackMap locals:
      StackMap stack:
        65: iconst_0
      StackMap locals:
      StackMap stack: int
        66: istore 9 /* hasReadObjectMethod */
        67: .line 1166
      StackMap locals:
      StackMap stack:
            iload 8 /* hasWriteObjectMethod */
            ifeq 68
            iload 9 /* hasReadObjectMethod */
            ifeq 68
            iconst_0
            goto 69
      StackMap locals:
      StackMap stack:
        68: iconst_1
      StackMap locals:
      StackMap stack: int
        69: istore 4 /* needSerialVersion */
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding argumentTypeBinding
        end local 9 // boolean hasReadObjectMethod
        end local 8 // boolean hasWriteObjectMethod
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope compilationUnitScope
        70: .line 1170
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding long int
      StackMap stack:
            aload 1 /* sourceType */
            bipush 21
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.findSuperTypeOriginatingFrom:(IZ)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 80
        71: .line 1171
            aload 1 /* sourceType */
            astore 5 /* current */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding current
        72: .line 1173
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 5 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isGenericType:()Z
            ifeq 75
        73: .line 1174
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.genericTypeCannotExtendThrowable:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
        74: .line 1175
            goto 80
        75: .line 1177
      StackMap locals:
      StackMap stack:
            aload 5 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isStatic:()Z
            ifeq 76
            goto 80
        76: .line 1178
      StackMap locals:
      StackMap stack:
            aload 5 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isLocalType:()Z
            ifeq 79
        77: .line 1179
            aload 5 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
            astore 6 /* nestedType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding nestedType
        78: .line 1180
            aload 6 /* nestedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodScope.isStatic:Z
            ifeq 79
            goto 80
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding nestedType
        79: .line 1182
      StackMap locals:
      StackMap stack:
            aload 5 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 5 /* current */
            ifnonnull 72
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding current
        80: .line 1185
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* localMaxFieldCount */
        start local 5 // int localMaxFieldCount
        81: .line 1186
            iconst_m1
            istore 6 /* lastVisibleFieldID */
        start local 6 // int lastVisibleFieldID
        82: .line 1187
            iconst_0
            istore 7 /* hasEnumConstants */
        start local 7 // boolean hasEnumConstants
        83: .line 1188
            aconst_null
            astore 8 /* enumConstantsWithoutBody */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] enumConstantsWithoutBody
        84: .line 1190
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 91
        85: .line 1191
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        86: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            istore 10 /* count */
        start local 10 // int count
        87: goto 90
        88: .line 1192
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding long int int int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 9 /* i */
            aaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        89: .line 1191
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        90: iload 9 /* i */
            iload 10 /* count */
            if_icmplt 88
        end local 10 // int count
        end local 9 // int i
        91: .line 1195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 123
        92: .line 1196
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        93: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            arraylength
            istore 10 /* count */
        start local 10 // int count
        94: goto 122
        95: .line 1197
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            iload 9 /* i */
            aaload
            astore 11 /* field */
        start local 11 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        96: .line 1198
            aload 11 /* field */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.getKind:()I
            tableswitch { // 1 - 3
                    1: 102
                    2: 117
                    3: 97
              default: 118
          }
        97: .line 1200
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
      StackMap stack:
            iconst_1
            istore 7 /* hasEnumConstants */
        98: .line 1201
            aload 11 /* field */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.initialization:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
            ifne 102
        99: .line 1202
            aload 8 /* enumConstantsWithoutBody */
            ifnonnull 101
       100: .line 1203
            iload 10 /* count */
            anewarray org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
            astore 8 /* enumConstantsWithoutBody */
       101: .line 1204
      StackMap locals:
      StackMap stack:
            aload 8 /* enumConstantsWithoutBody */
            iload 9 /* i */
            aload 11 /* field */
            aastore
       102: .line 1208
      StackMap locals:
      StackMap stack:
            aload 11 /* field */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            astore 12 /* fieldBinding */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.FieldBinding fieldBinding
       103: .line 1209
            aload 12 /* fieldBinding */
            ifnonnull 109
       104: .line 1211
            aload 11 /* field */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.initialization:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 107
            aload 11 /* field */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.initialization:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 11 /* field */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.isStatic:()Z
            ifeq 105
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.staticInitializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            goto 106
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding long int int int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration org.eclipse.jdt.internal.compiler.lookup.FieldBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Expression
       105: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.initializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding long int int int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration org.eclipse.jdt.internal.compiler.lookup.FieldBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.lookup.MethodScope
       106: invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
       107: .line 1212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
       108: .line 1213
            goto 121
       109: .line 1215
      StackMap locals:
      StackMap stack:
            iload 4 /* needSerialVersion */
            ifeq 114
       110: .line 1216
            aload 12 /* fieldBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.FieldBinding.modifiers:I
            bipush 24
            iand
            bipush 24
            if_icmpne 114
       111: .line 1217
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.SERIALVERSIONUID:[C
            aload 12 /* fieldBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.FieldBinding.name:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 114
       112: .line 1218
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.LONG:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            aload 12 /* fieldBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.FieldBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 114
       113: .line 1219
            iconst_0
            istore 4 /* needSerialVersion */
       114: .line 1221
      StackMap locals:
      StackMap stack:
            iinc 5 /* localMaxFieldCount */ 1
       115: .line 1222
            aload 11 /* field */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.FieldBinding.id:I
            istore 6 /* lastVisibleFieldID */
       116: .line 1223
            goto 118
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.FieldBinding fieldBinding
       117: .line 1226
      StackMap locals:
      StackMap stack:
            aload 11 /* field */
            checkcast org.eclipse.jdt.internal.compiler.ast.Initializer
            iload 6 /* lastVisibleFieldID */
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.ast.Initializer.lastVisibleFieldID:I
       118: .line 1229
      StackMap locals:
      StackMap stack:
            aload 11 /* field */
            aload 11 /* field */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.isStatic:()Z
            ifeq 119
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.staticInitializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            goto 120
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
       119: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.initializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding long int int int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.FieldDeclaration org.eclipse.jdt.internal.compiler.lookup.MethodScope
       120: invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;)V
        end local 11 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
       121: .line 1196
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
       122: iload 9 /* i */
            iload 10 /* count */
            if_icmplt 95
        end local 10 // int count
        end local 9 // int i
       123: .line 1232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
            iload 5 /* localMaxFieldCount */
            if_icmpge 125
       124: .line 1233
            aload 0 /* this */
            iload 5 /* localMaxFieldCount */
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
       125: .line 1235
      StackMap locals:
      StackMap stack:
            iload 4 /* needSerialVersion */
            ifeq 137
       126: .line 1237
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.JAVAX_RMI_CORBA_STUB:[[C
            iconst_4
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.getType:([[CI)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 9 /* javaxRmiCorbaStub */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding javaxRmiCorbaStub
       127: .line 1238
            aload 9 /* javaxRmiCorbaStub */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 135
       128: .line 1239
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.superclass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 10 /* superclassBinding */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superclassBinding
       129: .line 1240
            goto 134
       130: .line 1241
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 10 /* superclassBinding */
            aload 9 /* javaxRmiCorbaStub */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 133
       131: .line 1242
            iconst_0
            istore 4 /* needSerialVersion */
       132: .line 1243
            goto 135
       133: .line 1245
      StackMap locals:
      StackMap stack:
            aload 10 /* superclassBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 10 /* superclassBinding */
       134: .line 1240
      StackMap locals:
      StackMap stack:
            aload 10 /* superclassBinding */
            ifnonnull 130
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superclassBinding
       135: .line 1248
      StackMap locals:
      StackMap stack:
            iload 4 /* needSerialVersion */
            ifeq 137
       136: .line 1249
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.missingSerialVersion:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding javaxRmiCorbaStub
       137: .line 1254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.modifiers:I
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.kind:(I)I
            tableswitch { // 3 - 4
                    3: 143
                    4: 138
              default: 169
          }
       138: .line 1256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superclass:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 140
       139: .line 1257
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.annotationTypeDeclarationCannotHaveSuperclass:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
       140: .line 1259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 169
       141: .line 1260
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.annotationTypeDeclarationCannotHaveSuperinterfaces:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
       142: .line 1262
            goto 169
       143: .line 1265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isAbstract:()Z
            ifeq 169
       144: .line 1266
            iload 7 /* hasEnumConstants */
            ifne 154
       145: .line 1267
            iconst_0
            istore 9 /* i */
        start local 9 // int i
       146: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 10 /* count */
        start local 10 // int count
       147: goto 152
       148: .line 1268
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 9 /* i */
            aaload
            astore 11 /* methodDeclaration */
        start local 11 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
       149: .line 1269
            aload 11 /* methodDeclaration */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isAbstract:()Z
            ifeq 151
            aload 11 /* methodDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 151
       150: .line 1270
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 11 /* methodDeclaration */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.enumAbstractMethodMustBeImplemented:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;)V
        end local 11 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
       151: .line 1267
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
       152: iload 9 /* i */
            iload 10 /* count */
            if_icmplt 148
        end local 10 // int count
        end local 9 // int i
       153: .line 1272
            goto 169
      StackMap locals:
      StackMap stack:
       154: aload 8 /* enumConstantsWithoutBody */
            ifnull 169
       155: .line 1273
            iconst_0
            istore 9 /* i */
        start local 9 // int i
       156: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 10 /* count */
        start local 10 // int count
       157: goto 168
       158: .line 1274
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 9 /* i */
            aaload
            astore 11 /* methodDeclaration */
        start local 11 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
       159: .line 1275
            aload 11 /* methodDeclaration */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isAbstract:()Z
            ifeq 167
            aload 11 /* methodDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 167
       160: .line 1276
            iconst_0
            istore 12 /* f */
        start local 12 // int f
       161: aload 8 /* enumConstantsWithoutBody */
            arraylength
            istore 13 /* l */
        start local 13 // int l
       162: goto 166
       163: .line 1277
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int int
      StackMap stack:
            aload 8 /* enumConstantsWithoutBody */
            iload 12 /* f */
            aaload
            ifnull 165
       164: .line 1278
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 11 /* methodDeclaration */
            aload 8 /* enumConstantsWithoutBody */
            iload 12 /* f */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.enumConstantMustImplementAbstractMethod:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;)V
       165: .line 1276
      StackMap locals:
      StackMap stack:
            iinc 12 /* f */ 1
      StackMap locals:
      StackMap stack:
       166: iload 12 /* f */
            iload 13 /* l */
            if_icmplt 163
        end local 13 // int l
        end local 12 // int f
        end local 11 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
       167: .line 1273
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
       168: iload 9 /* i */
            iload 10 /* count */
            if_icmplt 158
        end local 10 // int count
        end local 9 // int i
       169: .line 1286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.missingAbstractMethods:[Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
            ifnonnull 170
            iconst_0
            goto 171
      StackMap locals:
      StackMap stack:
       170: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.missingAbstractMethods:[Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
            arraylength
      StackMap locals:
      StackMap stack: int
       171: istore 9 /* missingAbstractMethodslength */
        start local 9 // int missingAbstractMethodslength
       172: .line 1287
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnonnull 173
            iconst_0
            goto 174
      StackMap locals: int
      StackMap stack:
       173: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
      StackMap locals:
      StackMap stack: int
       174: istore 10 /* methodsLength */
        start local 10 // int methodsLength
       175: .line 1288
            iload 10 /* methodsLength */
            iload 9 /* missingAbstractMethodslength */
            iadd
            ldc 65535
            if_icmple 177
       176: .line 1289
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.tooManyMethods:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
       177: .line 1291
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 184
       178: .line 1292
            iconst_0
            istore 11 /* i */
        start local 11 // int i
       179: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 12 /* count */
        start local 12 // int count
       180: goto 183
       181: .line 1293
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 11 /* i */
            aaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
       182: .line 1292
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
       183: iload 11 /* i */
            iload 12 /* count */
            if_icmplt 181
        end local 12 // int count
        end local 11 // int i
       184: .line 1297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.javadoc:Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            ifnull 188
       185: .line 1298
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            ifnull 197
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.PACKAGE_INFO_NAME:[C
            if_acmpeq 197
       186: .line 1300
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.javadoc:Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
       187: .line 1302
            goto 197
      StackMap locals:
      StackMap stack:
       188: aload 1 /* sourceType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isLocalType:()Z
            ifne 197
       189: .line 1304
            aload 1 /* sourceType */
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.modifiers:I
            bipush 7
            iand
            istore 11 /* visibility */
        start local 11 // int visibility
       190: .line 1305
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            astore 12 /* reporter */
        start local 12 // org.eclipse.jdt.internal.compiler.problem.ProblemReporter reporter
       191: .line 1306
            aload 12 /* reporter */
            ldc -1610612250
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.computeSeverity:(I)I
            istore 13 /* severity */
        start local 13 // int severity
       192: .line 1307
            iload 13 /* severity */
            sipush 256
            if_icmpeq 197
       193: .line 1308
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.enclosingType:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 195
       194: .line 1309
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.enclosingType:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 11 /* visibility */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.computeOuterMostVisibility:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;I)I
            istore 11 /* visibility */
       195: .line 1311
      StackMap locals: int org.eclipse.jdt.internal.compiler.problem.ProblemReporter int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.modifiers:I
            bipush -8
            iand
            iload 11 /* visibility */
            ior
            istore 14 /* javadocModifiers */
        start local 14 // int javadocModifiers
       196: .line 1312
            aload 12 /* reporter */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
            iload 13 /* severity */
            iload 14 /* javadocModifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissing:(IIII)V
        end local 14 // int javadocModifiers
        end local 13 // int severity
        end local 12 // org.eclipse.jdt.internal.compiler.problem.ProblemReporter reporter
        end local 11 // int visibility
       197: .line 1315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.updateNestInfo:()V
       198: .line 1316
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            astore 11 /* fieldsDecls */
        start local 11 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] fieldsDecls
       199: .line 1317
            aload 11 /* fieldsDecls */
            ifnull 205
       200: .line 1318
            aload 11 /* fieldsDecls */
            dup
            astore 15
            arraylength
            istore 14
            iconst_0
            istore 13
            goto 204
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding long int int int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] top int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[]
      StackMap stack:
       201: aload 15
            iload 13
            aaload
            astore 12 /* fieldDeclaration */
        start local 12 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration fieldDeclaration
       202: .line 1319
            aload 12 /* fieldDeclaration */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.initializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.resolveJavadoc:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;)V
        end local 12 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration fieldDeclaration
       203: .line 1318
            iinc 13 1
      StackMap locals:
      StackMap stack:
       204: iload 13
            iload 14
            if_icmplt 201
       205: .line 1321
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding long int int int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 12 /* methodDecls */
        start local 12 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methodDecls
       206: .line 1322
            aload 12 /* methodDecls */
            ifnull 216
       207: .line 1323
            aload 12 /* methodDecls */
            dup
            astore 16
            arraylength
            istore 15
            iconst_0
            istore 14
            goto 211
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding long int int int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] int int org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] top int int org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[]
      StackMap stack:
       208: aload 16
            iload 14
            aaload
            astore 13 /* methodDeclaration */
        start local 13 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
       209: .line 1324
            aload 13 /* methodDeclaration */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveJavadoc:()V
        end local 13 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
       210: .line 1323
            iinc 14 1
      StackMap locals:
      StackMap stack:
       211: iload 14
            iload 15
            if_icmplt 208
        end local 12 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration[] methodDecls
        end local 11 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] fieldsDecls
        end local 10 // int methodsLength
        end local 9 // int missingAbstractMethodslength
        end local 8 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration[] enumConstantsWithoutBody
        end local 7 // boolean hasEnumConstants
        end local 6 // int lastVisibleFieldID
        end local 5 // int localMaxFieldCount
        end local 4 // boolean needSerialVersion
        end local 2 // long annotationTagBits
       212: .line 1326
            goto 216
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.AbortType
       213: pop
       214: .line 1327
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
       215: .line 1328
            return
       216: .line 1330
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0  217     0                          this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            1  217     1                    sourceType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
           10  212     2             annotationTagBits  J
           26  212     4             needSerialVersion  Z
           28   70     5          compilationUnitScope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
           29   70     6                 methodBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           33   35     7              throwsExceptions  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           49   51     7              throwsExceptions  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           62   64     7              throwsExceptions  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           40   70     8          hasWriteObjectMethod  Z
           41   70     9           hasReadObjectMethod  Z
           42   70    10           argumentTypeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           72   80     5                       current  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           78   79     6                    nestedType  Lorg/eclipse/jdt/internal/compiler/lookup/NestedTypeBinding;
           81  212     5            localMaxFieldCount  I
           82  212     6            lastVisibleFieldID  I
           83  212     7              hasEnumConstants  Z
           84  212     8      enumConstantsWithoutBody  [Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
           86   91     9                             i  I
           87   91    10                         count  I
           93  123     9                             i  I
           94  123    10                         count  I
           96  121    11                         field  Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
          103  117    12                  fieldBinding  Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
          127  137     9             javaxRmiCorbaStub  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          129  135    10             superclassBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
          146  153     9                             i  I
          147  153    10                         count  I
          149  151    11             methodDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
          156  169     9                             i  I
          157  169    10                         count  I
          159  167    11             methodDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
          161  167    12                             f  I
          162  167    13                             l  I
          172  212     9  missingAbstractMethodslength  I
          175  212    10                 methodsLength  I
          179  184    11                             i  I
          180  184    12                         count  I
          190  197    11                    visibility  I
          191  197    12                      reporter  Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
          192  197    13                      severity  I
          196  197    14              javadocModifiers  I
          199  212    11                   fieldsDecls  [Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
          202  203    12              fieldDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
          206  212    12                   methodDecls  [Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
          209  210    13             methodDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
      Exception table:
        from    to  target  type
           4   212     213  Class org.eclipse.jdt.internal.compiler.problem.AbortType

  public void resolve(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
         0: .line 1339
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            sipush 512
            iand
            ifne 42
         1: .line 1341
            aload 1 /* blockScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getType:([C)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* existing */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Binding existing
         2: .line 1342
            aload 2 /* existing */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 41
         3: .line 1343
            aload 2 /* existing */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            if_acmpeq 41
         4: .line 1344
            aload 2 /* existing */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Binding.isValidBinding:()Z
            ifeq 41
         5: .line 1345
            aload 2 /* existing */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 3 /* existingType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding existingType
         6: .line 1346
            aload 3 /* existingType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            ifeq 28
         7: .line 1347
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 3 /* existingType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.typeHiding:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;)V
         8: .line 1349
            aload 1 /* blockScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.BlockScope.parent:Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            astore 4 /* outerScope */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.Scope outerScope
         9: .line 1350
            goto 26
        10: .line 1351
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.Binding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.Scope
      StackMap stack:
            aload 4 /* outerScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getType:([C)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 5 /* existing2 */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.Binding existing2
        11: .line 1352
            aload 5 /* existing2 */
            instanceof org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            ifeq 18
            aload 5 /* existing2 */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Binding.isValidBinding:()Z
            ifeq 18
        12: .line 1353
            aload 3 /* existingType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            astore 6 /* tvb */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding tvb
        13: .line 1354
            aload 6 /* tvb */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.declaringElement:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            astore 7 /* declaringElement */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.Binding declaringElement
        14: .line 1355
            aload 7 /* declaringElement */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 25
        15: .line 1356
            aload 7 /* declaringElement */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.sourceName:()[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 25
        16: .line 1357
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.typeCollidesWithEnclosingType:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
        17: .line 1358
            goto 41
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.Binding declaringElement
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding tvb
        18: .line 1360
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.Binding
      StackMap stack:
            aload 5 /* existing2 */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 23
        19: .line 1361
            aload 5 /* existing2 */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Binding.isValidBinding:()Z
            ifeq 23
        20: .line 1362
            aload 4 /* outerScope */
            aload 5 /* existing2 */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.isDefinedInType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Z
            ifeq 23
        21: .line 1363
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.typeCollidesWithEnclosingType:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
        22: .line 1364
            goto 41
        23: .line 1365
      StackMap locals:
      StackMap stack:
            aload 5 /* existing2 */
            ifnonnull 25
        24: .line 1366
            goto 41
        25: .line 1368
      StackMap locals:
      StackMap stack:
            aload 4 /* outerScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope.parent:Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            astore 4 /* outerScope */
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.Binding existing2
        26: .line 1350
      StackMap locals:
      StackMap stack:
            aload 4 /* outerScope */
            ifnonnull 10
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.Scope outerScope
        27: .line 1370
            goto 41
      StackMap locals:
      StackMap stack:
        28: aload 3 /* existingType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
            ifeq 32
        29: .line 1371
            aload 3 /* existingType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            if_acmpne 32
        30: .line 1373
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.duplicateNestedType:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
        31: .line 1374
            goto 41
      StackMap locals:
      StackMap stack:
        32: aload 3 /* existingType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
            ifeq 36
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.isLambdaSubscope:()Z
            ifeq 36
        33: .line 1375
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.enclosingLambdaScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.enclosingMethodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 3 /* existingType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            if_acmpne 36
        34: .line 1376
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.duplicateNestedType:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
        35: .line 1377
            goto 41
      StackMap locals:
      StackMap stack:
        36: aload 1 /* blockScope */
            aload 3 /* existingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.isDefinedInType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Z
            ifeq 39
        37: .line 1379
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.typeCollidesWithEnclosingType:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
        38: .line 1380
            goto 41
      StackMap locals:
      StackMap stack:
        39: aload 1 /* blockScope */
            aload 3 /* existingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.isDefinedInSameUnit:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Z
            ifeq 41
        40: .line 1382
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 3 /* existingType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.typeHiding:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding existingType
        41: .line 1385
      StackMap locals:
      StackMap stack:
            aload 1 /* blockScope */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.addLocalType:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Binding existing
        42: .line 1388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            ifnull 46
        43: .line 1390
            aload 1 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
            invokevirtual org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.record:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding;)V
        44: .line 1393
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve:()V
        45: .line 1394
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.updateMaxFieldCount:()V
        46: .line 1396
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   47     0              this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   47     1        blockScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            2   42     2          existing  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            6   41     3      existingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            9   27     4        outerScope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
           11   26     5         existing2  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
           13   18     6               tvb  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
           14   18     7  declaringElement  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
    MethodParameters:
            Name  Flags
      blockScope  

  public void resolve(org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope upperScope
         0: .line 1405
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            ifnull 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
            ifeq 2
         1: .line 1407
            aload 1 /* upperScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
            invokevirtual org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.record:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding;)V
         2: .line 1409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve:()V
         3: .line 1410
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.updateMaxFieldCount:()V
         4: .line 1411
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope upperScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    5     1  upperScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
    MethodParameters:
            Name  Flags
      upperScope  

  public void resolve(org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope upperScope
         0: .line 1418
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve:()V
         1: .line 1419
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.updateMaxFieldCount:()V
         2: .line 1420
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope upperScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    3     1  upperScope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
    MethodParameters:
            Name  Flags
      upperScope  

  public void tagAsHavingErrors();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 1424
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ignoreFurtherInvestigation:Z
         1: .line 1425
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;

  public void tagAsHavingIgnoredMandatoryErrors(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // int problemId
         0: .line 1430
            return
        end local 1 // int problemId
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0    1     1  problemId  I
    MethodParameters:
           Name  Flags
      problemId  

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
         0: .line 1438
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* unitScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)Z
            ifeq 51
         1: .line 1439
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.javadoc:Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            ifnull 3
         2: .line 1440
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.javadoc:Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
         3: .line 1442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            ifnull 10
         4: .line 1443
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            arraylength
            istore 3 /* annotationsLength */
        start local 3 // int annotationsLength
         5: .line 1444
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 1445
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.staticInitializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Annotation.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         8: .line 1444
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* annotationsLength */
            if_icmplt 7
        end local 4 // int i
        end local 3 // int annotationsLength
        10: .line 1447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superclass:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 12
        11: .line 1448
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superclass:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        12: .line 1449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 19
        13: .line 1450
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        14: .line 1451
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        15: goto 18
        16: .line 1452
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        17: .line 1451
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 16
        end local 4 // int i
        end local 3 // int length
        19: .line 1454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            ifnull 26
        20: .line 1455
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        21: .line 1456
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        22: goto 25
        23: .line 1457
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeParameter.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        24: .line 1456
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 23
        end local 4 // int i
        end local 3 // int length
        26: .line 1460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 33
        27: .line 1461
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        28: .line 1462
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        29: goto 32
        30: .line 1463
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        31: .line 1462
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 30
        end local 4 // int i
        end local 3 // int length
        33: .line 1465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 44
        34: .line 1466
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        35: .line 1467
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        36: goto 43
        37: .line 1469
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            iload 4 /* i */
            aaload
            dup
            astore 5 /* field */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        38: invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.isStatic:()Z
            ifeq 41
        39: .line 1470
            aload 5 /* field */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.staticInitializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;)V
        40: .line 1471
            goto 42
        41: .line 1472
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
      StackMap stack:
            aload 5 /* field */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.initializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;)V
        end local 5 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        42: .line 1467
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 37
        end local 4 // int i
        end local 3 // int length
        44: .line 1476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 51
        45: .line 1477
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        46: .line 1478
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        47: goto 50
        48: .line 1479
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        49: .line 1478
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 48
        end local 4 // int i
        end local 3 // int length
        51: .line 1482
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* unitScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)V
        52: .line 1483
            goto 54
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.AbortType
        53: pop
        54: .line 1486
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   55     0               this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   55     1            visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0   55     2          unitScope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            5   10     3  annotationsLength  I
            6   10     4                  i  I
           14   19     3             length  I
           15   19     4                  i  I
           21   26     3             length  I
           22   26     4                  i  I
           28   33     3             length  I
           29   33     4                  i  I
           35   44     3             length  I
           36   44     4                  i  I
           38   42     5              field  Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
           46   51     3             length  I
           47   51     4                  i  I
      Exception table:
        from    to  target  type
           0    52      53  Class org.eclipse.jdt.internal.compiler.problem.AbortType
    MethodParameters:
           Name  Flags
      visitor    
      unitScope  

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
         0: .line 1494
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 49
         1: .line 1495
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.javadoc:Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            ifnull 3
         2: .line 1496
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.javadoc:Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
         3: .line 1498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            ifnull 10
         4: .line 1499
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            arraylength
            istore 3 /* annotationsLength */
        start local 3 // int annotationsLength
         5: .line 1500
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 1501
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.staticInitializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Annotation.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         8: .line 1500
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* annotationsLength */
            if_icmplt 7
        end local 4 // int i
        end local 3 // int annotationsLength
        10: .line 1503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superclass:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 12
        11: .line 1504
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superclass:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        12: .line 1505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 19
        13: .line 1506
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        14: .line 1507
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        15: goto 18
        16: .line 1508
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        17: .line 1507
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 16
        end local 4 // int i
        end local 3 // int length
        19: .line 1510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            ifnull 26
        20: .line 1511
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        21: .line 1512
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        22: goto 25
        23: .line 1513
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeParameter.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        24: .line 1512
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 23
        end local 4 // int i
        end local 3 // int length
        26: .line 1516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 33
        27: .line 1517
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        28: .line 1518
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        29: goto 32
        30: .line 1519
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        31: .line 1518
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 30
        end local 4 // int i
        end local 3 // int length
        33: .line 1521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 42
        34: .line 1522
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        35: .line 1523
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        36: goto 41
        37: .line 1524
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            iload 4 /* i */
            aaload
            astore 5 /* field */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        38: .line 1525
            aload 5 /* field */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.isStatic:()Z
            ifeq 39
            aload 5 /* field */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.isFinal:()Z
            ifeq 40
        39: .line 1528
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
      StackMap stack:
            aload 5 /* field */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.initializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;)V
        end local 5 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        40: .line 1523
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        41: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 37
        end local 4 // int i
        end local 3 // int length
        42: .line 1532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 49
        43: .line 1533
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        44: .line 1534
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        45: goto 48
        46: .line 1535
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        47: .line 1534
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        48: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 46
        end local 4 // int i
        end local 3 // int length
        49: .line 1538
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        50: .line 1539
            goto 52
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.AbortType
        51: pop
        52: .line 1542
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   53     0               this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   53     1            visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0   53     2         blockScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            5   10     3  annotationsLength  I
            6   10     4                  i  I
           14   19     3             length  I
           15   19     4                  i  I
           21   26     3             length  I
           22   26     4                  i  I
           28   33     3             length  I
           29   33     4                  i  I
           35   42     3             length  I
           36   42     4                  i  I
           38   40     5              field  Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
           44   49     3             length  I
           45   49     4                  i  I
      Exception table:
        from    to  target  type
           0    50      51  Class org.eclipse.jdt.internal.compiler.problem.AbortType
    MethodParameters:
            Name  Flags
      visitor     
      blockScope  

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope classScope
         0: .line 1550
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* classScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Z
            ifeq 51
         1: .line 1551
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.javadoc:Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            ifnull 3
         2: .line 1552
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.javadoc:Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
         3: .line 1554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            ifnull 10
         4: .line 1555
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            arraylength
            istore 3 /* annotationsLength */
        start local 3 // int annotationsLength
         5: .line 1556
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 1557
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.staticInitializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Annotation.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         8: .line 1556
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* annotationsLength */
            if_icmplt 7
        end local 4 // int i
        end local 3 // int annotationsLength
        10: .line 1559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superclass:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 12
        11: .line 1560
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superclass:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        12: .line 1561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 19
        13: .line 1562
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        14: .line 1563
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        15: goto 18
        16: .line 1564
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.superInterfaces:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        17: .line 1563
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 16
        end local 4 // int i
        end local 3 // int length
        19: .line 1566
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            ifnull 26
        20: .line 1567
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        21: .line 1568
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        22: goto 25
        23: .line 1569
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeParameter.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        24: .line 1568
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 23
        end local 4 // int i
        end local 3 // int length
        26: .line 1572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 33
        27: .line 1573
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        28: .line 1574
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        29: goto 32
        30: .line 1575
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.memberTypes:[Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        31: .line 1574
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 30
        end local 4 // int i
        end local 3 // int length
        33: .line 1577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 44
        34: .line 1578
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        35: .line 1579
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        36: goto 43
        37: .line 1581
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.fields:[Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            iload 4 /* i */
            aaload
            dup
            astore 5 /* field */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        38: invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.isStatic:()Z
            ifeq 41
        39: .line 1582
            aload 5 /* field */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.staticInitializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;)V
        40: .line 1583
            goto 42
        41: .line 1584
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
      StackMap stack:
            aload 5 /* field */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.initializerScope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;)V
        end local 5 // org.eclipse.jdt.internal.compiler.ast.FieldDeclaration field
        42: .line 1579
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 37
        end local 4 // int i
        end local 3 // int length
        44: .line 1588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            ifnull 51
        45: .line 1589
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        46: .line 1590
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        47: goto 50
        48: .line 1591
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.methods:[Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        49: .line 1590
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 48
        end local 4 // int i
        end local 3 // int length
        51: .line 1594
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* classScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        52: .line 1595
            goto 54
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.problem.AbortType
        53: pop
        54: .line 1598
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope classScope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   55     0               this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            0   55     1            visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0   55     2         classScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            5   10     3  annotationsLength  I
            6   10     4                  i  I
           14   19     3             length  I
           15   19     4                  i  I
           21   26     3             length  I
           22   26     4                  i  I
           28   33     3             length  I
           29   33     4                  i  I
           35   44     3             length  I
           36   44     4                  i  I
           38   42     5              field  Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
           46   51     3             length  I
           47   51     4                  i  I
      Exception table:
        from    to  target  type
           0    52      53  Class org.eclipse.jdt.internal.compiler.problem.AbortType
    MethodParameters:
            Name  Flags
      visitor     
      classScope  

  void updateMaxFieldCount();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 1611
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            ifnonnull 2
         1: .line 1612
            return
         2: .line 1613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.outerMostClassScope:()Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceType:()Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            astore 1 /* outerMostType */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration outerMostType
         3: .line 1614
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
            aload 1 /* outerMostType */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
            if_icmple 6
         4: .line 1615
            aload 1 /* outerMostType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
         5: .line 1616
            goto 7
         6: .line 1617
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
      StackMap stack:
            aload 0 /* this */
            aload 1 /* outerMostType */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
         7: .line 1619
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration outerMostType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            3    8     1  outerMostType  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;

  private org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding findNestHost();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 1622
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.enclosingTopMostClassScope:()Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            astore 1 /* classScope */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope classScope
         1: .line 1623
            aload 1 /* classScope */
            ifnull 2
            aload 1 /* classScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            goto 3
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ClassScope
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
         3: areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope classScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            1    4     1  classScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;

  void updateNestInfo();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 1627
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            ifnonnull 2
         1: .line 1628
            return
         2: .line 1629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.findNestHost:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            astore 1 /* nestHost */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding nestHost
         3: .line 1630
            aload 1 /* nestHost */
            ifnull 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 1 /* nestHost */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 6
         4: .line 1631
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 1 /* nestHost */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.setNestHost:(Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V
         5: .line 1632
            aload 1 /* nestHost */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addNestMember:(Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V
         6: .line 1634
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding nestHost
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            3    7     1  nestHost  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;

  public boolean isPackageInfo();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 1636
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.PACKAGE_INFO_NAME:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;

  public boolean isSecondary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
         0: .line 1642
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            sipush 4096
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
}
SourceFile: "TypeDeclaration.java"