public class org.eclipse.jdt.core.dom.CatchClause extends org.eclipse.jdt.core.dom.ASTNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.core.dom.CatchClause
  super_class: org.eclipse.jdt.core.dom.ASTNode
{
  public static final org.eclipse.jdt.core.dom.ChildPropertyDescriptor EXCEPTION_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 BODY_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 40
            new org.eclipse.jdt.core.dom.ChildPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/CatchClause;
            ldc "exception"
            ldc Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            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 39
            putstatic org.eclipse.jdt.core.dom.CatchClause.EXCEPTION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         2: .line 47
            new org.eclipse.jdt.core.dom.ChildPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/CatchClause;
            ldc "body"
            ldc Lorg/eclipse/jdt/core/dom/Block;
            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 46
            putstatic org.eclipse.jdt.core.dom.CatchClause.BODY_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         4: .line 57
            new java.util.ArrayList
            dup
            iconst_3
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* properyList */
        start local 0 // java.util.List properyList
         5: .line 58
            ldc Lorg/eclipse/jdt/core/dom/CatchClause;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.CatchClause.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
         6: .line 59
            getstatic org.eclipse.jdt.core.dom.CatchClause.EXCEPTION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.CatchClause.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
         7: .line 60
            getstatic org.eclipse.jdt.core.dom.CatchClause.BODY_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.CatchClause.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
         8: .line 61
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.CatchClause.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.CatchClause.PROPERTY_DESCRIPTORS:Ljava/util/List;
        end local 0 // java.util.List properyList
         9: .line 62
            return
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            5    9     0  properyList  Ljava/util/List;

  public static java.util.List propertyDescriptors(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int apiLevel
         0: .line 76
            getstatic org.eclipse.jdt.core.dom.CatchClause.PROPERTY_DESCRIPTORS:Ljava/util/List;
            areturn
        end local 0 // int apiLevel
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  apiLevel  I
    MethodParameters:
          Name  Flags
      apiLevel  

  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.CatchClause this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 101
            aload 0 /* this */
            aload 1 /* ast */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 82
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.CatchClause.body:Lorg/eclipse/jdt/core/dom/Block;
         2: .line 88
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.CatchClause.exceptionDecl:Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
         3: .line 102
            return
        end local 1 // org.eclipse.jdt.core.dom.AST ast
        end local 0 // org.eclipse.jdt.core.dom.CatchClause this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/core/dom/CatchClause;
            0    4     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.CatchClause this
        start local 1 // int apiLevel
         0: .line 106
            iload 1 /* apiLevel */
            invokestatic org.eclipse.jdt.core.dom.CatchClause.propertyDescriptors:(I)Ljava/util/List;
            areturn
        end local 1 // int apiLevel
        end local 0 // org.eclipse.jdt.core.dom.CatchClause this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/core/dom/CatchClause;
            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.CatchClause 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 111
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.CatchClause.EXCEPTION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 5
         1: .line 112
            iload 2 /* get */
            ifeq 3
         2: .line 113
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.getException:()Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            areturn
         3: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.SingleVariableDeclaration
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.setException:(Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;)V
         4: .line 116
            aconst_null
            areturn
         5: .line 119
      StackMap locals:
      StackMap stack:
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.CatchClause.BODY_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 10
         6: .line 120
            iload 2 /* get */
            ifeq 8
         7: .line 121
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.getBody:()Lorg/eclipse/jdt/core/dom/Block;
            areturn
         8: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.Block
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.setBody:(Lorg/eclipse/jdt/core/dom/Block;)V
         9: .line 124
            aconst_null
            areturn
        10: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            iload 2 /* get */
            aload 3 /* child */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.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.CatchClause this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/jdt/core/dom/CatchClause;
            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.CatchClause this
         0: .line 133
            bipush 12
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.CatchClause this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/CatchClause;

  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.CatchClause this
        start local 1 // org.eclipse.jdt.core.dom.AST target
         0: .line 138
            new org.eclipse.jdt.core.dom.CatchClause
            dup
            aload 1 /* target */
            invokespecial org.eclipse.jdt.core.dom.CatchClause.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            astore 2 /* result */
        start local 2 // org.eclipse.jdt.core.dom.CatchClause result
         1: .line 139
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.getStartPosition:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.getLength:()I
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.setSourceRange:(II)V
         2: .line 140
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.getBody:()Lorg/eclipse/jdt/core/dom/Block;
            aload 1 /* target */
            invokevirtual org.eclipse.jdt.core.dom.Block.clone:(Lorg/eclipse/jdt/core/dom/AST;)Lorg/eclipse/jdt/core/dom/ASTNode;
            checkcast org.eclipse.jdt.core.dom.Block
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.setBody:(Lorg/eclipse/jdt/core/dom/Block;)V
         3: .line 141
            aload 2 /* result */
         4: .line 142
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.getException:()Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            invokestatic org.eclipse.jdt.core.dom.ASTNode.copySubtree:(Lorg/eclipse/jdt/core/dom/AST;Lorg/eclipse/jdt/core/dom/ASTNode;)Lorg/eclipse/jdt/core/dom/ASTNode;
            checkcast org.eclipse.jdt.core.dom.SingleVariableDeclaration
         5: .line 141
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.setException:(Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;)V
         6: .line 143
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.jdt.core.dom.CatchClause result
        end local 1 // org.eclipse.jdt.core.dom.AST target
        end local 0 // org.eclipse.jdt.core.dom.CatchClause this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/jdt/core/dom/CatchClause;
            0    7     1  target  Lorg/eclipse/jdt/core/dom/AST;
            1    7     2  result  Lorg/eclipse/jdt/core/dom/CatchClause;
    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.CatchClause this
        start local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        start local 2 // java.lang.Object other
         0: .line 149
            aload 1 /* matcher */
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.jdt.core.dom.ASTMatcher.match:(Lorg/eclipse/jdt/core/dom/CatchClause;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.CatchClause this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/core/dom/CatchClause;
            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.CatchClause this
        start local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
         0: .line 154
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.visit:(Lorg/eclipse/jdt/core/dom/CatchClause;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 155
            iload 2 /* visitChildren */
            ifeq 4
         2: .line 157
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.getException:()Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         3: .line 158
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.getBody:()Lorg/eclipse/jdt/core/dom/Block;
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         4: .line 160
      StackMap locals: int
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.endVisit:(Lorg/eclipse/jdt/core/dom/CatchClause;)V
         5: .line 161
            return
        end local 2 // boolean visitChildren
        end local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.core.dom.CatchClause this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/eclipse/jdt/core/dom/CatchClause;
            0    6     1        visitor  Lorg/eclipse/jdt/core/dom/ASTVisitor;
            1    6     2  visitChildren  Z
    MethodParameters:
         Name  Flags
      visitor  

  public org.eclipse.jdt.core.dom.SingleVariableDeclaration getException();
    descriptor: ()Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.CatchClause this
         0: .line 169
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.CatchClause.exceptionDecl:Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            ifnonnull 10
         1: .line 171
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 172
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.CatchClause.exceptionDecl:Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            ifnonnull 6
         3: .line 173
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.preLazyInit:()V
         4: .line 174
            aload 0 /* this */
            new org.eclipse.jdt.core.dom.SingleVariableDeclaration
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.CatchClause.ast:Lorg/eclipse/jdt/core/dom/AST;
            invokespecial org.eclipse.jdt.core.dom.SingleVariableDeclaration.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            putfield org.eclipse.jdt.core.dom.CatchClause.exceptionDecl:Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
         5: .line 175
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.CatchClause.exceptionDecl:Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            getstatic org.eclipse.jdt.core.dom.CatchClause.EXCEPTION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.postLazyInit:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 171
      StackMap locals: org.eclipse.jdt.core.dom.CatchClause
      StackMap stack:
            aload 1
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.CatchClause.exceptionDecl:Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.CatchClause this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jdt/core/dom/CatchClause;
      Exception table:
        from    to  target  type
           2     7       8  any
           8     9       8  any

  public void setException(org.eclipse.jdt.core.dom.SingleVariableDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.CatchClause this
        start local 1 // org.eclipse.jdt.core.dom.SingleVariableDeclaration exception
         0: .line 194
            aload 1 /* exception */
            ifnonnull 2
         1: .line 195
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.CatchClause.exceptionDecl:Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            astore 2 /* oldChild */
        start local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
         3: .line 198
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* exception */
            getstatic org.eclipse.jdt.core.dom.CatchClause.EXCEPTION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.preReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         4: .line 199
            aload 0 /* this */
            aload 1 /* exception */
            putfield org.eclipse.jdt.core.dom.CatchClause.exceptionDecl:Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
         5: .line 200
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* exception */
            getstatic org.eclipse.jdt.core.dom.CatchClause.EXCEPTION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.postReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 201
            return
        end local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
        end local 1 // org.eclipse.jdt.core.dom.SingleVariableDeclaration exception
        end local 0 // org.eclipse.jdt.core.dom.CatchClause this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jdt/core/dom/CatchClause;
            0    7     1  exception  Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            3    7     2   oldChild  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
           Name  Flags
      exception  

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

  public void setBody(org.eclipse.jdt.core.dom.Block);
    descriptor: (Lorg/eclipse/jdt/core/dom/Block;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.CatchClause this
        start local 1 // org.eclipse.jdt.core.dom.Block body
         0: .line 234
            aload 1 /* body */
            ifnonnull 2
         1: .line 235
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.CatchClause.body:Lorg/eclipse/jdt/core/dom/Block;
            astore 2 /* oldChild */
        start local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
         3: .line 238
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* body */
            getstatic org.eclipse.jdt.core.dom.CatchClause.BODY_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.preReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         4: .line 239
            aload 0 /* this */
            aload 1 /* body */
            putfield org.eclipse.jdt.core.dom.CatchClause.body:Lorg/eclipse/jdt/core/dom/Block;
         5: .line 240
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* body */
            getstatic org.eclipse.jdt.core.dom.CatchClause.BODY_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.postReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 241
            return
        end local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
        end local 1 // org.eclipse.jdt.core.dom.Block body
        end local 0 // org.eclipse.jdt.core.dom.CatchClause this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/jdt/core/dom/CatchClause;
            0    7     1      body  Lorg/eclipse/jdt/core/dom/Block;
            3    7     2  oldChild  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
      Name  Flags
      body  

  int memSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.CatchClause this
         0: .line 246
            bipush 48
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.CatchClause this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/CatchClause;

  int treeSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.CatchClause this
         0: .line 252
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.memSize:()I
         1: .line 253
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.CatchClause.exceptionDecl:Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.getException:()Lorg/eclipse/jdt/core/dom/SingleVariableDeclaration;
            invokevirtual org.eclipse.jdt.core.dom.SingleVariableDeclaration.treeSize:()I
         3: .line 252
      StackMap locals: org.eclipse.jdt.core.dom.CatchClause
      StackMap stack: int int
            iadd
         4: .line 254
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.CatchClause.body:Lorg/eclipse/jdt/core/dom/Block;
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.CatchClause.getBody:()Lorg/eclipse/jdt/core/dom/Block;
            invokevirtual org.eclipse.jdt.core.dom.Block.treeSize:()I
         6: .line 252
      StackMap locals: org.eclipse.jdt.core.dom.CatchClause
      StackMap stack: int int
            iadd
         7: .line 251
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.CatchClause this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jdt/core/dom/CatchClause;
}
SourceFile: "CatchClause.java"