public class org.eclipse.jdt.core.dom.MethodInvocation extends org.eclipse.jdt.core.dom.Expression
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.core.dom.MethodInvocation
  super_class: org.eclipse.jdt.core.dom.Expression
{
  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.ChildPropertyDescriptor NAME_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 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.SimpleName methodName;
    descriptor: Lorg/eclipse/jdt/core/dom/SimpleName;
    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 39
            new org.eclipse.jdt.core.dom.ChildPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/MethodInvocation;
            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 38
            putstatic org.eclipse.jdt.core.dom.MethodInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         2: .line 46
            new org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/MethodInvocation;
            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 45
            putstatic org.eclipse.jdt.core.dom.MethodInvocation.TYPE_ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
         4: .line 53
            new org.eclipse.jdt.core.dom.ChildPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/MethodInvocation;
            ldc "name"
            ldc Lorg/eclipse/jdt/core/dom/SimpleName;
            iconst_1
            iconst_0
            invokespecial org.eclipse.jdt.core.dom.ChildPropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;ZZ)V
         5: .line 52
            putstatic org.eclipse.jdt.core.dom.MethodInvocation.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         6: .line 60
            new org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/MethodInvocation;
            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
         7: .line 59
            putstatic org.eclipse.jdt.core.dom.MethodInvocation.ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
         8: .line 79
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* properyList */
        start local 0 // java.util.List properyList
         9: .line 80
            ldc Lorg/eclipse/jdt/core/dom/MethodInvocation;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
        10: .line 81
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        11: .line 82
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        12: .line 83
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        13: .line 84
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.MethodInvocation.PROPERTY_DESCRIPTORS_2_0:Ljava/util/List;
        14: .line 86
            new java.util.ArrayList
            dup
            iconst_5
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* properyList */
        15: .line 87
            ldc Lorg/eclipse/jdt/core/dom/MethodInvocation;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
        16: .line 88
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        17: .line 89
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.TYPE_ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        18: .line 90
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        19: .line 91
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        20: .line 92
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.MethodInvocation.PROPERTY_DESCRIPTORS_3_0:Ljava/util/List;
        end local 0 // java.util.List properyList
        21: .line 93
            return
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            9   21     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=2, locals=1, args_size=1
        start local 0 // int apiLevel
         0: .line 107
            iload 0 /* apiLevel */
            iconst_2
            if_icmpne 2
         1: .line 108
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.PROPERTY_DESCRIPTORS_2_0:Ljava/util/List;
            areturn
         2: .line 110
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.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.MethodInvocation this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 148
            aload 0 /* this */
            aload 1 /* ast */
            invokespecial org.eclipse.jdt.core.dom.Expression.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 117
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.MethodInvocation.optionalExpression:Lorg/eclipse/jdt/core/dom/Expression;
         2: .line 125
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.MethodInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
         3: .line 131
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.MethodInvocation.methodName:Lorg/eclipse/jdt/core/dom/SimpleName;
         4: .line 137
            aload 0 /* this */
         5: .line 138
            new org.eclipse.jdt.core.dom.ASTNode$NodeList
            dup
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.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.MethodInvocation.arguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
         6: .line 149
            aload 1 /* ast */
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            iconst_3
            if_icmplt 8
         7: .line 150
            aload 0 /* this */
            new org.eclipse.jdt.core.dom.ASTNode$NodeList
            dup
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.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.MethodInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
         8: .line 152
      StackMap locals: org.eclipse.jdt.core.dom.MethodInvocation 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.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
            0    9     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.MethodInvocation this
        start local 1 // int apiLevel
         0: .line 156
            iload 1 /* apiLevel */
            invokestatic org.eclipse.jdt.core.dom.MethodInvocation.propertyDescriptors:(I)Ljava/util/List;
            areturn
        end local 1 // int apiLevel
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
            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.MethodInvocation 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 161
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 5
         1: .line 162
            iload 2 /* get */
            ifeq 3
         2: .line 163
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            areturn
         3: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.SimpleName
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.setName:(Lorg/eclipse/jdt/core/dom/SimpleName;)V
         4: .line 166
            aconst_null
            areturn
         5: .line 169
      StackMap locals:
      StackMap stack:
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 10
         6: .line 170
            iload 2 /* get */
            ifeq 8
         7: .line 171
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.getExpression:()Lorg/eclipse/jdt/core/dom/Expression;
            areturn
         8: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.Expression
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.setExpression:(Lorg/eclipse/jdt/core/dom/Expression;)V
         9: .line 174
            aconst_null
            areturn
        10: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            iload 2 /* get */
            aload 3 /* child */
            invokespecial org.eclipse.jdt.core.dom.Expression.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.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
            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 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.MethodInvocation this
        start local 1 // org.eclipse.jdt.core.dom.ChildListPropertyDescriptor property
         0: .line 183
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            if_acmpne 2
         1: .line 184
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.arguments:()Ljava/util/List;
            areturn
         2: .line 186
      StackMap locals:
      StackMap stack:
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.TYPE_ARGUMENTS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            if_acmpne 4
         3: .line 187
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.typeArguments:()Ljava/util/List;
            areturn
         4: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            invokespecial org.eclipse.jdt.core.dom.Expression.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.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
            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.MethodInvocation this
         0: .line 195
            bipush 32
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/MethodInvocation;

  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.MethodInvocation this
        start local 1 // org.eclipse.jdt.core.dom.AST target
         0: .line 200
            new org.eclipse.jdt.core.dom.MethodInvocation
            dup
            aload 1 /* target */
            invokespecial org.eclipse.jdt.core.dom.MethodInvocation.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            astore 2 /* result */
        start local 2 // org.eclipse.jdt.core.dom.MethodInvocation result
         1: .line 201
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.getStartPosition:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.getLength:()I
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.setSourceRange:(II)V
         2: .line 202
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            aload 1 /* target */
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.clone:(Lorg/eclipse/jdt/core/dom/AST;)Lorg/eclipse/jdt/core/dom/ASTNode;
            checkcast org.eclipse.jdt.core.dom.SimpleName
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.setName:(Lorg/eclipse/jdt/core/dom/SimpleName;)V
         3: .line 203
            aload 2 /* result */
         4: .line 204
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.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 203
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.setExpression:(Lorg/eclipse/jdt/core/dom/Expression;)V
         6: .line 205
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.ast:Lorg/eclipse/jdt/core/dom/AST;
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            iconst_3
            if_icmplt 8
         7: .line 206
            aload 2 /* result */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.typeArguments:()Ljava/util/List;
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.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 208
      StackMap locals: org.eclipse.jdt.core.dom.MethodInvocation
      StackMap stack:
            aload 2 /* result */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.arguments:()Ljava/util/List;
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.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 209
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.jdt.core.dom.MethodInvocation result
        end local 1 // org.eclipse.jdt.core.dom.AST target
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
            0   10     1  target  Lorg/eclipse/jdt/core/dom/AST;
            1   10     2  result  Lorg/eclipse/jdt/core/dom/MethodInvocation;
    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.MethodInvocation this
        start local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        start local 2 // java.lang.Object other
         0: .line 215
            aload 1 /* matcher */
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.jdt.core.dom.ASTMatcher.match:(Lorg/eclipse/jdt/core/dom/MethodInvocation;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.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
            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.MethodInvocation this
        start local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
         0: .line 220
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.visit:(Lorg/eclipse/jdt/core/dom/MethodInvocation;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 221
            iload 2 /* visitChildren */
            ifeq 7
         2: .line 223
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.getExpression:()Lorg/eclipse/jdt/core/dom/Expression;
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         3: .line 224
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.ast:Lorg/eclipse/jdt/core/dom/AST;
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            iconst_3
            if_icmplt 5
         4: .line 225
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.acceptChildren:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;)V
         5: .line 227
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         6: .line 228
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.arguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.acceptChildren:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;)V
         7: .line 230
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.endVisit:(Lorg/eclipse/jdt/core/dom/MethodInvocation;)V
         8: .line 231
            return
        end local 2 // boolean visitChildren
        end local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
            0    9     1        visitor  Lorg/eclipse/jdt/core/dom/ASTVisitor;
            1    9     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.MethodInvocation this
         0: .line 240
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.optionalExpression:Lorg/eclipse/jdt/core/dom/Expression;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/MethodInvocation;

  public boolean isResolvedTypeInferredFromExpectedType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
         0: .line 255
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.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.isResolvedTypeInferredFromExpectedType:(Lorg/eclipse/jdt/core/dom/MethodInvocation;)Z
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/MethodInvocation;

  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.MethodInvocation this
        start local 1 // org.eclipse.jdt.core.dom.Expression expression
         0: .line 271
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.optionalExpression:Lorg/eclipse/jdt/core/dom/Expression;
            astore 2 /* oldChild */
        start local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
         1: .line 272
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* expression */
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.preReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         2: .line 273
            aload 0 /* this */
            aload 1 /* expression */
            putfield org.eclipse.jdt.core.dom.MethodInvocation.optionalExpression:Lorg/eclipse/jdt/core/dom/Expression;
         3: .line 274
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* expression */
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.EXPRESSION_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.postReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         4: .line 275
            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.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
            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.MethodInvocation this
         0: .line 289
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            ifnonnull 2
         1: .line 290
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.unsupportedIn2:()V
         2: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/core/dom/MethodInvocation;

  public org.eclipse.jdt.core.dom.SimpleName getName();
    descriptor: ()Lorg/eclipse/jdt/core/dom/SimpleName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
         0: .line 301
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.methodName:Lorg/eclipse/jdt/core/dom/SimpleName;
            ifnonnull 10
         1: .line 303
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 304
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.methodName:Lorg/eclipse/jdt/core/dom/SimpleName;
            ifnonnull 6
         3: .line 305
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.preLazyInit:()V
         4: .line 306
            aload 0 /* this */
            new org.eclipse.jdt.core.dom.SimpleName
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.ast:Lorg/eclipse/jdt/core/dom/AST;
            invokespecial org.eclipse.jdt.core.dom.SimpleName.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            putfield org.eclipse.jdt.core.dom.MethodInvocation.methodName:Lorg/eclipse/jdt/core/dom/SimpleName;
         5: .line 307
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.methodName:Lorg/eclipse/jdt/core/dom/SimpleName;
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.postLazyInit:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 303
      StackMap locals: org.eclipse.jdt.core.dom.MethodInvocation
      StackMap stack:
            aload 1
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.methodName:Lorg/eclipse/jdt/core/dom/SimpleName;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
      Exception table:
        from    to  target  type
           2     7       8  any
           8     9       8  any

  public void setName(org.eclipse.jdt.core.dom.SimpleName);
    descriptor: (Lorg/eclipse/jdt/core/dom/SimpleName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
        start local 1 // org.eclipse.jdt.core.dom.SimpleName name
         0: .line 326
            aload 1 /* name */
            ifnonnull 2
         1: .line 327
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.methodName:Lorg/eclipse/jdt/core/dom/SimpleName;
            astore 2 /* oldChild */
        start local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
         3: .line 330
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* name */
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.preReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         4: .line 331
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.jdt.core.dom.MethodInvocation.methodName:Lorg/eclipse/jdt/core/dom/SimpleName;
         5: .line 332
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* name */
            getstatic org.eclipse.jdt.core.dom.MethodInvocation.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.postReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 333
            return
        end local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
        end local 1 // org.eclipse.jdt.core.dom.SimpleName name
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
            0    7     1      name  Lorg/eclipse/jdt/core/dom/SimpleName;
            3    7     2  oldChild  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
      Name  Flags
      name  

  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.MethodInvocation this
         0: .line 343
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.arguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/MethodInvocation;

  public org.eclipse.jdt.core.dom.IMethodBinding resolveMethodBinding();
    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.MethodInvocation this
         0: .line 359
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.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.resolveMethod:(Lorg/eclipse/jdt/core/dom/MethodInvocation;)Lorg/eclipse/jdt/core/dom/IMethodBinding;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/MethodInvocation;

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

  int treeSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
         0: .line 371
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.memSize:()I
         1: .line 372
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.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.MethodInvocation.getExpression:()Lorg/eclipse/jdt/core/dom/Expression;
            invokevirtual org.eclipse.jdt.core.dom.Expression.treeSize:()I
         3: .line 371
      StackMap locals: org.eclipse.jdt.core.dom.MethodInvocation
      StackMap stack: int int
            iadd
         4: .line 373
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.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.MethodInvocation.typeArguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.ASTNode$NodeList.listSize:()I
         6: .line 371
      StackMap locals: org.eclipse.jdt.core.dom.MethodInvocation
      StackMap stack: int int
            iadd
         7: .line 374
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.methodName:Lorg/eclipse/jdt/core/dom/SimpleName;
            ifnonnull 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack: int
         8: aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodInvocation.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.treeSize:()I
         9: .line 371
      StackMap locals: org.eclipse.jdt.core.dom.MethodInvocation
      StackMap stack: int int
            iadd
        10: .line 375
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.arguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            ifnonnull 11
            iconst_0
            goto 12
      StackMap locals:
      StackMap stack: int
        11: aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodInvocation.arguments:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.ASTNode$NodeList.listSize:()I
        12: .line 371
      StackMap locals: org.eclipse.jdt.core.dom.MethodInvocation
      StackMap stack: int int
            iadd
        13: .line 370
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.MethodInvocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/eclipse/jdt/core/dom/MethodInvocation;
}
SourceFile: "MethodInvocation.java"
InnerClasses:
  NodeList = org.eclipse.jdt.core.dom.ASTNode$NodeList of org.eclipse.jdt.core.dom.ASTNode