public class org.eclipse.jdt.core.dom.TypeDeclarationStatement extends org.eclipse.jdt.core.dom.Statement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.core.dom.TypeDeclarationStatement
  super_class: org.eclipse.jdt.core.dom.Statement
{
  public static final org.eclipse.jdt.core.dom.ChildPropertyDescriptor TYPE_DECLARATION_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.jdt.core.dom.ChildPropertyDescriptor DECLARATION_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final java.util.List PROPERTY_DESCRIPTORS_2_0;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.List PROPERTY_DESCRIPTORS_3_0;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private org.eclipse.jdt.core.dom.AbstractTypeDeclaration typeDecl;
    descriptor: Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 47
            new org.eclipse.jdt.core.dom.ChildPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            ldc "typeDeclaration"
            ldc Lorg/eclipse/jdt/core/dom/TypeDeclaration;
            iconst_1
            iconst_1
            invokespecial org.eclipse.jdt.core.dom.ChildPropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;ZZ)V
         1: .line 46
            putstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.TYPE_DECLARATION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         2: .line 54
            new org.eclipse.jdt.core.dom.ChildPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            ldc "declaration"
            ldc Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            iconst_1
            iconst_1
            invokespecial org.eclipse.jdt.core.dom.ChildPropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;ZZ)V
         3: .line 53
            putstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.DECLARATION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         4: .line 73
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* propertyList */
        start local 0 // java.util.List propertyList
         5: .line 74
            ldc Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
         6: .line 75
            getstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.TYPE_DECLARATION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
         7: .line 76
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.PROPERTY_DESCRIPTORS_2_0:Ljava/util/List;
         8: .line 78
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* propertyList */
         9: .line 79
            ldc Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
        10: .line 80
            getstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.DECLARATION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        11: .line 81
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.PROPERTY_DESCRIPTORS_3_0:Ljava/util/List;
        end local 0 // java.util.List propertyList
        12: .line 82
            return
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            5   12     0  propertyList  Ljava/util/List;

  public static java.util.List propertyDescriptors(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int apiLevel
         0: .line 96
            iload 0 /* apiLevel */
            iconst_2
            if_icmpne 2
         1: .line 97
            getstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.PROPERTY_DESCRIPTORS_2_0:Ljava/util/List;
            areturn
         2: .line 99
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.PROPERTY_DESCRIPTORS_3_0:Ljava/util/List;
            areturn
        end local 0 // int apiLevel
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  apiLevel  I
    MethodParameters:
          Name  Flags
      apiLevel  

  private org.eclipse.jdt.core.dom.ChildPropertyDescriptor typeDeclProperty();
    descriptor: ()Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
         0: .line 120
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getAST:()Lorg/eclipse/jdt/core/dom/AST;
            invokevirtual org.eclipse.jdt.core.dom.AST.apiLevel:()I
            iconst_2
            if_icmpne 2
         1: .line 121
            getstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.TYPE_DECLARATION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            areturn
         2: .line 123
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.DECLARATION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;

  void <init>(org.eclipse.jdt.core.dom.AST);
    descriptor: (Lorg/eclipse/jdt/core/dom/AST;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 139
            aload 0 /* this */
            aload 1 /* ast */
            invokespecial org.eclipse.jdt.core.dom.Statement.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 109
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDecl:Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
         2: .line 140
            return
        end local 1 // org.eclipse.jdt.core.dom.AST ast
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            0    3     1   ast  Lorg/eclipse/jdt/core/dom/AST;
    MethodParameters:
      Name  Flags
      ast   

  final java.util.List internalStructuralPropertiesForType(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
        start local 1 // int apiLevel
         0: .line 148
            iload 1 /* apiLevel */
            invokestatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.propertyDescriptors:(I)Ljava/util/List;
            areturn
        end local 1 // int apiLevel
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            0    1     1  apiLevel  I
    MethodParameters:
          Name  Flags
      apiLevel  

  final org.eclipse.jdt.core.dom.ASTNode internalGetSetChildProperty(org.eclipse.jdt.core.dom.ChildPropertyDescriptor, boolean, org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;ZLorg/eclipse/jdt/core/dom/ASTNode;)Lorg/eclipse/jdt/core/dom/ASTNode;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
        start local 1 // org.eclipse.jdt.core.dom.ChildPropertyDescriptor property
        start local 2 // boolean get
        start local 3 // org.eclipse.jdt.core.dom.ASTNode child
         0: .line 153
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.TYPE_DECLARATION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 5
         1: .line 154
            iload 2 /* get */
            ifeq 3
         2: .line 155
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getTypeDeclaration:()Lorg/eclipse/jdt/core/dom/TypeDeclaration;
            areturn
         3: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.TypeDeclaration
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.setTypeDeclaration:(Lorg/eclipse/jdt/core/dom/TypeDeclaration;)V
         4: .line 158
            aconst_null
            areturn
         5: .line 161
      StackMap locals:
      StackMap stack:
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.TypeDeclarationStatement.DECLARATION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 10
         6: .line 162
            iload 2 /* get */
            ifeq 8
         7: .line 163
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getDeclaration:()Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            areturn
         8: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.AbstractTypeDeclaration
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.setDeclaration:(Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;)V
         9: .line 166
            aconst_null
            areturn
        10: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            iload 2 /* get */
            aload 3 /* child */
            invokespecial org.eclipse.jdt.core.dom.Statement.internalGetSetChildProperty:(Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;ZLorg/eclipse/jdt/core/dom/ASTNode;)Lorg/eclipse/jdt/core/dom/ASTNode;
            areturn
        end local 3 // org.eclipse.jdt.core.dom.ASTNode child
        end local 2 // boolean get
        end local 1 // org.eclipse.jdt.core.dom.ChildPropertyDescriptor property
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            0   11     1  property  Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            0   11     2       get  Z
            0   11     3     child  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
          Name  Flags
      property  
      get       
      child     

  final int getNodeType0();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
         0: .line 175
            bipush 56
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;

  org.eclipse.jdt.core.dom.ASTNode clone0(org.eclipse.jdt.core.dom.AST);
    descriptor: (Lorg/eclipse/jdt/core/dom/AST;)Lorg/eclipse/jdt/core/dom/ASTNode;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
        start local 1 // org.eclipse.jdt.core.dom.AST target
         0: .line 181
            new org.eclipse.jdt.core.dom.TypeDeclarationStatement
            dup
            aload 1 /* target */
            invokespecial org.eclipse.jdt.core.dom.TypeDeclarationStatement.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 180
            astore 2 /* result */
        start local 2 // org.eclipse.jdt.core.dom.TypeDeclarationStatement result
         2: .line 182
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getStartPosition:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getLength:()I
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.setSourceRange:(II)V
         3: .line 183
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.copyLeadingComment:(Lorg/eclipse/jdt/core/dom/Statement;)V
         4: .line 184
            aload 2 /* result */
         5: .line 185
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getDeclaration:()Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            aload 1 /* target */
            invokevirtual org.eclipse.jdt.core.dom.AbstractTypeDeclaration.clone:(Lorg/eclipse/jdt/core/dom/AST;)Lorg/eclipse/jdt/core/dom/ASTNode;
            checkcast org.eclipse.jdt.core.dom.AbstractTypeDeclaration
         6: .line 184
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.setDeclaration:(Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;)V
         7: .line 186
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.jdt.core.dom.TypeDeclarationStatement result
        end local 1 // org.eclipse.jdt.core.dom.AST target
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            0    8     1  target  Lorg/eclipse/jdt/core/dom/AST;
            2    8     2  result  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
    MethodParameters:
        Name  Flags
      target  

  final boolean subtreeMatch0(org.eclipse.jdt.core.dom.ASTMatcher, java.lang.Object);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTMatcher;Ljava/lang/Object;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
        start local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        start local 2 // java.lang.Object other
         0: .line 192
            aload 1 /* matcher */
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.jdt.core.dom.ASTMatcher.match:(Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object other
        end local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            0    1     1  matcher  Lorg/eclipse/jdt/core/dom/ASTMatcher;
            0    1     2    other  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      matcher  
      other    

  void accept0(org.eclipse.jdt.core.dom.ASTVisitor);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTVisitor;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
        start local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
         0: .line 197
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.visit:(Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 198
            iload 2 /* visitChildren */
            ifeq 3
         2: .line 199
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getDeclaration:()Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         3: .line 201
      StackMap locals: int
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.endVisit:(Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;)V
         4: .line 202
            return
        end local 2 // boolean visitChildren
        end local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            0    5     1        visitor  Lorg/eclipse/jdt/core/dom/ASTVisitor;
            1    5     2  visitChildren  Z
    MethodParameters:
         Name  Flags
      visitor  

  public org.eclipse.jdt.core.dom.AbstractTypeDeclaration getDeclaration();
    descriptor: ()Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
         0: .line 212
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDecl:Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            ifnonnull 10
         1: .line 214
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 215
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDecl:Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            ifnonnull 6
         3: .line 216
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.preLazyInit:()V
         4: .line 217
            aload 0 /* this */
            new org.eclipse.jdt.core.dom.TypeDeclaration
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeDeclarationStatement.ast:Lorg/eclipse/jdt/core/dom/AST;
            invokespecial org.eclipse.jdt.core.dom.TypeDeclaration.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            putfield org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDecl:Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
         5: .line 218
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDecl:Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDeclProperty:()Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.postLazyInit:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 214
      StackMap locals: org.eclipse.jdt.core.dom.TypeDeclarationStatement
      StackMap stack:
            aload 1
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDecl:Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
      Exception table:
        from    to  target  type
           2     7       8  any
           8     9       8  any

  public void setDeclaration(org.eclipse.jdt.core.dom.AbstractTypeDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
        start local 1 // org.eclipse.jdt.core.dom.AbstractTypeDeclaration decl
         0: .line 239
            aload 1 /* decl */
            ifnonnull 2
         1: .line 240
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDecl:Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            astore 2 /* oldChild */
        start local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
         3: .line 245
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDeclProperty:()Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            astore 3 /* typeDeclProperty */
        start local 3 // org.eclipse.jdt.core.dom.ChildPropertyDescriptor typeDeclProperty
         4: .line 246
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* decl */
            aload 3 /* typeDeclProperty */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.preReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         5: .line 247
            aload 0 /* this */
            aload 1 /* decl */
            putfield org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDecl:Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
         6: .line 248
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* decl */
            aload 3 /* typeDeclProperty */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.postReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         7: .line 249
            return
        end local 3 // org.eclipse.jdt.core.dom.ChildPropertyDescriptor typeDeclProperty
        end local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
        end local 1 // org.eclipse.jdt.core.dom.AbstractTypeDeclaration decl
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            0    8     1              decl  Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            3    8     2          oldChild  Lorg/eclipse/jdt/core/dom/ASTNode;
            4    8     3  typeDeclProperty  Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
    MethodParameters:
      Name  Flags
      decl  

  public org.eclipse.jdt.core.dom.TypeDeclaration getTypeDeclaration();
    descriptor: ()Lorg/eclipse/jdt/core/dom/TypeDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
         0: .line 263
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.internalGetTypeDeclaration:()Lorg/eclipse/jdt/core/dom/TypeDeclaration;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;

  final org.eclipse.jdt.core.dom.TypeDeclaration internalGetTypeDeclaration();
    descriptor: ()Lorg/eclipse/jdt/core/dom/TypeDeclaration;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
         0: .line 272
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.supportedOnlyIn2:()V
         1: .line 273
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getDeclaration:()Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            checkcast org.eclipse.jdt.core.dom.TypeDeclaration
            areturn
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;

  public void setTypeDeclaration(org.eclipse.jdt.core.dom.TypeDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/TypeDeclaration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
        start local 1 // org.eclipse.jdt.core.dom.TypeDeclaration decl
         0: .line 295
            aload 0 /* this */
            aload 1 /* decl */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.internalSetTypeDeclaration:(Lorg/eclipse/jdt/core/dom/TypeDeclaration;)V
         1: .line 296
            return
        end local 1 // org.eclipse.jdt.core.dom.TypeDeclaration decl
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            0    2     1  decl  Lorg/eclipse/jdt/core/dom/TypeDeclaration;
    MethodParameters:
      Name  Flags
      decl  

  final void internalSetTypeDeclaration(org.eclipse.jdt.core.dom.TypeDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/TypeDeclaration;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
        start local 1 // org.eclipse.jdt.core.dom.TypeDeclaration decl
         0: .line 304
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.supportedOnlyIn2:()V
         1: .line 306
            aload 0 /* this */
            aload 1 /* decl */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.setDeclaration:(Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;)V
         2: .line 307
            return
        end local 1 // org.eclipse.jdt.core.dom.TypeDeclaration decl
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            0    3     1  decl  Lorg/eclipse/jdt/core/dom/TypeDeclaration;
    MethodParameters:
      Name  Flags
      decl  

  public org.eclipse.jdt.core.dom.ITypeBinding resolveBinding();
    descriptor: ()Lorg/eclipse/jdt/core/dom/ITypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
         0: .line 322
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getDeclaration:()Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            astore 1 /* d */
        start local 1 // org.eclipse.jdt.core.dom.AbstractTypeDeclaration d
         1: .line 323
            aload 1 /* d */
            instanceof org.eclipse.jdt.core.dom.TypeDeclaration
            ifeq 3
         2: .line 324
            aload 1 /* d */
            checkcast org.eclipse.jdt.core.dom.TypeDeclaration
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclaration.resolveBinding:()Lorg/eclipse/jdt/core/dom/ITypeBinding;
            areturn
         3: .line 325
      StackMap locals: org.eclipse.jdt.core.dom.AbstractTypeDeclaration
      StackMap stack:
            aload 1 /* d */
            instanceof org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
            ifeq 5
         4: .line 326
            aload 1 /* d */
            checkcast org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
            invokevirtual org.eclipse.jdt.core.dom.AnnotationTypeDeclaration.resolveBinding:()Lorg/eclipse/jdt/core/dom/ITypeBinding;
            areturn
         5: .line 329
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.core.dom.AbstractTypeDeclaration d
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
            1    6     1     d  Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;

  int memSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
         0: .line 335
            aload 0 /* this */
            invokespecial org.eclipse.jdt.core.dom.Statement.memSize:()I
            iconst_4
            iadd
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;

  int treeSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
         0: .line 341
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.memSize:()I
         1: .line 342
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeDeclarationStatement.typeDecl:Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getDeclaration:()Lorg/eclipse/jdt/core/dom/AbstractTypeDeclaration;
            invokevirtual org.eclipse.jdt.core.dom.AbstractTypeDeclaration.treeSize:()I
         3: .line 341
      StackMap locals: org.eclipse.jdt.core.dom.TypeDeclarationStatement
      StackMap stack: int int
            iadd
         4: .line 340
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.TypeDeclarationStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
}
SourceFile: "TypeDeclarationStatement.java"