public class org.eclipse.jdt.core.dom.VariableDeclarationFragment extends org.eclipse.jdt.core.dom.VariableDeclaration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.core.dom.VariableDeclarationFragment
  super_class: org.eclipse.jdt.core.dom.VariableDeclaration
{
  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.SimplePropertyDescriptor EXTRA_DIMENSIONS_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.jdt.core.dom.ChildListPropertyDescriptor EXTRA_DIMENSIONS2_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 INITIALIZER_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 43
            ldc Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.internalNamePropertyFactory:(Ljava/lang/Class;)Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         1: .line 42
            putstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         2: .line 52
            ldc Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.internalExtraDimensionsPropertyFactory:(Ljava/lang/Class;)Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
         3: .line 51
            putstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.EXTRA_DIMENSIONS_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
         4: .line 59
            ldc Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.internalExtraDimensions2PropertyFactory:(Ljava/lang/Class;)Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
         5: .line 58
            putstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.EXTRA_DIMENSIONS2_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
         6: .line 66
            ldc Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.internalInitializerPropertyFactory:(Ljava/lang/Class;)Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         7: .line 65
            putstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.INITIALIZER_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         8: .line 85
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* propertyList */
        start local 0 // java.util.List propertyList
         9: .line 86
            ldc Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
        10: .line 87
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        11: .line 88
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.EXTRA_DIMENSIONS_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        12: .line 89
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.INITIALIZER_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        13: .line 90
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.PROPERTY_DESCRIPTORS:Ljava/util/List;
        14: .line 92
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* propertyList */
        15: .line 93
            ldc Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
        16: .line 94
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        17: .line 95
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.EXTRA_DIMENSIONS2_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        18: .line 96
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.INITIALIZER_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        19: .line 97
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.PROPERTY_DESCRIPTORS_8_0:Ljava/util/List;
        end local 0 // java.util.List propertyList
        20: .line 98
            return
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            9   20     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 111
            iload 0 /* apiLevel */
            bipush 8
            if_icmplt 2
         1: .line 112
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.PROPERTY_DESCRIPTORS_8_0:Ljava/util/List;
            areturn
         2: .line 114
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.PROPERTY_DESCRIPTORS: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.VariableDeclarationFragment this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 129
            aload 0 /* this */
            aload 1 /* ast */
            invokespecial org.eclipse.jdt.core.dom.VariableDeclaration.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 130
            return
        end local 1 // org.eclipse.jdt.core.dom.AST ast
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            0    2     1   ast  Lorg/eclipse/jdt/core/dom/AST;
    MethodParameters:
      Name  Flags
      ast   

  final org.eclipse.jdt.core.dom.ChildPropertyDescriptor internalNameProperty();
    descriptor: ()Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
         0: .line 134
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;

  final org.eclipse.jdt.core.dom.SimplePropertyDescriptor internalExtraDimensionsProperty();
    descriptor: ()Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
         0: .line 139
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.EXTRA_DIMENSIONS_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;

  final org.eclipse.jdt.core.dom.ChildListPropertyDescriptor internalExtraDimensions2Property();
    descriptor: ()Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
         0: .line 144
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.EXTRA_DIMENSIONS2_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;

  final org.eclipse.jdt.core.dom.ChildPropertyDescriptor internalInitializerProperty();
    descriptor: ()Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
         0: .line 149
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.INITIALIZER_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;

  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.VariableDeclarationFragment this
        start local 1 // int apiLevel
         0: .line 154
            iload 1 /* apiLevel */
            invokestatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.propertyDescriptors:(I)Ljava/util/List;
            areturn
        end local 1 // int apiLevel
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            0    1     1  apiLevel  I
    MethodParameters:
          Name  Flags
      apiLevel  

  final int internalGetSetIntProperty(org.eclipse.jdt.core.dom.SimplePropertyDescriptor, boolean, int);
    descriptor: (Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;ZI)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
        start local 1 // org.eclipse.jdt.core.dom.SimplePropertyDescriptor property
        start local 2 // boolean get
        start local 3 // int value
         0: .line 159
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.EXTRA_DIMENSIONS_PROPERTY:Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            if_acmpne 5
         1: .line 160
            iload 2 /* get */
            ifeq 3
         2: .line 161
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getExtraDimensions:()I
            ireturn
         3: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* value */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.internalSetExtraDimensions:(I)V
         4: .line 164
            iconst_0
            ireturn
         5: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            iload 2 /* get */
            iload 3 /* value */
            invokespecial org.eclipse.jdt.core.dom.VariableDeclaration.internalGetSetIntProperty:(Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;ZI)I
            ireturn
        end local 3 // int value
        end local 2 // boolean get
        end local 1 // org.eclipse.jdt.core.dom.SimplePropertyDescriptor property
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            0    6     1  property  Lorg/eclipse/jdt/core/dom/SimplePropertyDescriptor;
            0    6     2       get  Z
            0    6     3     value  I
    MethodParameters:
          Name  Flags
      property  
      get       
      value     

  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.VariableDeclarationFragment 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 173
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 5
         1: .line 174
            iload 2 /* get */
            ifeq 3
         2: .line 175
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            areturn
         3: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.SimpleName
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.setName:(Lorg/eclipse/jdt/core/dom/SimpleName;)V
         4: .line 178
            aconst_null
            areturn
         5: .line 181
      StackMap locals:
      StackMap stack:
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.INITIALIZER_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 10
         6: .line 182
            iload 2 /* get */
            ifeq 8
         7: .line 183
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getInitializer:()Lorg/eclipse/jdt/core/dom/Expression;
            areturn
         8: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.Expression
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.setInitializer:(Lorg/eclipse/jdt/core/dom/Expression;)V
         9: .line 186
            aconst_null
            areturn
        10: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            iload 2 /* get */
            aload 3 /* child */
            invokespecial org.eclipse.jdt.core.dom.VariableDeclaration.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.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            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.VariableDeclarationFragment this
        start local 1 // org.eclipse.jdt.core.dom.ChildListPropertyDescriptor property
         0: .line 195
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.VariableDeclarationFragment.EXTRA_DIMENSIONS2_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            if_acmpne 2
         1: .line 196
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.extraDimensions:()Ljava/util/List;
            areturn
         2: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            invokespecial org.eclipse.jdt.core.dom.VariableDeclaration.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.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            0    3     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.VariableDeclarationFragment this
         0: .line 204
            bipush 59
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;

  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.VariableDeclarationFragment this
        start local 1 // org.eclipse.jdt.core.dom.AST target
         0: .line 209
            new org.eclipse.jdt.core.dom.VariableDeclarationFragment
            dup
            aload 1 /* target */
            invokespecial org.eclipse.jdt.core.dom.VariableDeclarationFragment.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            astore 2 /* result */
        start local 2 // org.eclipse.jdt.core.dom.VariableDeclarationFragment result
         1: .line 210
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getStartPosition:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getLength:()I
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.setSourceRange:(II)V
         2: .line 211
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.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.VariableDeclarationFragment.setName:(Lorg/eclipse/jdt/core/dom/SimpleName;)V
         3: .line 212
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.VariableDeclarationFragment.ast:Lorg/eclipse/jdt/core/dom/AST;
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            bipush 8
            if_icmplt 8
         4: .line 213
            aload 2 /* result */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.extraDimensions:()Ljava/util/List;
         5: .line 214
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.extraDimensions:()Ljava/util/List;
            invokestatic org.eclipse.jdt.core.dom.ASTNode.copySubtrees:(Lorg/eclipse/jdt/core/dom/AST;Ljava/util/List;)Ljava/util/List;
         6: .line 213
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         7: .line 215
            goto 9
         8: .line 216
      StackMap locals: org.eclipse.jdt.core.dom.VariableDeclarationFragment
      StackMap stack:
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getExtraDimensions:()I
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.internalSetExtraDimensions:(I)V
         9: .line 218
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
        10: .line 219
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getInitializer:()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
        11: .line 218
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.setInitializer:(Lorg/eclipse/jdt/core/dom/Expression;)V
        12: .line 220
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.jdt.core.dom.VariableDeclarationFragment result
        end local 1 // org.eclipse.jdt.core.dom.AST target
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            0   13     1  target  Lorg/eclipse/jdt/core/dom/AST;
            1   13     2  result  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
    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.VariableDeclarationFragment this
        start local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        start local 2 // java.lang.Object other
         0: .line 226
            aload 1 /* matcher */
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.jdt.core.dom.ASTMatcher.match:(Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;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.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            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.VariableDeclarationFragment this
        start local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
         0: .line 231
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.visit:(Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 232
            iload 2 /* visitChildren */
            ifeq 6
         2: .line 234
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         3: .line 235
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.VariableDeclarationFragment.ast:Lorg/eclipse/jdt/core/dom/AST;
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            bipush 8
            if_icmplt 5
         4: .line 236
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.VariableDeclarationFragment.extraDimensions:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.acceptChildren:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;)V
         5: .line 238
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getInitializer:()Lorg/eclipse/jdt/core/dom/Expression;
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         6: .line 240
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.endVisit:(Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;)V
         7: .line 241
            return
        end local 2 // boolean visitChildren
        end local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
            0    8     1        visitor  Lorg/eclipse/jdt/core/dom/ASTVisitor;
            1    8     2  visitChildren  Z
    MethodParameters:
         Name  Flags
      visitor  

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

  int treeSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
         0: .line 252
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.memSize:()I
         1: .line 253
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.VariableDeclarationFragment.variableName:Lorg/eclipse/jdt/core/dom/SimpleName;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.treeSize:()I
         3: .line 252
      StackMap locals: org.eclipse.jdt.core.dom.VariableDeclarationFragment
      StackMap stack: int int
            iadd
         4: .line 254
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.VariableDeclarationFragment.extraDimensions: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.VariableDeclarationFragment.extraDimensions:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.ASTNode$NodeList.listSize:()I
         6: .line 252
      StackMap locals: org.eclipse.jdt.core.dom.VariableDeclarationFragment
      StackMap stack: int int
            iadd
         7: .line 255
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.VariableDeclarationFragment.optionalInitializer:Lorg/eclipse/jdt/core/dom/Expression;
            ifnonnull 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack: int
         8: aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclarationFragment.getInitializer:()Lorg/eclipse/jdt/core/dom/Expression;
            invokevirtual org.eclipse.jdt.core.dom.Expression.treeSize:()I
         9: .line 252
      StackMap locals: org.eclipse.jdt.core.dom.VariableDeclarationFragment
      StackMap stack: int int
            iadd
        10: .line 251
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.VariableDeclarationFragment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jdt/core/dom/VariableDeclarationFragment;
}
SourceFile: "VariableDeclarationFragment.java"
InnerClasses:
  NodeList = org.eclipse.jdt.core.dom.ASTNode$NodeList of org.eclipse.jdt.core.dom.ASTNode