public final class org.eclipse.jdt.internal.core.TypeVector
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.TypeVector
  super_class: java.lang.Object
{
  static int INITIAL_SIZE;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int MIN_ELEMENTS_FOR_HASHSET;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  public int size;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  int maxSize;
    descriptor: I
    flags: (0x0000) 

  org.eclipse.jdt.core.IType[] elements;
    descriptor: [Lorg/eclipse/jdt/core/IType;
    flags: (0x0000) 

  private java.util.HashMap<org.eclipse.jdt.core.IType, org.eclipse.jdt.core.IType> elementSet;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/core/IType;>;

  public static final org.eclipse.jdt.core.IType[] NoElements;
    descriptor: [Lorg/eclipse/jdt/core/IType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 22
            bipush 10
            putstatic org.eclipse.jdt.internal.core.TypeVector.INITIAL_SIZE:I
         1: .line 23
            bipush 8
            putstatic org.eclipse.jdt.internal.core.TypeVector.MIN_ELEMENTS_FOR_HASHSET:I
         2: .line 35
            iconst_0
            anewarray org.eclipse.jdt.core.IType
            putstatic org.eclipse.jdt.internal.core.TypeVector.NoElements:[Lorg/eclipse/jdt/core/IType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
         2: .line 38
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.core.TypeVector.INITIAL_SIZE:I
            putfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
         3: .line 39
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.TypeVector.size:I
         4: .line 40
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            anewarray org.eclipse.jdt.core.IType
            putfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
         5: .line 41
            return
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jdt/internal/core/TypeVector;

  public void <init>(org.eclipse.jdt.core.IType[]);
    descriptor: ([Lorg/eclipse/jdt/core/IType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
        start local 1 // org.eclipse.jdt.core.IType[] types
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
         2: .line 43
            aload 0 /* this */
            aload 1 /* types */
            arraylength
            putfield org.eclipse.jdt.internal.core.TypeVector.size:I
         3: .line 44
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
         4: .line 45
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            anewarray org.eclipse.jdt.core.IType
            putfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
         5: .line 46
            aload 1 /* types */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 47
            return
        end local 1 // org.eclipse.jdt.core.IType[] types
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jdt/internal/core/TypeVector;
            0    7     1  types  [Lorg/eclipse/jdt/core/IType;
    MethodParameters:
       Name  Flags
      types  

  public void <init>(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
         2: .line 49
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.core.TypeVector.INITIAL_SIZE:I
            putfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
         3: .line 50
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.core.TypeVector.size:I
         4: .line 51
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            anewarray org.eclipse.jdt.core.IType
            putfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
         5: .line 52
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iconst_0
            aload 1 /* type */
            aastore
         6: .line 53
            return
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jdt/internal/core/TypeVector;
            0    7     1  type  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  public void add(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
        start local 1 // org.eclipse.jdt.core.IType newElement
         0: .line 55
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            if_icmpne 2
         1: .line 56
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iconst_0
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            iconst_2
            imul
            dup_x1
            putfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            anewarray org.eclipse.jdt.core.IType
            dup_x1
            putfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.core.TypeVector.size:I
            aload 1 /* newElement */
            aastore
         3: .line 58
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            ifnull 5
         4: .line 59
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            aload 1 /* newElement */
            aload 1 /* newElement */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 61
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.core.IType newElement
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/jdt/internal/core/TypeVector;
            0    6     1  newElement  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
            Name  Flags
      newElement  

  public void addAll(org.eclipse.jdt.core.IType[]);
    descriptor: ([Lorg/eclipse/jdt/core/IType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
        start local 1 // org.eclipse.jdt.core.IType[] newElements
         0: .line 63
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            aload 1 /* newElements */
            arraylength
            iadd
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            if_icmplt 3
         1: .line 64
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            aload 1 /* newElements */
            arraylength
            iadd
            putfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
         2: .line 65
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iconst_0
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            anewarray org.eclipse.jdt.core.IType
            dup_x1
            putfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* newElements */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            aload 1 /* newElements */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 68
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            aload 1 /* newElements */
            arraylength
            iadd
            putfield org.eclipse.jdt.internal.core.TypeVector.size:I
         5: .line 69
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            ifnull 11
         6: .line 70
            aload 1 /* newElements */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 10
      StackMap locals: org.eclipse.jdt.internal.core.TypeVector org.eclipse.jdt.core.IType[] top int int org.eclipse.jdt.core.IType[]
      StackMap stack:
         7: aload 5
            iload 3
            aaload
            astore 2 /* next */
        start local 2 // org.eclipse.jdt.core.IType next
         8: .line 71
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            aload 2 /* next */
            aload 2 /* next */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // org.eclipse.jdt.core.IType next
         9: .line 70
            iinc 3 1
      StackMap locals:
      StackMap stack:
        10: iload 3
            iload 4
            if_icmplt 7
        11: .line 74
      StackMap locals: org.eclipse.jdt.internal.core.TypeVector org.eclipse.jdt.core.IType[]
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.core.IType[] newElements
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/eclipse/jdt/internal/core/TypeVector;
            0   12     1  newElements  [Lorg/eclipse/jdt/core/IType;
            8    9     2         next  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
             Name  Flags
      newElements  

  public boolean contains(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
        start local 1 // org.eclipse.jdt.core.IType element
         0: .line 76
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.constructElementSetIfNecessary:()V
         1: .line 78
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            ifnull 3
         2: .line 79
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            aload 1 /* element */
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
         3: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 83
      StackMap locals: int
      StackMap stack:
            aload 1 /* element */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iload 2 /* i */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 84
            iconst_1
            ireturn
         7: .line 82
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
            iload 2 /* i */
            ifge 5
        end local 2 // int i
         8: .line 85
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.core.IType element
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/eclipse/jdt/internal/core/TypeVector;
            0    9     1  element  Lorg/eclipse/jdt/core/IType;
            4    8     2        i  I
    MethodParameters:
         Name  Flags
      element  

  private void constructElementSetIfNecessary();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
         0: .line 91
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            ifnonnull 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            getstatic org.eclipse.jdt.internal.core.TypeVector.MIN_ELEMENTS_FOR_HASHSET:I
            if_icmplt 7
         1: .line 92
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
         2: .line 93
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 6
      StackMap locals: org.eclipse.jdt.internal.core.TypeVector top int int org.eclipse.jdt.core.IType[]
      StackMap stack:
         3: aload 4
            iload 2
            aaload
            astore 1 /* next */
        start local 1 // org.eclipse.jdt.core.IType next
         4: .line 94
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            aload 1 /* next */
            aload 1 /* next */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 1 // org.eclipse.jdt.core.IType next
         5: .line 93
            iinc 2 1
      StackMap locals:
      StackMap stack:
         6: iload 2
            iload 3
            if_icmplt 3
         7: .line 97
      StackMap locals: org.eclipse.jdt.internal.core.TypeVector
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jdt/internal/core/TypeVector;
            4    5     1  next  Lorg/eclipse/jdt/core/IType;

  public org.eclipse.jdt.internal.core.TypeVector copy();
    descriptor: ()Lorg/eclipse/jdt/internal/core/TypeVector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
         0: .line 99
            new org.eclipse.jdt.internal.core.TypeVector
            dup
            invokespecial org.eclipse.jdt.internal.core.TypeVector.<init>:()V
            astore 1 /* clone */
        start local 1 // org.eclipse.jdt.internal.core.TypeVector clone
         1: .line 100
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            arraylength
            istore 2 /* length */
        start local 2 // int length
         2: .line 101
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iconst_0
            aload 1 /* clone */
            iload 2 /* length */
            anewarray org.eclipse.jdt.core.IType
            dup_x1
            putfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 102
            aload 1 /* clone */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            putfield org.eclipse.jdt.internal.core.TypeVector.size:I
         4: .line 103
            aload 1 /* clone */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            putfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
         5: .line 104
            aload 1 /* clone */
            areturn
        end local 2 // int length
        end local 1 // org.eclipse.jdt.internal.core.TypeVector clone
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jdt/internal/core/TypeVector;
            1    6     1   clone  Lorg/eclipse/jdt/internal/core/TypeVector;
            2    6     2  length  I

  public org.eclipse.jdt.core.IType elementAt(int);
    descriptor: (I)Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
        start local 1 // int index
         0: .line 107
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/core/TypeVector;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public org.eclipse.jdt.core.IType[] elements();
    descriptor: ()[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
         0: .line 112
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            ifne 1
            getstatic org.eclipse.jdt.internal.core.TypeVector.NoElements:[Lorg/eclipse/jdt/core/IType;
            areturn
         1: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            if_icmpge 4
         2: .line 115
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            putfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
         3: .line 116
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iconst_0
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.maxSize:I
            anewarray org.eclipse.jdt.core.IType
            dup_x1
            putfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/core/TypeVector;

  public org.eclipse.jdt.core.IType remove(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
        start local 1 // org.eclipse.jdt.core.IType element
         0: .line 122
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            ifnull 6
         1: .line 123
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            aload 1 /* element */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            astore 2 /* value */
        start local 2 // org.eclipse.jdt.core.IType value
         2: .line 124
            aload 2 /* value */
            aload 1 /* element */
            if_acmpne 5
         3: .line 125
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
            aload 1 /* element */
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 126
            goto 6
         5: .line 127
      StackMap locals: org.eclipse.jdt.core.IType
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.eclipse.jdt.core.IType value
         6: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            istore 2 /* i */
        start local 2 // int i
         7: goto 12
         8: .line 132
      StackMap locals: int
      StackMap stack:
            aload 1 /* element */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iload 2 /* i */
            aaload
            if_acmpne 12
         9: .line 134
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iload 2 /* i */
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iload 2 /* i */
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            iconst_1
            isub
            dup_x1
            putfield org.eclipse.jdt.internal.core.TypeVector.size:I
            iload 2 /* i */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 135
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            aconst_null
            aastore
        11: .line 136
            aload 1 /* element */
            areturn
        12: .line 131
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
            iload 2 /* i */
            ifge 8
        end local 2 // int i
        13: .line 138
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.core.IType element
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lorg/eclipse/jdt/internal/core/TypeVector;
            0   14     1  element  Lorg/eclipse/jdt/core/IType;
            2    6     2    value  Lorg/eclipse/jdt/core/IType;
            7   13     2        i  I
    MethodParameters:
         Name  Flags
      element  

  public void removeAll();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
         0: .line 141
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 142
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.TypeVector.elementSet:Ljava/util/HashMap;
         2: .line 143
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.TypeVector.size:I
         3: .line 144
            return
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/core/TypeVector;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.TypeVector this
         0: .line 147
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuilder buffer
         1: .line 148
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 149
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* buffer */
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 150
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.elements:[Lorg/eclipse/jdt/core/IType;
            iload 2 /* i */
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         5: .line 148
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            if_icmplt 3
        end local 2 // int i
         7: .line 152
            aload 1 /* buffer */
            ldc "\n]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 153
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buffer
        end local 0 // org.eclipse.jdt.internal.core.TypeVector this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/eclipse/jdt/internal/core/TypeVector;
            1    9     1  buffer  Ljava/lang/StringBuilder;
            2    7     2       i  I
}
SourceFile: "TypeVector.java"