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

  public static final org.eclipse.jdt.core.dom.SimplePropertyDescriptor VARARGS_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
    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

  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.Type type;
    descriptor: Lorg/eclipse/jdt/core/dom/Type;
    flags: (0x0002) ACC_PRIVATE

  private boolean variableArity;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 47
            new org.eclipse.jdt.core.dom.ChildPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            ldc "type"
            ldc Lorg/eclipse/jdt/core/dom/Type;
            iconst_1
            iconst_0
            invokespecial org.eclipse.jdt.core.dom.ChildPropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;ZZ)V
         1: .line 46
            putstatic org.eclipse.jdt.core.dom.MethodRefParameter.TYPE_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         2: .line 54
            new org.eclipse.jdt.core.dom.SimplePropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            ldc "varargs"
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            iconst_1
            invokespecial org.eclipse.jdt.core.dom.SimplePropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Z)V
         3: .line 53
            putstatic org.eclipse.jdt.core.dom.MethodRefParameter.VARARGS_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
         4: .line 61
            new org.eclipse.jdt.core.dom.ChildPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            ldc "name"
            ldc Lorg/eclipse/jdt/core/dom/SimpleName;
            iconst_0
            iconst_0
            invokespecial org.eclipse.jdt.core.dom.ChildPropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;ZZ)V
         5: .line 60
            putstatic org.eclipse.jdt.core.dom.MethodRefParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         6: .line 80
            new java.util.ArrayList
            dup
            iconst_3
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* properyList */
        start local 0 // java.util.List properyList
         7: .line 81
            ldc Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodRefParameter.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
         8: .line 82
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.TYPE_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodRefParameter.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
         9: .line 83
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodRefParameter.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        10: .line 84
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodRefParameter.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.MethodRefParameter.PROPERTY_DESCRIPTORS_2_0:Ljava/util/List;
        11: .line 86
            new java.util.ArrayList
            dup
            iconst_3
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* properyList */
        12: .line 87
            ldc Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodRefParameter.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
        13: .line 88
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.TYPE_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodRefParameter.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        14: .line 89
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.VARARGS_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodRefParameter.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        15: .line 90
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodRefParameter.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        16: .line 91
            aload 0 /* properyList */
            invokestatic org.eclipse.jdt.core.dom.MethodRefParameter.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.MethodRefParameter.PROPERTY_DESCRIPTORS_3_0:Ljava/util/List;
        end local 0 // java.util.List properyList
        17: .line 92
            return
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            7   17     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 104
            iload 0 /* apiLevel */
            iconst_2
            if_icmpne 2
         1: .line 105
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.PROPERTY_DESCRIPTORS_2_0:Ljava/util/List;
            areturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.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=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 142
            aload 0 /* this */
            aload 1 /* ast */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 115
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.MethodRefParameter.type:Lorg/eclipse/jdt/core/dom/Type;
         2: .line 123
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.core.dom.MethodRefParameter.variableArity:Z
         3: .line 129
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.MethodRefParameter.optionalParameterName:Lorg/eclipse/jdt/core/dom/SimpleName;
         4: .line 143
            return
        end local 1 // org.eclipse.jdt.core.dom.AST ast
        end local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            0    5     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.MethodRefParameter this
        start local 1 // int apiLevel
         0: .line 147
            iload 1 /* apiLevel */
            invokestatic org.eclipse.jdt.core.dom.MethodRefParameter.propertyDescriptors:(I)Ljava/util/List;
            areturn
        end local 1 // int apiLevel
        end local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            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.MethodRefParameter 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 152
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.TYPE_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 5
         1: .line 153
            iload 2 /* get */
            ifeq 3
         2: .line 154
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.getType:()Lorg/eclipse/jdt/core/dom/Type;
            areturn
         3: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.Type
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.setType:(Lorg/eclipse/jdt/core/dom/Type;)V
         4: .line 157
            aconst_null
            areturn
         5: .line 160
      StackMap locals:
      StackMap stack:
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 10
         6: .line 161
            iload 2 /* get */
            ifeq 8
         7: .line 162
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            areturn
         8: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.SimpleName
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.setName:(Lorg/eclipse/jdt/core/dom/SimpleName;)V
         9: .line 165
            aconst_null
            areturn
        10: .line 169
      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.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            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 boolean internalGetSetBooleanProperty(org.eclipse.jdt.core.dom.SimplePropertyDescriptor, boolean, boolean);
    descriptor: (Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;ZZ)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
        start local 1 // org.eclipse.jdt.core.dom.SimplePropertyDescriptor property
        start local 2 // boolean get
        start local 3 // boolean value
         0: .line 174
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.VARARGS_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            if_acmpne 5
         1: .line 175
            iload 2 /* get */
            ifeq 3
         2: .line 176
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.isVarargs:()Z
            ireturn
         3: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* value */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.setVarargs:(Z)V
         4: .line 179
            iconst_0
            ireturn
         5: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            iload 2 /* get */
            iload 3 /* value */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.internalGetSetBooleanProperty:(Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;ZZ)Z
            ireturn
        end local 3 // boolean value
        end local 2 // boolean get
        end local 1 // org.eclipse.jdt.core.dom.SimplePropertyDescriptor property
        end local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            0    6     1  property  Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            0    6     2       get  Z
            0    6     3     value  Z
    MethodParameters:
          Name  Flags
      property  
      get       
      value     

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

  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.MethodRefParameter this
        start local 1 // org.eclipse.jdt.core.dom.AST target
         0: .line 193
            new org.eclipse.jdt.core.dom.MethodRefParameter
            dup
            aload 1 /* target */
            invokespecial org.eclipse.jdt.core.dom.MethodRefParameter.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            astore 2 /* result */
        start local 2 // org.eclipse.jdt.core.dom.MethodRefParameter result
         1: .line 194
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.getStartPosition:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.getLength:()I
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.setSourceRange:(II)V
         2: .line 195
            aload 2 /* result */
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.getType:()Lorg/eclipse/jdt/core/dom/Type;
            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.Type
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.setType:(Lorg/eclipse/jdt/core/dom/Type;)V
         3: .line 196
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.ast:Lorg/eclipse/jdt/core/dom/AST;
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            iconst_3
            if_icmplt 5
         4: .line 197
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.isVarargs:()Z
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.setVarargs:(Z)V
         5: .line 199
      StackMap locals: org.eclipse.jdt.core.dom.MethodRefParameter
      StackMap stack:
            aload 2 /* result */
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            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.SimpleName
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.setName:(Lorg/eclipse/jdt/core/dom/SimpleName;)V
         6: .line 200
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.jdt.core.dom.MethodRefParameter result
        end local 1 // org.eclipse.jdt.core.dom.AST target
        end local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            0    7     1  target  Lorg/eclipse/jdt/core/dom/AST;
            1    7     2  result  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
    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.MethodRefParameter this
        start local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        start local 2 // java.lang.Object other
         0: .line 206
            aload 1 /* matcher */
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.jdt.core.dom.ASTMatcher.match:(Lorg/eclipse/jdt/core/dom/MethodRefParameter;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.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            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.MethodRefParameter this
        start local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
         0: .line 211
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.visit:(Lorg/eclipse/jdt/core/dom/MethodRefParameter;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 212
            iload 2 /* visitChildren */
            ifeq 4
         2: .line 214
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.getType:()Lorg/eclipse/jdt/core/dom/Type;
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         3: .line 215
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         4: .line 217
      StackMap locals: int
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.endVisit:(Lorg/eclipse/jdt/core/dom/MethodRefParameter;)V
         5: .line 218
            return
        end local 2 // boolean visitChildren
        end local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            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.Type getType();
    descriptor: ()Lorg/eclipse/jdt/core/dom/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
         0: .line 226
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.type:Lorg/eclipse/jdt/core/dom/Type;
            ifnonnull 10
         1: .line 228
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 229
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.type:Lorg/eclipse/jdt/core/dom/Type;
            ifnonnull 6
         3: .line 230
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.preLazyInit:()V
         4: .line 231
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.ast:Lorg/eclipse/jdt/core/dom/AST;
            getstatic org.eclipse.jdt.core.dom.PrimitiveType.INT:Lorg/eclipse/jdt/core/dom/PrimitiveType$Code;
            invokevirtual org.eclipse.jdt.core.dom.AST.newPrimitiveType:(Lorg/eclipse/jdt/core/dom/PrimitiveType$Code;)Lorg/eclipse/jdt/core/dom/PrimitiveType;
            putfield org.eclipse.jdt.core.dom.MethodRefParameter.type:Lorg/eclipse/jdt/core/dom/Type;
         5: .line 232
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.type:Lorg/eclipse/jdt/core/dom/Type;
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.TYPE_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.postLazyInit:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 228
      StackMap locals: org.eclipse.jdt.core.dom.MethodRefParameter
      StackMap stack:
            aload 1
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.type:Lorg/eclipse/jdt/core/dom/Type;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
      Exception table:
        from    to  target  type
           2     7       8  any
           8     9       8  any

  public void setType(org.eclipse.jdt.core.dom.Type);
    descriptor: (Lorg/eclipse/jdt/core/dom/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
        start local 1 // org.eclipse.jdt.core.dom.Type type
         0: .line 251
            aload 1 /* type */
            ifnonnull 2
         1: .line 252
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.type:Lorg/eclipse/jdt/core/dom/Type;
            astore 2 /* oldChild */
        start local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
         3: .line 255
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* type */
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.TYPE_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.preReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         4: .line 256
            aload 0 /* this */
            aload 1 /* type */
            putfield org.eclipse.jdt.core.dom.MethodRefParameter.type:Lorg/eclipse/jdt/core/dom/Type;
         5: .line 257
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* type */
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.TYPE_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.postReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 258
            return
        end local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
        end local 1 // org.eclipse.jdt.core.dom.Type type
        end local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            0    7     1      type  Lorg/eclipse/jdt/core/dom/Type;
            3    7     2  oldChild  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
      Name  Flags
      type  

  public boolean isVarargs();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
         0: .line 280
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.unsupportedIn2:()V
         1: .line 281
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.variableArity:Z
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;

  public void setVarargs(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
        start local 1 // boolean variableArity
         0: .line 293
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.unsupportedIn2:()V
         1: .line 294
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.VARARGS_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.preValueChange:(Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;)V
         2: .line 295
            aload 0 /* this */
            iload 1 /* variableArity */
            putfield org.eclipse.jdt.core.dom.MethodRefParameter.variableArity:Z
         3: .line 296
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.VARARGS_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.postValueChange:(Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;)V
         4: .line 297
            return
        end local 1 // boolean variableArity
        end local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            0    5     1  variableArity  Z
    MethodParameters:
               Name  Flags
      variableArity  

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

  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.MethodRefParameter this
        start local 1 // org.eclipse.jdt.core.dom.SimpleName name
         0: .line 320
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.optionalParameterName:Lorg/eclipse/jdt/core/dom/SimpleName;
            astore 2 /* oldChild */
        start local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
         1: .line 321
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* name */
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.preReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         2: .line 322
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.jdt.core.dom.MethodRefParameter.optionalParameterName:Lorg/eclipse/jdt/core/dom/SimpleName;
         3: .line 323
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* name */
            getstatic org.eclipse.jdt.core.dom.MethodRefParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.postReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         4: .line 324
            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.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
            0    5     1      name  Lorg/eclipse/jdt/core/dom/SimpleName;
            1    5     2  oldChild  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
      Name  Flags
      name  

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

  int treeSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
         0: .line 334
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.memSize:()I
         1: .line 335
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.type:Lorg/eclipse/jdt/core/dom/Type;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.getType:()Lorg/eclipse/jdt/core/dom/Type;
            invokevirtual org.eclipse.jdt.core.dom.Type.treeSize:()I
         3: .line 334
      StackMap locals: org.eclipse.jdt.core.dom.MethodRefParameter
      StackMap stack: int int
            iadd
         4: .line 336
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.MethodRefParameter.optionalParameterName:Lorg/eclipse/jdt/core/dom/SimpleName;
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.MethodRefParameter.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.treeSize:()I
         6: .line 334
      StackMap locals: org.eclipse.jdt.core.dom.MethodRefParameter
      StackMap stack: int int
            iadd
         7: .line 333
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.MethodRefParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jdt/core/dom/MethodRefParameter;
}
SourceFile: "MethodRefParameter.java"
InnerClasses:
  public Code = org.eclipse.jdt.core.dom.PrimitiveType$Code of org.eclipse.jdt.core.dom.PrimitiveType