public class org.eclipse.jdt.core.dom.TypeParameter 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.TypeParameter
  super_class: org.eclipse.jdt.core.dom.ASTNode
{
  public static final org.eclipse.jdt.core.dom.ChildListPropertyDescriptor MODIFIERS_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 TYPE_BOUNDS_PROPERTY;
    descriptor: Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
    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

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

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

  private org.eclipse.jdt.core.dom.ASTNode$NodeList modifiers;
    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.ChildListPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/TypeParameter;
            ldc "modifiers"
            ldc Lorg/eclipse/jdt/core/dom/IExtendedModifier;
            iconst_1
            invokespecial org.eclipse.jdt.core.dom.ChildListPropertyDescriptor.<init>:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Z)V
         1: .line 38
            putstatic org.eclipse.jdt.core.dom.TypeParameter.MODIFIERS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
         2: .line 45
            new org.eclipse.jdt.core.dom.ChildPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/TypeParameter;
            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
         3: .line 44
            putstatic org.eclipse.jdt.core.dom.TypeParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
         4: .line 51
            new org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
            dup
            ldc Lorg/eclipse/jdt/core/dom/TypeParameter;
            ldc "typeBounds"
            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
         5: .line 50
            putstatic org.eclipse.jdt.core.dom.TypeParameter.TYPE_BOUNDS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
         6: .line 68
            new java.util.ArrayList
            dup
            iconst_3
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* propertyList */
        start local 0 // java.util.List propertyList
         7: .line 69
            ldc Lorg/eclipse/jdt/core/dom/TypeParameter;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeParameter.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
         8: .line 70
            getstatic org.eclipse.jdt.core.dom.TypeParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeParameter.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
         9: .line 71
            getstatic org.eclipse.jdt.core.dom.TypeParameter.TYPE_BOUNDS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeParameter.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        10: .line 72
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeParameter.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.TypeParameter.PROPERTY_DESCRIPTORS:Ljava/util/List;
        11: .line 74
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* propertyList */
        12: .line 75
            ldc Lorg/eclipse/jdt/core/dom/TypeParameter;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeParameter.createPropertyList:(Ljava/lang/Class;Ljava/util/List;)V
        13: .line 76
            getstatic org.eclipse.jdt.core.dom.TypeParameter.MODIFIERS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeParameter.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        14: .line 77
            getstatic org.eclipse.jdt.core.dom.TypeParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeParameter.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        15: .line 78
            getstatic org.eclipse.jdt.core.dom.TypeParameter.TYPE_BOUNDS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeParameter.addProperty:(Lorg/eclipse/jdt/core/dom/StructuralPropertyDescriptor;Ljava/util/List;)V
        16: .line 79
            aload 0 /* propertyList */
            invokestatic org.eclipse.jdt.core.dom.TypeParameter.reapPropertyList:(Ljava/util/List;)Ljava/util/List;
            putstatic org.eclipse.jdt.core.dom.TypeParameter.PROPERTY_DESCRIPTORS_8_0:Ljava/util/List;
        end local 0 // java.util.List propertyList
        17: .line 80
            return
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            7   17     0  propertyList  Ljava/util/List;

  public static java.util.List propertyDescriptors(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int apiLevel
         0: .line 93
            iload 0 /* apiLevel */
            tableswitch { // 2 - 4
                    2: 1
                    3: 1
                    4: 1
              default: 2
          }
         1: .line 97
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.core.dom.TypeParameter.PROPERTY_DESCRIPTORS:Ljava/util/List;
            areturn
         2: .line 99
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.core.dom.TypeParameter.PROPERTY_DESCRIPTORS_8_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.TypeParameter this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 134
            aload 0 /* this */
            aload 1 /* ast */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 107
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.TypeParameter.typeVariableName:Lorg/eclipse/jdt/core/dom/SimpleName;
         2: .line 113
            aload 0 /* this */
         3: .line 114
            new org.eclipse.jdt.core.dom.ASTNode$NodeList
            dup
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.TypeParameter.TYPE_BOUNDS_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.TypeParameter.typeBounds:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
         4: .line 121
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.TypeParameter.modifiers:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
         5: .line 135
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.unsupportedIn2:()V
         6: .line 136
            aload 1 /* ast */
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            bipush 8
            if_icmplt 8
         7: .line 137
            aload 0 /* this */
            new org.eclipse.jdt.core.dom.ASTNode$NodeList
            dup
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.dom.TypeParameter.MODIFIERS_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.TypeParameter.modifiers:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
         8: .line 139
      StackMap locals: org.eclipse.jdt.core.dom.TypeParameter 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.TypeParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jdt/core/dom/TypeParameter;
            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.TypeParameter this
        start local 1 // int apiLevel
         0: .line 143
            iload 1 /* apiLevel */
            invokestatic org.eclipse.jdt.core.dom.TypeParameter.propertyDescriptors:(I)Ljava/util/List;
            areturn
        end local 1 // int apiLevel
        end local 0 // org.eclipse.jdt.core.dom.TypeParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/core/dom/TypeParameter;
            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.TypeParameter 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 148
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.TypeParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            if_acmpne 5
         1: .line 149
            iload 2 /* get */
            ifeq 3
         2: .line 150
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            areturn
         3: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* child */
            checkcast org.eclipse.jdt.core.dom.SimpleName
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.setName:(Lorg/eclipse/jdt/core/dom/SimpleName;)V
         4: .line 153
            aconst_null
            areturn
         5: .line 157
      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.TypeParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jdt/core/dom/TypeParameter;
            0    6     1  property  Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            0    6     2       get  Z
            0    6     3     child  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
          Name  Flags
      property  
      get       
      child     

  final java.util.List internalGetChildListProperty(org.eclipse.jdt.core.dom.ChildListPropertyDescriptor);
    descriptor: (Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;)Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.TypeParameter this
        start local 1 // org.eclipse.jdt.core.dom.ChildListPropertyDescriptor property
         0: .line 162
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.TypeParameter.MODIFIERS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            if_acmpne 2
         1: .line 163
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.modifiers:()Ljava/util/List;
            areturn
         2: .line 165
      StackMap locals:
      StackMap stack:
            aload 1 /* property */
            getstatic org.eclipse.jdt.core.dom.TypeParameter.TYPE_BOUNDS_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildListPropertyDescriptor;
            if_acmpne 4
         3: .line 166
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.typeBounds:()Ljava/util/List;
            areturn
         4: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* property */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.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.TypeParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jdt/core/dom/TypeParameter;
            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.TypeParameter this
         0: .line 174
            bipush 73
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.TypeParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/TypeParameter;

  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.TypeParameter this
        start local 1 // org.eclipse.jdt.core.dom.AST target
         0: .line 179
            new org.eclipse.jdt.core.dom.TypeParameter
            dup
            aload 1 /* target */
            invokespecial org.eclipse.jdt.core.dom.TypeParameter.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
            astore 2 /* result */
        start local 2 // org.eclipse.jdt.core.dom.TypeParameter result
         1: .line 180
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.getStartPosition:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.getLength:()I
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.setSourceRange:(II)V
         2: .line 181
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.ast:Lorg/eclipse/jdt/core/dom/AST;
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            bipush 8
            if_icmplt 6
         3: .line 182
            aload 2 /* result */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.modifiers:()Ljava/util/List;
         4: .line 183
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.modifiers:()Ljava/util/List;
            invokestatic org.eclipse.jdt.core.dom.ASTNode.copySubtrees:(Lorg/eclipse/jdt/core/dom/AST;Ljava/util/List;)Ljava/util/List;
         5: .line 182
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 185
      StackMap locals: org.eclipse.jdt.core.dom.TypeParameter
      StackMap stack:
            aload 2 /* result */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            aload 1 /* target */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.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.TypeParameter.setName:(Lorg/eclipse/jdt/core/dom/SimpleName;)V
         7: .line 186
            aload 2 /* result */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.typeBounds:()Ljava/util/List;
         8: .line 187
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.typeBounds:()Ljava/util/List;
            invokestatic org.eclipse.jdt.core.dom.ASTNode.copySubtrees:(Lorg/eclipse/jdt/core/dom/AST;Ljava/util/List;)Ljava/util/List;
         9: .line 186
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        10: .line 188
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.jdt.core.dom.TypeParameter result
        end local 1 // org.eclipse.jdt.core.dom.AST target
        end local 0 // org.eclipse.jdt.core.dom.TypeParameter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/eclipse/jdt/core/dom/TypeParameter;
            0   11     1  target  Lorg/eclipse/jdt/core/dom/AST;
            1   11     2  result  Lorg/eclipse/jdt/core/dom/TypeParameter;
    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.TypeParameter this
        start local 1 // org.eclipse.jdt.core.dom.ASTMatcher matcher
        start local 2 // java.lang.Object other
         0: .line 194
            aload 1 /* matcher */
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.jdt.core.dom.ASTMatcher.match:(Lorg/eclipse/jdt/core/dom/TypeParameter;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.TypeParameter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/core/dom/TypeParameter;
            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.TypeParameter this
        start local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
         0: .line 199
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.visit:(Lorg/eclipse/jdt/core/dom/TypeParameter;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 200
            iload 2 /* visitChildren */
            ifeq 6
         2: .line 202
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.ast:Lorg/eclipse/jdt/core/dom/AST;
            getfield org.eclipse.jdt.core.dom.AST.apiLevel:I
            bipush 8
            if_icmplt 4
         3: .line 203
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.modifiers:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.acceptChildren:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;)V
         4: .line 205
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.acceptChild:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode;)V
         5: .line 206
            aload 0 /* this */
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.typeBounds:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.acceptChildren:(Lorg/eclipse/jdt/core/dom/ASTVisitor;Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;)V
         6: .line 208
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.ASTVisitor.endVisit:(Lorg/eclipse/jdt/core/dom/TypeParameter;)V
         7: .line 209
            return
        end local 2 // boolean visitChildren
        end local 1 // org.eclipse.jdt.core.dom.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.core.dom.TypeParameter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/eclipse/jdt/core/dom/TypeParameter;
            0    8     1        visitor  Lorg/eclipse/jdt/core/dom/ASTVisitor;
            1    8     2  visitChildren  Z
    MethodParameters:
         Name  Flags
      visitor  

  public org.eclipse.jdt.core.dom.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.TypeParameter this
         0: .line 217
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.typeVariableName:Lorg/eclipse/jdt/core/dom/SimpleName;
            ifnonnull 10
         1: .line 219
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 220
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.typeVariableName:Lorg/eclipse/jdt/core/dom/SimpleName;
            ifnonnull 6
         3: .line 221
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.preLazyInit:()V
         4: .line 222
            aload 0 /* this */
            new org.eclipse.jdt.core.dom.SimpleName
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.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.TypeParameter.typeVariableName:Lorg/eclipse/jdt/core/dom/SimpleName;
         5: .line 223
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.typeVariableName:Lorg/eclipse/jdt/core/dom/SimpleName;
            getstatic org.eclipse.jdt.core.dom.TypeParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.postLazyInit:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 219
      StackMap locals: org.eclipse.jdt.core.dom.TypeParameter
      StackMap stack:
            aload 1
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.typeVariableName:Lorg/eclipse/jdt/core/dom/SimpleName;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.TypeParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jdt/core/dom/TypeParameter;
      Exception table:
        from    to  target  type
           2     7       8  any
           8     9       8  any

  public final org.eclipse.jdt.core.dom.ITypeBinding resolveBinding();
    descriptor: ()Lorg/eclipse/jdt/core/dom/ITypeBinding;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.TypeParameter this
         0: .line 241
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.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.resolveTypeParameter:(Lorg/eclipse/jdt/core/dom/TypeParameter;)Lorg/eclipse/jdt/core/dom/ITypeBinding;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.TypeParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/TypeParameter;

  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.TypeParameter this
        start local 1 // org.eclipse.jdt.core.dom.SimpleName typeName
         0: .line 256
            aload 1 /* typeName */
            ifnonnull 2
         1: .line 257
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.typeVariableName:Lorg/eclipse/jdt/core/dom/SimpleName;
            astore 2 /* oldChild */
        start local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
         3: .line 260
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* typeName */
            getstatic org.eclipse.jdt.core.dom.TypeParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.preReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         4: .line 261
            aload 0 /* this */
            aload 1 /* typeName */
            putfield org.eclipse.jdt.core.dom.TypeParameter.typeVariableName:Lorg/eclipse/jdt/core/dom/SimpleName;
         5: .line 262
            aload 0 /* this */
            aload 2 /* oldChild */
            aload 1 /* typeName */
            getstatic org.eclipse.jdt.core.dom.TypeParameter.NAME_PROPERTY:Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.postReplaceChild:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/ChildPropertyDescriptor;)V
         6: .line 263
            return
        end local 2 // org.eclipse.jdt.core.dom.ASTNode oldChild
        end local 1 // org.eclipse.jdt.core.dom.SimpleName typeName
        end local 0 // org.eclipse.jdt.core.dom.TypeParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/jdt/core/dom/TypeParameter;
            0    7     1  typeName  Lorg/eclipse/jdt/core/dom/SimpleName;
            3    7     2  oldChild  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
          Name  Flags
      typeName  

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

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

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

  int treeSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.TypeParameter this
         0: .line 304
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.TypeParameter.memSize:()I
         1: .line 305
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.modifiers:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.modifiers:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.ASTNode$NodeList.listSize:()I
         3: .line 304
      StackMap locals: org.eclipse.jdt.core.dom.TypeParameter
      StackMap stack: int int
            iadd
         4: .line 306
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.typeVariableName: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.TypeParameter.getName:()Lorg/eclipse/jdt/core/dom/SimpleName;
            invokevirtual org.eclipse.jdt.core.dom.SimpleName.treeSize:()I
         6: .line 304
      StackMap locals: org.eclipse.jdt.core.dom.TypeParameter
      StackMap stack: int int
            iadd
         7: .line 307
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.TypeParameter.typeBounds:Lorg/eclipse/jdt/core/dom/ASTNode$NodeList;
            invokevirtual org.eclipse.jdt.core.dom.ASTNode$NodeList.listSize:()I
         8: .line 304
            iadd
         9: .line 303
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.TypeParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/jdt/core/dom/TypeParameter;
}
SourceFile: "TypeParameter.java"
InnerClasses:
  NodeList = org.eclipse.jdt.core.dom.ASTNode$NodeList of org.eclipse.jdt.core.dom.ASTNode