public class org.eclipse.jdt.core.dom.SuperConstructorInvocation 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.SuperConstructorInvocation
  super_class: org.eclipse.jdt.core.dom.Statement
{
  public static final org.eclipse.jdt.core.dom.ChildPropertyDescriptor EXPRESSION_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

  public static final org.eclipse.jdt.core.dom.ChildListPropertyDescriptor ARGUMENTS_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
    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.Expression optionalExpression;
    descriptor: Lorg/eclipse/jdt/core/dom/Expression;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.core.dom.ASTNode$NodeList typeArguments;
    descriptor: Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.core.dom.ASTNode$NodeList arguments;
    descriptor: Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
    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/SuperConstructorInvocation;
            ldc "expression"
            ldc Lorg/eclipse/jdt/core/dom/Expression;
            iconst_0
            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.SuperConstructorInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         2: .line 47
            new org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            ldc "typeArguments"
            ldc Lorg/eclipse/jdt/core/dom/Type;
            iconst_0
            invokespecial org.eclipse.jdt.core.dom.ChildListPropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Z)V
         3: .line 46
            putstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.TYPE_ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
         4: .line 54
            new org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            ldc "arguments"
            ldc Lorg/eclipse/jdt/core/dom/Expression;
            iconst_1
            invokespecial org.eclipse.jdt.core.dom.ChildListPropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Z)V
         5: .line 53
            putstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
         6: .line 73
            new java.util.ArrayList
            dup
            iconst_3
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* propertyList */
        start local 0 // java.util.List propertyList
         7: .line 74
            ldc Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
         8: .line 75
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
         9: .line 76
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        10: .line 77
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.PROPERTY_DESCRIPTORS_2_0:Ljava/util/List;
        11: .line 79
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* propertyList */
        12: .line 80
            ldc Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
        13: .line 81
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        14: .line 82
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.TYPE_ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        15: .line 83
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        16: .line 84
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.PROPERTY_DESCRIPTORS_3_0:Ljava/util/List;
        end local 0 // java.util.List propertyList
        17: .line 85
            return
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            7   17     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 99
            iload 0 /* apiLevel */
            iconst_2
            if_icmpne 2
         1: .line 100
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.PROPERTY_DESCRIPTORS_2_0:Ljava/util/List;
            areturn
         2: .line 102
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.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  

  void <init>(org.eclipse.jdt.core.dom.AST);
    descriptor: (Lorg/eclipse/jdt/core/dom/AST;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 134
            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.SuperConstructorInvocation.optionalExpression:Lorg/eclipse/jdt/core/dom/Expression;
         2: .line 117
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
         3: .line 123
            aload 0 /* this */
         4: .line 124
            new org.eclipse.jdt.core.dom.ASTNode$NodeList
            dup
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            invokespecial org.eclipse.jdt.core.dom.ASTNode$NodeList.<init>:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;)V
            putfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.arguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
         5: .line 135
            aload 1 /* ast */
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            iconst_3
            if_icmplt 7
         6: .line 136
            aload 0 /* this */
            new org.eclipse.jdt.core.dom.ASTNode$NodeList
            dup
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.TYPE_ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            invokespecial org.eclipse.jdt.core.dom.ASTNode$NodeList.<init>:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;)V
            putfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
         7: .line 138
      StackMap locals: org.eclipse.jdt.core.dom.SuperConstructorInvocation org.eclipse.jdt.core.dom.AST
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.core.dom.AST ast
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            0    8     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.SuperConstructorInvocation this
        start local 1 // int apiLevel
         0: .line 142
            iload 1 /* apiLevel */
            invokestatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.propertyDescriptors:(I)Ljava/util/List;
            areturn
        end local 1 // int apiLevel
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            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.SuperConstructorInvocation 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 147
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 5
         1: .line 148
            iload 2 /* get */
            ifeq 3
         2: .line 149
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.getExpression:()Lorg/eclipse/jdt/core/dom/Expression;
            areturn
         3: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.Expression
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.setExpression:(Lorg/eclipse/jdt/core/dom/Expression;)V
         4: .line 152
            aconst_null
            areturn
         5: .line 156
      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.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            0    6     1  property  Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            0    6     2       get  Z
            0    6     3     child  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
          Name  Flags
      property  
      get       
      child     

  final java.util.List internalGetChildListProperty(org.eclipse.jdt.core.dom.ChildListPropertyDescriptor);
    descriptor: (Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;)Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
        start local 1 // org.eclipse.jdt.core.dom.ChildListPropertyDescriptor property
         0: .line 161
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            if_acmpne 2
         1: .line 162
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.arguments:()Ljava/util/List;
            areturn
         2: .line 164
      StackMap locals:
      StackMap stack:
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.TYPE_ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            if_acmpne 4
         3: .line 165
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.typeArguments:()Ljava/util/List;
            areturn
         4: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            invokespecial org.eclipse.jdt.core.dom.Statement.internalGetChildListProperty:(Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;)Ljava/util/List;
            areturn
        end local 1 // org.eclipse.jdt.core.dom.ChildListPropertyDescriptor property
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            0    5     1  property  Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
    MethodParameters:
          Name  Flags
      property  

  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.SuperConstructorInvocation this
         0: .line 173
            bipush 46
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;

  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.SuperConstructorInvocation this
        start local 1 // org.eclipse.jdt.core.dom.AST target
         0: .line 178
            new org.eclipse.jdt.core.dom.SuperConstructorInvocation
            dup
            aload 1 /* target */
            invokespecial org.eclipse.jdt.core.dom.SuperConstructorInvocation.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            astore 2 /* result */
        start local 2 // org.eclipse.jdt.core.dom.SuperConstructorInvocation result
         1: .line 179
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.getStartPosition:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.getLength:()I
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.setSourceRange:(II)V
         2: .line 180
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.copyLeadingComment:(Lorg/eclipse/jdt/core/dom/Statement;)V
         3: .line 181
            aload 2 /* result */
         4: .line 182
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.getExpression:()Lorg/eclipse/jdt/core/dom/Expression;
            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.Expression
         5: .line 181
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.setExpression:(Lorg/eclipse/jdt/core/dom/Expression;)V
         6: .line 183
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.ast:Lorg/eclipse/jdt/core/dom/AST;
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            iconst_3
            if_icmplt 8
         7: .line 184
            aload 2 /* result */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.typeArguments:()Ljava/util/List;
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.typeArguments:()Ljava/util/List;
            invokestatic org.eclipse.jdt.core.dom.ASTNode.copySubtrees:(Lorg/eclipse/jdt/core/dom/AST;Ljava/util/List;)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         8: .line 186
      StackMap locals: org.eclipse.jdt.core.dom.SuperConstructorInvocation
      StackMap stack:
            aload 2 /* result */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.arguments:()Ljava/util/List;
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.arguments:()Ljava/util/List;
            invokestatic org.eclipse.jdt.core.dom.ASTNode.copySubtrees:(Lorg/eclipse/jdt/core/dom/AST;Ljava/util/List;)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         9: .line 187
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.jdt.core.dom.SuperConstructorInvocation result
        end local 1 // org.eclipse.jdt.core.dom.AST target
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            0   10     1  target  Lorg/eclipse/jdt/core/dom/AST;
            1   10     2  result  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
    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.SuperConstructorInvocation this
        start local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        start local 2 // java.lang.Object other
         0: .line 193
            aload 1 /* matcher */
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.jdt.core.dom.ASTMatcher.match:(Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;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.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            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.SuperConstructorInvocation this
        start local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
         0: .line 198
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.visit:(Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 199
            iload 2 /* visitChildren */
            ifeq 6
         2: .line 201
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.getExpression:()Lorg/eclipse/jdt/core/dom/Expression;
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         3: .line 202
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.ast:Lorg/eclipse/jdt/core/dom/AST;
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            iconst_3
            if_icmplt 5
         4: .line 203
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.acceptChildren:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;)V
         5: .line 205
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.arguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.acceptChildren:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;)V
         6: .line 207
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.endVisit:(Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;)V
         7: .line 208
            return
        end local 2 // boolean visitChildren
        end local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            0    8     1        visitor  Lorg/eclipse/jdt/core/dom/ASTVisitor;
            1    8     2  visitChildren  Z
    MethodParameters:
         Name  Flags
      visitor  

  public org.eclipse.jdt.core.dom.Expression getExpression();
    descriptor: ()Lorg/eclipse/jdt/core/dom/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
         0: .line 217
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.optionalExpression:Lorg/eclipse/jdt/core/dom/Expression;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;

  public void setExpression(org.eclipse.jdt.core.dom.Expression);
    descriptor: (Lorg/eclipse/jdt/core/dom/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
        start local 1 // org.eclipse.jdt.core.dom.Expression expression
         0: .line 234
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.optionalExpression:Lorg/eclipse/jdt/core/dom/Expression;
            astore 2 /* oldChild */
        start local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
         1: .line 235
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* expression */
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.preReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         2: .line 236
            aload 0 /* this */
            aload 1 /* expression */
            putfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.optionalExpression:Lorg/eclipse/jdt/core/dom/Expression;
         3: .line 237
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* expression */
            getstatic org.eclipse.jdt.core.dom.SuperConstructorInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.postReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         4: .line 238
            return
        end local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
        end local 1 // org.eclipse.jdt.core.dom.Expression expression
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
            0    5     1  expression  Lorg/eclipse/jdt/core/dom/Expression;
            1    5     2    oldChild  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
            Name  Flags
      expression  

  public java.util.List typeArguments();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
         0: .line 252
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            ifnonnull 2
         1: .line 253
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.unsupportedIn2:()V
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;

  public java.util.List arguments();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
         0: .line 266
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.arguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;

  public org.eclipse.jdt.core.dom.IMethodBinding resolveConstructorBinding();
    descriptor: ()Lorg/eclipse/jdt/core/dom/IMethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
         0: .line 281
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.ast:Lorg/eclipse/jdt/core/dom/AST;
            invokevirtual org.eclipse.jdt.core.dom.AST.getBindingResolver:()Lorg/eclipse/jdt/core/dom/BindingResolver;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.BindingResolver.resolveConstructor:(Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;)Lorg/eclipse/jdt/core/dom/IMethodBinding;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;

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

  int treeSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
         0: .line 292
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.memSize:()I
         1: .line 293
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.optionalExpression:Lorg/eclipse/jdt/core/dom/Expression;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.SuperConstructorInvocation.getExpression:()Lorg/eclipse/jdt/core/dom/Expression;
            invokevirtual org.eclipse.jdt.core.dom.Expression.treeSize:()I
         3: .line 292
      StackMap locals: org.eclipse.jdt.core.dom.SuperConstructorInvocation
      StackMap stack: int int
            iadd
         4: .line 294
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.ASTNode$NodeList.listSize:()I
         6: .line 292
      StackMap locals: org.eclipse.jdt.core.dom.SuperConstructorInvocation
      StackMap stack: int int
            iadd
         7: .line 295
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.arguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            ifnonnull 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack: int
         8: aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.SuperConstructorInvocation.arguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.ASTNode$NodeList.listSize:()I
         9: .line 292
      StackMap locals: org.eclipse.jdt.core.dom.SuperConstructorInvocation
      StackMap stack: int int
            iadd
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.SuperConstructorInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/jdt/core/dom/SuperConstructorInvocation;
}
SourceFile: "SuperConstructorInvocation.java"
InnerClasses:
  NodeList = org.eclipse.jdt.core.dom.ASTNode$NodeList of org.eclipse.jdt.core.dom.ASTNode