public class org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy implements org.eclipse.jdt.core.ITypeHierarchy, org.eclipse.jdt.core.IElementChangedListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
  super_class: java.lang.Object
{
  public static boolean DEBUG;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static final byte VERSION;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final byte SEPARATOR1;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  static final byte SEPARATOR2;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 44

  static final byte SEPARATOR3;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 62

  static final byte SEPARATOR4;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  static final byte COMPUTE_SUBTYPES;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final byte CLASS;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final byte INTERFACE;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final byte COMPUTED_FOR;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final byte ROOT;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final byte[] NO_FLAGS;
    descriptor: [B
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  protected org.eclipse.jdt.core.IJavaProject project;
    descriptor: Lorg/eclipse/jdt/core/IJavaProject;
    flags: (0x0004) ACC_PROTECTED

  protected org.eclipse.jdt.core.IType focusType;
    descriptor: Lorg/eclipse/jdt/core/IType;
    flags: (0x0004) ACC_PROTECTED

  protected org.eclipse.jdt.core.ICompilationUnit[] workingCopies;
    descriptor: [Lorg/eclipse/jdt/core/ICompilationUnit;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.Map<org.eclipse.jdt.core.IType, org.eclipse.jdt.core.IType> classToSuperclass;
    descriptor: Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Map<Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/core/IType;>;

  protected java.util.Map<org.eclipse.jdt.core.IType, org.eclipse.jdt.core.IType[]> typeToSuperInterfaces;
    descriptor: Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Map<Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/IType;>;

  protected java.util.Map<org.eclipse.jdt.core.IType, org.eclipse.jdt.internal.core.TypeVector> typeToSubtypes;
    descriptor: Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Map<Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/internal/core/TypeVector;>;

  protected java.util.Map<org.eclipse.jdt.core.IType, java.lang.Integer> typeFlags;
    descriptor: Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Map<Lorg/eclipse/jdt/core/IType;Ljava/lang/Integer;>;

  protected org.eclipse.jdt.internal.core.TypeVector rootClasses;
    descriptor: Lorg/eclipse/jdt/internal/core/TypeVector;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.ArrayList<org.eclipse.jdt.core.IType> interfaces;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;

  public java.util.ArrayList<java.lang.String> missingTypes;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  protected static final org.eclipse.jdt.core.IType[] NO_TYPE;
    descriptor: [Lorg/eclipse/jdt/core/IType;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected org.eclipse.core.runtime.SubMonitor progressMonitor;
    descriptor: Lorg/eclipse/core/runtime/SubMonitor;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.ArrayList<org.eclipse.jdt.core.ITypeHierarchyChangedListener> changeListeners;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/ArrayList<Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;>;

  public java.util.Map<org.eclipse.jdt.core.IOpenable, java.util.ArrayList<org.eclipse.jdt.core.IType>> files;
    descriptor: Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/Map<Lorg/eclipse/jdt/core/IOpenable;Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;>;

  protected org.eclipse.jdt.internal.core.Region packageRegion;
    descriptor: Lorg/eclipse/jdt/internal/core/Region;
    flags: (0x0004) ACC_PROTECTED

  protected org.eclipse.jdt.internal.core.Region projectRegion;
    descriptor: Lorg/eclipse/jdt/internal/core/Region;
    flags: (0x0004) ACC_PROTECTED

  protected boolean computeSubtypes;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  org.eclipse.jdt.core.search.IJavaSearchScope scope;
    descriptor: Lorg/eclipse/jdt/core/search/IJavaSearchScope;
    flags: (0x0000) 

  public boolean needsRefresh;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  protected org.eclipse.jdt.internal.core.hierarchy.ChangeCollector changeCollector;
    descriptor: Lorg/eclipse/jdt/internal/core/hierarchy/ChangeCollector;
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 71
            iconst_0
            putstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.DEBUG:Z
         1: .line 89
            iconst_0
            newarray 8
            putstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_FLAGS:[B
         2: .line 117
            iconst_0
            anewarray org.eclipse.jdt.core.IType
            putstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_TYPE:[Lorg/eclipse/jdt/core/IType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 169
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 113
            aload 0 /* this */
            new org.eclipse.jdt.internal.core.TypeVector
            dup
            invokespecial org.eclipse.jdt.internal.core.TypeVector.<init>:()V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
         2: .line 114
            aload 0 /* this */
            new java.util.ArrayList
            dup
            bipush 10
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.interfaces:Ljava/util/ArrayList;
         3: .line 115
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.missingTypes:Ljava/util/ArrayList;
         4: .line 122
            aload 0 /* this */
            aconst_null
            invokestatic org.eclipse.core.runtime.SubMonitor.convert:(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/SubMonitor;
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
         5: .line 127
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.changeListeners:Ljava/util/ArrayList;
         6: .line 132
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.files:Ljava/util/Map;
         7: .line 138
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.packageRegion:Lorg/eclipse/jdt/internal/core/Region;
         8: .line 144
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.projectRegion:Lorg/eclipse/jdt/internal/core/Region;
         9: .line 159
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.needsRefresh:Z
        10: .line 170
            return
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;

  public void <init>(org.eclipse.jdt.core.IType, org.eclipse.jdt.core.ICompilationUnit[], org.eclipse.jdt.core.IJavaProject, boolean);
    descriptor: (Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/ICompilationUnit;Lorg/eclipse/jdt/core/IJavaProject;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
        start local 2 // org.eclipse.jdt.core.ICompilationUnit[] workingCopies
        start local 3 // org.eclipse.jdt.core.IJavaProject project
        start local 4 // boolean computeSubtypes
         0: .line 176
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* workingCopies */
            iconst_1
            anewarray org.eclipse.jdt.core.IJavaElement
            dup
            iconst_0
            aload 3 /* project */
            aastore
            invokestatic org.eclipse.jdt.core.search.SearchEngine.createJavaSearchScope:([Lorg/eclipse/jdt/core/IJavaElement;)Lorg/eclipse/jdt/core/search/IJavaSearchScope;
            iload 4 /* computeSubtypes */
            invokespecial org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.<init>:(Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/ICompilationUnit;Lorg/eclipse/jdt/core/search/IJavaSearchScope;Z)V
         1: .line 177
            aload 0 /* this */
            aload 3 /* project */
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.project:Lorg/eclipse/jdt/core/IJavaProject;
         2: .line 178
            return
        end local 4 // boolean computeSubtypes
        end local 3 // org.eclipse.jdt.core.IJavaProject project
        end local 2 // org.eclipse.jdt.core.ICompilationUnit[] workingCopies
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    3     1             type  Lorg/eclipse/jdt/core/IType;
            0    3     2    workingCopies  [Lorg/eclipse/jdt/core/ICompilationUnit;
            0    3     3          project  Lorg/eclipse/jdt/core/IJavaProject;
            0    3     4  computeSubtypes  Z
    MethodParameters:
                 Name  Flags
      type             
      workingCopies    
      project          
      computeSubtypes  

  public void <init>(org.eclipse.jdt.core.IType, org.eclipse.jdt.core.ICompilationUnit[], org.eclipse.jdt.core.search.IJavaSearchScope, boolean);
    descriptor: (Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/ICompilationUnit;Lorg/eclipse/jdt/core/search/IJavaSearchScope;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
        start local 2 // org.eclipse.jdt.core.ICompilationUnit[] workingCopies
        start local 3 // org.eclipse.jdt.core.search.IJavaSearchScope scope
        start local 4 // boolean computeSubtypes
         0: .line 182
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 113
            aload 0 /* this */
            new org.eclipse.jdt.internal.core.TypeVector
            dup
            invokespecial org.eclipse.jdt.internal.core.TypeVector.<init>:()V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
         2: .line 114
            aload 0 /* this */
            new java.util.ArrayList
            dup
            bipush 10
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.interfaces:Ljava/util/ArrayList;
         3: .line 115
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.missingTypes:Ljava/util/ArrayList;
         4: .line 122
            aload 0 /* this */
            aconst_null
            invokestatic org.eclipse.core.runtime.SubMonitor.convert:(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/SubMonitor;
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
         5: .line 127
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.changeListeners:Ljava/util/ArrayList;
         6: .line 132
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.files:Ljava/util/Map;
         7: .line 138
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.packageRegion:Lorg/eclipse/jdt/internal/core/Region;
         8: .line 144
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.projectRegion:Lorg/eclipse/jdt/internal/core/Region;
         9: .line 159
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.needsRefresh:Z
        10: .line 183
            aload 0 /* this */
            aload 1 /* type */
            ifnonnull 11
            aconst_null
            goto 12
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType org.eclipse.jdt.core.ICompilationUnit[] org.eclipse.jdt.core.search.IJavaSearchScope int
      StackMap stack: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
        11: aload 1 /* type */
            checkcast org.eclipse.jdt.internal.core.JavaElement
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.unresolved:()Lorg/eclipse/jdt/internal/core/JavaElement;
            checkcast org.eclipse.jdt.core.IType
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType org.eclipse.jdt.core.ICompilationUnit[] org.eclipse.jdt.core.search.IJavaSearchScope int
      StackMap stack: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType
        12: putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
        13: .line 184
            aload 0 /* this */
            aload 2 /* workingCopies */
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.workingCopies:[Lorg/eclipse/jdt/core/ICompilationUnit;
        14: .line 185
            aload 0 /* this */
            iload 4 /* computeSubtypes */
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.computeSubtypes:Z
        15: .line 186
            aload 0 /* this */
            aload 3 /* scope */
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.scope:Lorg/eclipse/jdt/core/search/IJavaSearchScope;
        16: .line 187
            return
        end local 4 // boolean computeSubtypes
        end local 3 // org.eclipse.jdt.core.search.IJavaSearchScope scope
        end local 2 // org.eclipse.jdt.core.ICompilationUnit[] workingCopies
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   17     0             this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   17     1             type  Lorg/eclipse/jdt/core/IType;
            0   17     2    workingCopies  [Lorg/eclipse/jdt/core/ICompilationUnit;
            0   17     3            scope  Lorg/eclipse/jdt/core/search/IJavaSearchScope;
            0   17     4  computeSubtypes  Z
    MethodParameters:
                 Name  Flags
      type             
      workingCopies    
      scope            
      computeSubtypes  

  protected void initializeRegions();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 193
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllTypes:()[Lorg/eclipse/jdt/core/IType;
            astore 1 /* allTypes */
        start local 1 // org.eclipse.jdt.core.IType[] allTypes
         1: .line 194
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 18
         3: .line 195
      StackMap locals: org.eclipse.jdt.core.IType[] int
      StackMap stack:
            aload 1 /* allTypes */
            iload 2 /* i */
            aaload
            astore 3 /* type */
        start local 3 // org.eclipse.jdt.core.IType type
         4: .line 196
            aload 3 /* type */
            checkcast org.eclipse.jdt.internal.core.JavaElement
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.getOpenableParent:()Lorg/eclipse/jdt/core/IOpenable;
            checkcast org.eclipse.jdt.internal.core.Openable
            astore 4 /* o */
        start local 4 // org.eclipse.jdt.internal.core.Openable o
         5: .line 197
            aload 4 /* o */
            ifnull 11
         6: .line 198
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.files:Ljava/util/Map;
            aload 4 /* o */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.ArrayList
            astore 5 /* types */
        start local 5 // java.util.ArrayList types
         7: .line 199
            aload 5 /* types */
            ifnonnull 10
         8: .line 200
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* types */
         9: .line 201
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.files:Ljava/util/Map;
            aload 4 /* o */
            aload 5 /* types */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 203
      StackMap locals: org.eclipse.jdt.core.IType org.eclipse.jdt.internal.core.Openable java.util.ArrayList
      StackMap stack:
            aload 5 /* types */
            aload 3 /* type */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // java.util.ArrayList types
        11: .line 205
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getPackageFragment:()Lorg/eclipse/jdt/core/IPackageFragment;
            astore 5 /* pkg */
        start local 5 // org.eclipse.jdt.core.IPackageFragment pkg
        12: .line 206
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.packageRegion:Lorg/eclipse/jdt/internal/core/Region;
            aload 5 /* pkg */
            invokevirtual org.eclipse.jdt.internal.core.Region.add:(Lorg/eclipse/jdt/core/IJavaElement;)V
        13: .line 207
            aload 3 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            astore 6 /* declaringProject */
        start local 6 // org.eclipse.jdt.core.IJavaProject declaringProject
        14: .line 208
            aload 6 /* declaringProject */
            ifnull 16
        15: .line 209
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.projectRegion:Lorg/eclipse/jdt/internal/core/Region;
            aload 6 /* declaringProject */
            invokevirtual org.eclipse.jdt.internal.core.Region.add:(Lorg/eclipse/jdt/core/IJavaElement;)V
        16: .line 211
      StackMap locals: org.eclipse.jdt.core.IPackageFragment org.eclipse.jdt.core.IJavaProject
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.checkCanceled:()V
        end local 6 // org.eclipse.jdt.core.IJavaProject declaringProject
        end local 5 // org.eclipse.jdt.core.IPackageFragment pkg
        end local 4 // org.eclipse.jdt.internal.core.Openable o
        end local 3 // org.eclipse.jdt.core.IType type
        17: .line 194
            iinc 2 /* i */ 1
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int
      StackMap stack:
        18: iload 2 /* i */
            aload 1 /* allTypes */
            arraylength
            if_icmplt 3
        end local 2 // int i
        19: .line 213
            return
        end local 1 // org.eclipse.jdt.core.IType[] allTypes
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            1   20     1          allTypes  [Lorg/eclipse/jdt/core/IType;
            2   19     2                 i  I
            4   17     3              type  Lorg/eclipse/jdt/core/IType;
            5   17     4                 o  Lorg/eclipse/jdt/internal/core/Openable;
            7   11     5             types  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
           12   17     5               pkg  Lorg/eclipse/jdt/core/IPackageFragment;
           14   17     6  declaringProject  Lorg/eclipse/jdt/core/IJavaProject;

  protected void addInterface(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 218
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.interfaces:Ljava/util/ArrayList;
            aload 1 /* type */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         1: .line 219
            return
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    2     1  type  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  protected void addRootClass(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 225
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.contains:(Lorg/eclipse/jdt/core/IType;)Z
            ifeq 1
            return
         1: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.add:(Lorg/eclipse/jdt/core/IType;)V
         2: .line 227
            return
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    3     1  type  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  protected void addSubtype(org.eclipse.jdt.core.IType, org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/core/IType;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
        start local 2 // org.eclipse.jdt.core.IType subtype
         0: .line 232
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSubtypes:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.core.TypeVector
            astore 3 /* subtypes */
        start local 3 // org.eclipse.jdt.internal.core.TypeVector subtypes
         1: .line 233
            aload 3 /* subtypes */
            ifnonnull 4
         2: .line 234
            new org.eclipse.jdt.internal.core.TypeVector
            dup
            invokespecial org.eclipse.jdt.internal.core.TypeVector.<init>:()V
            astore 3 /* subtypes */
         3: .line 235
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSubtypes:Ljava/util/Map;
            aload 1 /* type */
            aload 3 /* subtypes */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 237
      StackMap locals: org.eclipse.jdt.internal.core.TypeVector
      StackMap stack:
            aload 3 /* subtypes */
            aload 2 /* subtype */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.contains:(Lorg/eclipse/jdt/core/IType;)Z
            ifne 6
         5: .line 238
            aload 3 /* subtypes */
            aload 2 /* subtype */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.add:(Lorg/eclipse/jdt/core/IType;)V
         6: .line 240
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.core.TypeVector subtypes
        end local 2 // org.eclipse.jdt.core.IType subtype
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    7     1      type  Lorg/eclipse/jdt/core/IType;
            0    7     2   subtype  Lorg/eclipse/jdt/core/IType;
            1    7     3  subtypes  Lorg/eclipse/jdt/internal/core/TypeVector;
    MethodParameters:
         Name  Flags
      type     
      subtype  

  public synchronized void addTypeHierarchyChangedListener(org.eclipse.jdt.core.ITypeHierarchyChangedListener);
    descriptor: (Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.ITypeHierarchyChangedListener listener
         0: .line 246
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.changeListeners:Ljava/util/ArrayList;
            astore 2 /* listeners */
        start local 2 // java.util.ArrayList listeners
         1: .line 247
            aload 2 /* listeners */
            ifnonnull 3
         2: .line 248
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            dup
            astore 2 /* listeners */
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.changeListeners:Ljava/util/ArrayList;
         3: .line 252
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 2 /* listeners */
            invokevirtual java.util.ArrayList.size:()I
            ifne 5
         4: .line 253
            aload 0 /* this */
            invokestatic org.eclipse.jdt.core.JavaCore.addElementChangedListener:(Lorg/eclipse/jdt/core/IElementChangedListener;)V
         5: .line 257
      StackMap locals:
      StackMap stack:
            aload 2 /* listeners */
            aload 1 /* listener */
            invokevirtual java.util.ArrayList.indexOf:(Ljava/lang/Object;)I
            iconst_m1
            if_icmpne 7
         6: .line 258
            aload 2 /* listeners */
            aload 1 /* listener */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 260
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.ArrayList listeners
        end local 1 // org.eclipse.jdt.core.ITypeHierarchyChangedListener listener
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    8     1   listener  Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;
            1    8     2  listeners  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;>;
    MethodParameters:
          Name  Flags
      listener  

  private static java.lang.Integer bytesToFlags(byte[]);
    descriptor: ([B)Ljava/lang/Integer;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte[] bytes
         0: .line 262
            aload 0 /* bytes */
            ifnull 2
            aload 0 /* bytes */
            arraylength
            ifle 2
         1: .line 263
            new java.lang.String
            dup
            aload 0 /* bytes */
            invokespecial java.lang.String.<init>:([B)V
            invokestatic java.lang.Integer.valueOf:(Ljava/lang/String;)Ljava/lang/Integer;
            areturn
         2: .line 265
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  public void cacheFlags(org.eclipse.jdt.core.IType, int);
    descriptor: (Lorg/eclipse/jdt/core/IType;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
        start local 2 // int flags
         0: .line 272
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeFlags:Ljava/util/Map;
            aload 1 /* type */
            iload 2 /* flags */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 273
            return
        end local 2 // int flags
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    2     1   type  Lorg/eclipse/jdt/core/IType;
            0    2     2  flags  I
    MethodParameters:
       Name  Flags
      type   
      flags  

  protected void cacheSuperclass(org.eclipse.jdt.core.IType, org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/core/IType;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
        start local 2 // org.eclipse.jdt.core.IType superclass
         0: .line 279
            aload 2 /* superclass */
            ifnull 6
         1: .line 280
            aload 2 /* superclass */
            aload 1 /* type */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 281
            iconst_4
            new java.lang.StringBuilder
            dup
            ldc "Type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getFullyQualifiedName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " is it's own superclass"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.eclipse.jdt.internal.core.util.Util.log:(ILjava/lang/String;)V
         3: .line 282
            return
         4: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.classToSuperclass:Ljava/util/Map;
            aload 1 /* type */
            aload 2 /* superclass */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 285
            aload 0 /* this */
            aload 2 /* superclass */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.addSubtype:(Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/core/IType;)V
         6: .line 287
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.core.IType superclass
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    7     1        type  Lorg/eclipse/jdt/core/IType;
            0    7     2  superclass  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
            Name  Flags
      type        
      superclass  

  protected void cacheSuperInterfaces(org.eclipse.jdt.core.IType, org.eclipse.jdt.core.IType[]);
    descriptor: (Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/IType;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
        start local 2 // org.eclipse.jdt.core.IType[] superinterfaces
         0: .line 293
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSuperInterfaces:Ljava/util/Map;
            aload 1 /* type */
            aload 2 /* superinterfaces */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 294
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 295
      StackMap locals: int
      StackMap stack:
            aload 2 /* superinterfaces */
            iload 3 /* i */
            aaload
            astore 4 /* superinterface */
        start local 4 // org.eclipse.jdt.core.IType superinterface
         4: .line 296
            aload 4 /* superinterface */
            ifnull 6
         5: .line 297
            aload 0 /* this */
            aload 4 /* superinterface */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.addSubtype:(Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/core/IType;)V
        end local 4 // org.eclipse.jdt.core.IType superinterface
         6: .line 294
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 2 /* superinterfaces */
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 300
            return
        end local 2 // org.eclipse.jdt.core.IType[] superinterfaces
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    9     1             type  Lorg/eclipse/jdt/core/IType;
            0    9     2  superinterfaces  [Lorg/eclipse/jdt/core/IType;
            2    8     3                i  I
            4    6     4   superinterface  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
                 Name  Flags
      type             
      superinterfaces  

  protected void checkCanceled();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 310
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            ifnull 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            invokevirtual org.eclipse.core.runtime.SubMonitor.isCanceled:()Z
            ifeq 2
         1: .line 311
            new org.eclipse.core.runtime.OperationCanceledException
            dup
            invokespecial org.eclipse.core.runtime.OperationCanceledException.<init>:()V
            athrow
         2: .line 313
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;

  protected void compute();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 318
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 7
         1: .line 320
            new org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
            dup
         2: .line 321
            aload 0 /* this */
         3: .line 322
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.scope:Lorg/eclipse/jdt/core/search/IJavaSearchScope;
         4: .line 320
            invokespecial org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder.<init>:(Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;Lorg/eclipse/jdt/core/search/IJavaSearchScope;)V
         5: .line 319
            astore 1 /* builder */
        start local 1 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder builder
         6: .line 323
            aload 1 /* builder */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.computeSubtypes:Z
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder.build:(Z)V
        end local 1 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder builder
         7: .line 325
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            6    7     1  builder  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBuilder;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException, org.eclipse.core.runtime.CoreException

  public boolean contains(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 332
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.classToSuperclass:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 2
         1: .line 333
            iconst_1
            ireturn
         2: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.contains:(Lorg/eclipse/jdt/core/IType;)Z
            ifeq 3
            iconst_1
            ireturn
         3: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.interfaces:Ljava/util/ArrayList;
            aload 1 /* type */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
         4: .line 342
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    5     1  type  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  public void elementChanged(org.eclipse.jdt.core.ElementChangedEvent);
    descriptor: (Lorg/eclipse/jdt/core/ElementChangedEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.ElementChangedEvent event
         0: .line 351
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.needsRefresh:Z
            ifeq 1
            return
         1: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual org.eclipse.jdt.core.ElementChangedEvent.getDelta:()Lorg/eclipse/jdt/core/IJavaElementDelta;
            aload 1 /* event */
            invokevirtual org.eclipse.jdt.core.ElementChangedEvent.getType:()I
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffected:(Lorg/eclipse/jdt/core/IJavaElementDelta;I)Z
            ifeq 4
         2: .line 354
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.needsRefresh:Z
         3: .line 355
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.fireChange:()V
         4: .line 357
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.core.ElementChangedEvent event
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    5     1  event  Lorg/eclipse/jdt/core/ElementChangedEvent;
    MethodParameters:
       Name  Flags
      event  

  public boolean exists();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 363
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.needsRefresh:Z
            ifne 1
            iconst_1
            ireturn
         1: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            invokeinterface org.eclipse.jdt.core.IType.exists:()Z
            ifeq 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.javaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            invokeinterface org.eclipse.jdt.core.IJavaProject.exists:()Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;

  public void fireChange();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 373
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getClonedChangeListeners:()Ljava/util/ArrayList;
            astore 1 /* listeners */
        start local 1 // java.util.ArrayList listeners
         1: .line 374
            aload 1 /* listeners */
            ifnonnull 3
         2: .line 375
            return
         3: .line 377
      StackMap locals: java.util.ArrayList
      StackMap stack:
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.DEBUG:Z
            ifeq 7
         4: .line 378
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "FIRING hierarchy change ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 379
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 7
         6: .line 380
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "    for hierarchy focused on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            checkcast org.eclipse.jdt.internal.core.JavaElement
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.toStringWithAncestors:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         7: .line 384
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 12
         9: .line 385
      StackMap locals: int
      StackMap stack:
            aload 1 /* listeners */
            iload 2 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.ITypeHierarchyChangedListener
            astore 3 /* listener */
        start local 3 // org.eclipse.jdt.core.ITypeHierarchyChangedListener listener
        10: .line 386
            new org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy$1
            dup
            aload 0 /* this */
            aload 3 /* listener */
            invokespecial org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy$1.<init>:(Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;)V
            invokestatic org.eclipse.core.runtime.SafeRunner.run:(Lorg/eclipse/core/runtime/ISafeRunnable;)V
        end local 3 // org.eclipse.jdt.core.ITypeHierarchyChangedListener listener
        11: .line 384
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            aload 1 /* listeners */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 9
        end local 2 // int i
        13: .line 397
            return
        end local 1 // java.util.ArrayList listeners
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            1   14     1  listeners  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;>;
            8   13     2          i  I
           10   11     3   listener  Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;

  private synchronized java.util.ArrayList<org.eclipse.jdt.core.ITypeHierarchyChangedListener> getClonedChangeListeners();
    descriptor: ()Ljava/util/ArrayList;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 400
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.changeListeners:Ljava/util/ArrayList;
            astore 1 /* listeners */
        start local 1 // java.util.ArrayList listeners
         1: .line 401
            aload 1 /* listeners */
            ifnonnull 3
         2: .line 402
            aconst_null
            areturn
         3: .line 404
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 1 /* listeners */
            invokevirtual java.util.ArrayList.clone:()Ljava/lang/Object;
            checkcast java.util.ArrayList
            areturn
        end local 1 // java.util.ArrayList listeners
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            1    4     1  listeners  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;>;
    Signature: ()Ljava/util/ArrayList<Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;>;

  private static byte[] flagsToBytes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Integer flags
         0: .line 407
            aload 0 /* flags */
            ifnull 2
         1: .line 408
            aload 0 /* flags */
            invokevirtual java.lang.Integer.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            areturn
         2: .line 410
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_FLAGS:[B
            areturn
        end local 0 // java.lang.Integer flags
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  flags  Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      flags  

  public org.eclipse.jdt.core.IType[] getAllClasses();
    descriptor: ()[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 419
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.copy:()Lorg/eclipse/jdt/internal/core/TypeVector;
            astore 1 /* classes */
        start local 1 // org.eclipse.jdt.internal.core.TypeVector classes
         1: .line 420
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.classToSuperclass:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         2: goto 4
         3: .line 421
      StackMap locals: org.eclipse.jdt.internal.core.TypeVector java.util.Iterator
      StackMap stack:
            aload 1 /* classes */
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.add:(Lorg/eclipse/jdt/core/IType;)V
         4: .line 420
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 2 // java.util.Iterator iter
         5: .line 423
            aload 1 /* classes */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.elements:()[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 1 // org.eclipse.jdt.internal.core.TypeVector classes
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            1    6     1  classes  Lorg/eclipse/jdt/internal/core/TypeVector;
            2    5     2     iter  Ljava/util/Iterator<Lorg/eclipse/jdt/core/IType;>;

  public org.eclipse.jdt.core.IType[] getAllInterfaces();
    descriptor: ()[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 430
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.interfaces:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.eclipse.jdt.core.IType
            astore 1 /* collection */
        start local 1 // org.eclipse.jdt.core.IType[] collection
         1: .line 431
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.interfaces:Ljava/util/ArrayList;
            aload 1 /* collection */
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
         2: .line 432
            aload 1 /* collection */
            areturn
        end local 1 // org.eclipse.jdt.core.IType[] collection
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            1    3     1  collection  [Lorg/eclipse/jdt/core/IType;

  public org.eclipse.jdt.core.IType[] getAllSubtypes(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[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.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 439
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllSubtypesForType:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    1     1  type  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  private org.eclipse.jdt.core.IType[] getAllSubtypesForType(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 445
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* subTypes */
        start local 2 // java.util.ArrayList subTypes
         1: .line 446
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* subTypes */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllSubtypesForType0:(Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)V
         2: .line 447
            aload 2 /* subTypes */
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.eclipse.jdt.core.IType
            astore 3 /* subClasses */
        start local 3 // org.eclipse.jdt.core.IType[] subClasses
         3: .line 448
            aload 2 /* subTypes */
            aload 3 /* subClasses */
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
         4: .line 449
            aload 3 /* subClasses */
            areturn
        end local 3 // org.eclipse.jdt.core.IType[] subClasses
        end local 2 // java.util.ArrayList subTypes
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    5     1        type  Lorg/eclipse/jdt/core/IType;
            1    5     2    subTypes  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
            3    5     3  subClasses  [Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  private void getAllSubtypesForType0(org.eclipse.jdt.core.IType, java.util.ArrayList<org.eclipse.jdt.core.IType>);
    descriptor: (Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
        start local 2 // java.util.ArrayList subs
         0: .line 454
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getSubtypesForType:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
            astore 3 /* subTypes */
        start local 3 // org.eclipse.jdt.core.IType[] subTypes
         1: .line 455
            aload 3 /* subTypes */
            arraylength
            ifeq 10
         2: .line 456
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 9
         4: .line 457
      StackMap locals: org.eclipse.jdt.core.IType[] int
      StackMap stack:
            aload 3 /* subTypes */
            iload 4 /* i */
            aaload
            astore 5 /* subType */
        start local 5 // org.eclipse.jdt.core.IType subType
         5: .line 458
            aload 2 /* subs */
            aload 5 /* subType */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 6
            goto 8
         6: .line 459
      StackMap locals: org.eclipse.jdt.core.IType
      StackMap stack:
            aload 2 /* subs */
            aload 5 /* subType */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 460
            aload 0 /* this */
            aload 5 /* subType */
            aload 2 /* subs */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllSubtypesForType0:(Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)V
        end local 5 // org.eclipse.jdt.core.IType subType
         8: .line 456
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 3 /* subTypes */
            arraylength
            if_icmplt 4
        end local 4 // int i
        10: .line 463
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.core.IType[] subTypes
        end local 2 // java.util.ArrayList subs
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   11     1      type  Lorg/eclipse/jdt/core/IType;
            0   11     2      subs  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
            1   11     3  subTypes  [Lorg/eclipse/jdt/core/IType;
            3   10     4         i  I
            5    8     5   subType  Lorg/eclipse/jdt/core/IType;
    Signature: (Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;)V
    MethodParameters:
      Name  Flags
      type  
      subs  

  public org.eclipse.jdt.core.IType[] getAllSuperclasses(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 469
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getSuperclass:(Lorg/eclipse/jdt/core/IType;)Lorg/eclipse/jdt/core/IType;
            astore 2 /* superclass */
        start local 2 // org.eclipse.jdt.core.IType superclass
         1: .line 470
            new org.eclipse.jdt.internal.core.TypeVector
            dup
            invokespecial org.eclipse.jdt.internal.core.TypeVector.<init>:()V
            astore 3 /* supers */
        start local 3 // org.eclipse.jdt.internal.core.TypeVector supers
         2: .line 471
            goto 5
         3: .line 472
      StackMap locals: org.eclipse.jdt.core.IType org.eclipse.jdt.internal.core.TypeVector
      StackMap stack:
            aload 3 /* supers */
            aload 2 /* superclass */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.add:(Lorg/eclipse/jdt/core/IType;)V
         4: .line 473
            aload 0 /* this */
            aload 2 /* superclass */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getSuperclass:(Lorg/eclipse/jdt/core/IType;)Lorg/eclipse/jdt/core/IType;
            astore 2 /* superclass */
         5: .line 471
      StackMap locals:
      StackMap stack:
            aload 2 /* superclass */
            ifnonnull 3
         6: .line 475
            aload 3 /* supers */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.elements:()[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 3 // org.eclipse.jdt.internal.core.TypeVector supers
        end local 2 // org.eclipse.jdt.core.IType superclass
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    7     1        type  Lorg/eclipse/jdt/core/IType;
            1    7     2  superclass  Lorg/eclipse/jdt/core/IType;
            2    7     3      supers  Lorg/eclipse/jdt/internal/core/TypeVector;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.core.IType[] getAllSuperInterfaces(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 482
            aload 0 /* this */
            aload 1 /* type */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllSuperInterfaces0:(Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)Ljava/util/ArrayList;
            astore 2 /* supers */
        start local 2 // java.util.ArrayList supers
         1: .line 483
            aload 2 /* supers */
            ifnonnull 3
         2: .line 484
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_TYPE:[Lorg/eclipse/jdt/core/IType;
            areturn
         3: .line 485
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 2 /* supers */
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.eclipse.jdt.core.IType
            astore 3 /* superinterfaces */
        start local 3 // org.eclipse.jdt.core.IType[] superinterfaces
         4: .line 486
            aload 2 /* supers */
            aload 3 /* superinterfaces */
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
         5: .line 487
            aload 3 /* superinterfaces */
            areturn
        end local 3 // org.eclipse.jdt.core.IType[] superinterfaces
        end local 2 // java.util.ArrayList supers
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    6     1             type  Lorg/eclipse/jdt/core/IType;
            1    6     2           supers  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
            4    6     3  superinterfaces  [Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  private java.util.ArrayList<org.eclipse.jdt.core.IType> getAllSuperInterfaces0(org.eclipse.jdt.core.IType, java.util.ArrayList<org.eclipse.jdt.core.IType>);
    descriptor: (Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
        start local 2 // java.util.ArrayList supers
         0: .line 490
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSuperInterfaces:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType[]
            astore 3 /* superinterfaces */
        start local 3 // org.eclipse.jdt.core.IType[] superinterfaces
         1: .line 491
            aload 3 /* superinterfaces */
            ifnonnull 3
         2: .line 492
            aload 2 /* supers */
            areturn
         3: .line 493
      StackMap locals: org.eclipse.jdt.core.IType[]
      StackMap stack:
            aload 3 /* superinterfaces */
            arraylength
            ifeq 14
         4: .line 494
            aload 2 /* supers */
            ifnonnull 6
         5: .line 495
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* supers */
         6: .line 496
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i1 */
        start local 4 // int i1
         7: goto 13
         8: .line 497
      StackMap locals: int
      StackMap stack:
            aload 3 /* superinterfaces */
            iload 4 /* i1 */
            aaload
            astore 5 /* element */
        start local 5 // org.eclipse.jdt.core.IType element
         9: .line 498
            aload 2 /* supers */
            aload 5 /* element */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 10
            goto 12
        10: .line 499
      StackMap locals: org.eclipse.jdt.core.IType
      StackMap stack:
            aload 2 /* supers */
            aload 5 /* element */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        11: .line 500
            aload 0 /* this */
            aload 5 /* element */
            aload 2 /* supers */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllSuperInterfaces0:(Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)Ljava/util/ArrayList;
            astore 2 /* supers */
        end local 5 // org.eclipse.jdt.core.IType element
        12: .line 496
      StackMap locals:
      StackMap stack:
            iinc 4 /* i1 */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i1 */
            aload 3 /* superinterfaces */
            arraylength
            if_icmplt 8
        end local 4 // int i1
        14: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.classToSuperclass:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            astore 4 /* superclass */
        start local 4 // org.eclipse.jdt.core.IType superclass
        15: .line 504
            aload 4 /* superclass */
            ifnull 17
        16: .line 505
            aload 0 /* this */
            aload 4 /* superclass */
            aload 2 /* supers */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllSuperInterfaces0:(Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)Ljava/util/ArrayList;
            astore 2 /* supers */
        17: .line 507
      StackMap locals: org.eclipse.jdt.core.IType
      StackMap stack:
            aload 2 /* supers */
            areturn
        end local 4 // org.eclipse.jdt.core.IType superclass
        end local 3 // org.eclipse.jdt.core.IType[] superinterfaces
        end local 2 // java.util.ArrayList supers
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   18     0             this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   18     1             type  Lorg/eclipse/jdt/core/IType;
            0   18     2           supers  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
            1   18     3  superinterfaces  [Lorg/eclipse/jdt/core/IType;
            7   14     4               i1  I
            9   12     5          element  Lorg/eclipse/jdt/core/IType;
           15   18     4       superclass  Lorg/eclipse/jdt/core/IType;
    Signature: (Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;)Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
    MethodParameters:
        Name  Flags
      type    
      supers  

  public org.eclipse.jdt.core.IType[] getAllSupertypes(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 514
            aload 0 /* this */
            aload 1 /* type */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllSupertypes0:(Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)Ljava/util/ArrayList;
            astore 2 /* supers */
        start local 2 // java.util.ArrayList supers
         1: .line 515
            aload 2 /* supers */
            ifnonnull 3
         2: .line 516
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_TYPE:[Lorg/eclipse/jdt/core/IType;
            areturn
         3: .line 517
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 2 /* supers */
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.eclipse.jdt.core.IType
            astore 3 /* supertypes */
        start local 3 // org.eclipse.jdt.core.IType[] supertypes
         4: .line 518
            aload 2 /* supers */
            aload 3 /* supertypes */
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
         5: .line 519
            aload 3 /* supertypes */
            areturn
        end local 3 // org.eclipse.jdt.core.IType[] supertypes
        end local 2 // java.util.ArrayList supers
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    6     1        type  Lorg/eclipse/jdt/core/IType;
            1    6     2      supers  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
            4    6     3  supertypes  [Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  private java.util.ArrayList<org.eclipse.jdt.core.IType> getAllSupertypes0(org.eclipse.jdt.core.IType, java.util.ArrayList<org.eclipse.jdt.core.IType>);
    descriptor: (Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
        start local 2 // java.util.ArrayList supers
         0: .line 522
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSuperInterfaces:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType[]
            astore 3 /* superinterfaces */
        start local 3 // org.eclipse.jdt.core.IType[] superinterfaces
         1: .line 523
            aload 3 /* superinterfaces */
            ifnonnull 3
         2: .line 524
            aload 2 /* supers */
            areturn
         3: .line 525
      StackMap locals: org.eclipse.jdt.core.IType[]
      StackMap stack:
            aload 3 /* superinterfaces */
            arraylength
            ifeq 14
         4: .line 526
            aload 2 /* supers */
            ifnonnull 6
         5: .line 527
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* supers */
         6: .line 528
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i1 */
        start local 4 // int i1
         7: goto 13
         8: .line 529
      StackMap locals: int
      StackMap stack:
            aload 3 /* superinterfaces */
            iload 4 /* i1 */
            aaload
            astore 5 /* element */
        start local 5 // org.eclipse.jdt.core.IType element
         9: .line 530
            aload 2 /* supers */
            aload 5 /* element */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifne 12
        10: .line 531
            aload 2 /* supers */
            aload 5 /* element */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        11: .line 532
            aload 0 /* this */
            aload 5 /* element */
            aload 2 /* supers */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllSuperInterfaces0:(Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)Ljava/util/ArrayList;
            astore 2 /* supers */
        end local 5 // org.eclipse.jdt.core.IType element
        12: .line 528
      StackMap locals:
      StackMap stack:
            iinc 4 /* i1 */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i1 */
            aload 3 /* superinterfaces */
            arraylength
            if_icmplt 8
        end local 4 // int i1
        14: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.classToSuperclass:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            astore 4 /* superclass */
        start local 4 // org.eclipse.jdt.core.IType superclass
        15: .line 537
            aload 4 /* superclass */
            ifnull 20
        16: .line 538
            aload 2 /* supers */
            ifnonnull 18
        17: .line 539
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* supers */
        18: .line 540
      StackMap locals: org.eclipse.jdt.core.IType
      StackMap stack:
            aload 2 /* supers */
            aload 4 /* superclass */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        19: .line 541
            aload 0 /* this */
            aload 4 /* superclass */
            aload 2 /* supers */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllSupertypes0:(Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList;)Ljava/util/ArrayList;
            astore 2 /* supers */
        20: .line 543
      StackMap locals:
      StackMap stack:
            aload 2 /* supers */
            areturn
        end local 4 // org.eclipse.jdt.core.IType superclass
        end local 3 // org.eclipse.jdt.core.IType[] superinterfaces
        end local 2 // java.util.ArrayList supers
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   21     0             this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   21     1             type  Lorg/eclipse/jdt/core/IType;
            0   21     2           supers  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
            1   21     3  superinterfaces  [Lorg/eclipse/jdt/core/IType;
            7   14     4               i1  I
            9   12     5          element  Lorg/eclipse/jdt/core/IType;
           15   21     4       superclass  Lorg/eclipse/jdt/core/IType;
    Signature: (Lorg/eclipse/jdt/core/IType;Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;)Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
    MethodParameters:
        Name  Flags
      type    
      supers  

  public org.eclipse.jdt.core.IType[] getAllTypes();
    descriptor: ()[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 550
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllClasses:()[Lorg/eclipse/jdt/core/IType;
            astore 1 /* classes */
        start local 1 // org.eclipse.jdt.core.IType[] classes
         1: .line 551
            aload 1 /* classes */
            arraylength
            istore 2 /* classesLength */
        start local 2 // int classesLength
         2: .line 552
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllInterfaces:()[Lorg/eclipse/jdt/core/IType;
            astore 3 /* allInterfaces */
        start local 3 // org.eclipse.jdt.core.IType[] allInterfaces
         3: .line 553
            aload 3 /* allInterfaces */
            arraylength
            istore 4 /* interfacesLength */
        start local 4 // int interfacesLength
         4: .line 554
            iload 2 /* classesLength */
            iload 4 /* interfacesLength */
            iadd
            anewarray org.eclipse.jdt.core.IType
            astore 5 /* all */
        start local 5 // org.eclipse.jdt.core.IType[] all
         5: .line 555
            aload 1 /* classes */
            iconst_0
            aload 5 /* all */
            iconst_0
            iload 2 /* classesLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 556
            aload 3 /* allInterfaces */
            iconst_0
            aload 5 /* all */
            iload 2 /* classesLength */
            iload 4 /* interfacesLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 557
            aload 5 /* all */
            areturn
        end local 5 // org.eclipse.jdt.core.IType[] all
        end local 4 // int interfacesLength
        end local 3 // org.eclipse.jdt.core.IType[] allInterfaces
        end local 2 // int classesLength
        end local 1 // org.eclipse.jdt.core.IType[] classes
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            1    8     1           classes  [Lorg/eclipse/jdt/core/IType;
            2    8     2     classesLength  I
            3    8     3     allInterfaces  [Lorg/eclipse/jdt/core/IType;
            4    8     4  interfacesLength  I
            5    8     5               all  [Lorg/eclipse/jdt/core/IType;

  public int getCachedFlags(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 565
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeFlags:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 2 /* flagObject */
        start local 2 // java.lang.Integer flagObject
         1: .line 566
            aload 2 /* flagObject */
            ifnull 3
         2: .line 567
            aload 2 /* flagObject */
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         3: .line 569
      StackMap locals: java.lang.Integer
      StackMap stack:
            iconst_m1
            ireturn
        end local 2 // java.lang.Integer flagObject
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    4     1        type  Lorg/eclipse/jdt/core/IType;
            1    4     2  flagObject  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.core.IType[] getExtendingInterfaces(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[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.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 577
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isInterface:(Lorg/eclipse/jdt/core/IType;)Z
            ifne 1
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_TYPE:[Lorg/eclipse/jdt/core/IType;
            areturn
         1: .line 578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getExtendingInterfaces0:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    2     1  type  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  private org.eclipse.jdt.core.IType[] getExtendingInterfaces0(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType extendedInterface
         0: .line 585
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSuperInterfaces:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: .line 586
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* interfaceList */
        start local 3 // java.util.ArrayList interfaceList
         2: .line 587
            goto 16
         3: .line 588
      StackMap locals: java.util.Iterator java.util.ArrayList
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         4: .line 589
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            astore 5 /* type */
        start local 5 // org.eclipse.jdt.core.IType type
         5: .line 590
            aload 0 /* this */
            aload 5 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isInterface:(Lorg/eclipse/jdt/core/IType;)Z
            ifne 7
         6: .line 591
            goto 16
         7: .line 593
      StackMap locals: java.util.Map$Entry org.eclipse.jdt.core.IType
      StackMap stack:
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType[]
            astore 6 /* superInterfaces */
        start local 6 // org.eclipse.jdt.core.IType[] superInterfaces
         8: .line 594
            aload 6 /* superInterfaces */
            ifnull 16
         9: .line 595
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        10: goto 15
        11: .line 596
      StackMap locals: org.eclipse.jdt.core.IType[] int
      StackMap stack:
            aload 6 /* superInterfaces */
            iload 7 /* i */
            aaload
            astore 8 /* superInterface */
        start local 8 // org.eclipse.jdt.core.IType superInterface
        12: .line 597
            aload 8 /* superInterface */
            aload 1 /* extendedInterface */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 14
        13: .line 598
            aload 3 /* interfaceList */
            aload 5 /* type */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // org.eclipse.jdt.core.IType superInterface
        14: .line 595
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* i */
            aload 6 /* superInterfaces */
            arraylength
            if_icmplt 11
        end local 7 // int i
        end local 6 // org.eclipse.jdt.core.IType[] superInterfaces
        end local 5 // org.eclipse.jdt.core.IType type
        end local 4 // java.util.Map$Entry entry
        16: .line 587
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType java.util.Iterator java.util.ArrayList
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        17: .line 603
            aload 3 /* interfaceList */
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.eclipse.jdt.core.IType
            astore 4 /* extendingInterfaces */
        start local 4 // org.eclipse.jdt.core.IType[] extendingInterfaces
        18: .line 604
            aload 3 /* interfaceList */
            aload 4 /* extendingInterfaces */
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
        19: .line 605
            aload 4 /* extendingInterfaces */
            areturn
        end local 4 // org.eclipse.jdt.core.IType[] extendingInterfaces
        end local 3 // java.util.ArrayList interfaceList
        end local 2 // java.util.Iterator iter
        end local 1 // org.eclipse.jdt.core.IType extendedInterface
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   20     0                 this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   20     1    extendedInterface  Lorg/eclipse/jdt/core/IType;
            1   20     2                 iter  Ljava/util/Iterator<Ljava/util/Map$Entry<Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/IType;>;>;
            2   20     3        interfaceList  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
            4   16     4                entry  Ljava/util/Map$Entry<Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/IType;>;
            5   16     5                 type  Lorg/eclipse/jdt/core/IType;
            8   16     6      superInterfaces  [Lorg/eclipse/jdt/core/IType;
           10   16     7                    i  I
           12   14     8       superInterface  Lorg/eclipse/jdt/core/IType;
           18   20     4  extendingInterfaces  [Lorg/eclipse/jdt/core/IType;
    MethodParameters:
                   Name  Flags
      extendedInterface  

  public org.eclipse.jdt.core.IType[] getImplementingClasses(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[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.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 612
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isInterface:(Lorg/eclipse/jdt/core/IType;)Z
            ifne 2
         1: .line 613
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_TYPE:[Lorg/eclipse/jdt/core/IType;
            areturn
         2: .line 615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getImplementingClasses0:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    3     1  type  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  private org.eclipse.jdt.core.IType[] getImplementingClasses0(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType interfce
         0: .line 623
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSuperInterfaces:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: .line 624
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* iMenters */
        start local 3 // java.util.ArrayList iMenters
         2: .line 625
            goto 15
         3: .line 626
      StackMap locals: java.util.Iterator java.util.ArrayList
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         4: .line 627
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            astore 5 /* type */
        start local 5 // org.eclipse.jdt.core.IType type
         5: .line 628
            aload 0 /* this */
            aload 5 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isInterface:(Lorg/eclipse/jdt/core/IType;)Z
            ifeq 7
         6: .line 629
            goto 15
         7: .line 631
      StackMap locals: java.util.Map$Entry org.eclipse.jdt.core.IType
      StackMap stack:
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType[]
            astore 6 /* types */
        start local 6 // org.eclipse.jdt.core.IType[] types
         8: .line 632
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 14
        10: .line 633
      StackMap locals: org.eclipse.jdt.core.IType[] int
      StackMap stack:
            aload 6 /* types */
            iload 7 /* i */
            aaload
            astore 8 /* iFace */
        start local 8 // org.eclipse.jdt.core.IType iFace
        11: .line 634
            aload 8 /* iFace */
            aload 1 /* interfce */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 13
        12: .line 635
            aload 3 /* iMenters */
            aload 5 /* type */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // org.eclipse.jdt.core.IType iFace
        13: .line 632
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 7 /* i */
            aload 6 /* types */
            arraylength
            if_icmplt 10
        end local 7 // int i
        end local 6 // org.eclipse.jdt.core.IType[] types
        end local 5 // org.eclipse.jdt.core.IType type
        end local 4 // java.util.Map$Entry entry
        15: .line 625
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType java.util.Iterator java.util.ArrayList
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        16: .line 639
            aload 3 /* iMenters */
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.eclipse.jdt.core.IType
            astore 4 /* implementers */
        start local 4 // org.eclipse.jdt.core.IType[] implementers
        17: .line 640
            aload 3 /* iMenters */
            aload 4 /* implementers */
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
        18: .line 641
            aload 4 /* implementers */
            areturn
        end local 4 // org.eclipse.jdt.core.IType[] implementers
        end local 3 // java.util.ArrayList iMenters
        end local 2 // java.util.Iterator iter
        end local 1 // org.eclipse.jdt.core.IType interfce
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   19     1      interfce  Lorg/eclipse/jdt/core/IType;
            1   19     2          iter  Ljava/util/Iterator<Ljava/util/Map$Entry<Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/IType;>;>;
            2   19     3      iMenters  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/IType;>;
            4   15     4         entry  Ljava/util/Map$Entry<Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/IType;>;
            5   15     5          type  Lorg/eclipse/jdt/core/IType;
            8   15     6         types  [Lorg/eclipse/jdt/core/IType;
            9   15     7             i  I
           11   13     8         iFace  Lorg/eclipse/jdt/core/IType;
           17   19     4  implementers  [Lorg/eclipse/jdt/core/IType;
    MethodParameters:
          Name  Flags
      interfce  

  public org.eclipse.jdt.core.IType[] getRootClasses();
    descriptor: ()[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 648
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.elements:()[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;

  public org.eclipse.jdt.core.IType[] getRootInterfaces();
    descriptor: ()[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 655
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllInterfaces:()[Lorg/eclipse/jdt/core/IType;
            astore 1 /* allInterfaces */
        start local 1 // org.eclipse.jdt.core.IType[] allInterfaces
         1: .line 656
            aload 1 /* allInterfaces */
            arraylength
            anewarray org.eclipse.jdt.core.IType
            astore 2 /* roots */
        start local 2 // org.eclipse.jdt.core.IType[] roots
         2: .line 657
            iconst_0
            istore 3 /* rootNumber */
        start local 3 // int rootNumber
         3: .line 658
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 9
         5: .line 659
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] org.eclipse.jdt.core.IType[] int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* allInterfaces */
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getSuperInterfaces:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
            astore 5 /* superInterfaces */
        start local 5 // org.eclipse.jdt.core.IType[] superInterfaces
         6: .line 660
            aload 5 /* superInterfaces */
            ifnull 7
            aload 5 /* superInterfaces */
            arraylength
            ifne 8
         7: .line 661
      StackMap locals: org.eclipse.jdt.core.IType[]
      StackMap stack:
            aload 2 /* roots */
            iload 3 /* rootNumber */
            iinc 3 /* rootNumber */ 1
            aload 1 /* allInterfaces */
            iload 4 /* i */
            aaload
            aastore
        end local 5 // org.eclipse.jdt.core.IType[] superInterfaces
         8: .line 658
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 1 /* allInterfaces */
            arraylength
            if_icmplt 5
        end local 4 // int i
        10: .line 664
            iload 3 /* rootNumber */
            anewarray org.eclipse.jdt.core.IType
            astore 4 /* result */
        start local 4 // org.eclipse.jdt.core.IType[] result
        11: .line 665
            aload 4 /* result */
            arraylength
            ifle 13
        12: .line 666
            aload 2 /* roots */
            iconst_0
            aload 4 /* result */
            iconst_0
            iload 3 /* rootNumber */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 668
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] org.eclipse.jdt.core.IType[] int org.eclipse.jdt.core.IType[]
      StackMap stack:
            aload 4 /* result */
            areturn
        end local 4 // org.eclipse.jdt.core.IType[] result
        end local 3 // int rootNumber
        end local 2 // org.eclipse.jdt.core.IType[] roots
        end local 1 // org.eclipse.jdt.core.IType[] allInterfaces
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   14     0             this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            1   14     1    allInterfaces  [Lorg/eclipse/jdt/core/IType;
            2   14     2            roots  [Lorg/eclipse/jdt/core/IType;
            3   14     3       rootNumber  I
            4   10     4                i  I
            6    8     5  superInterfaces  [Lorg/eclipse/jdt/core/IType;
           11   14     4           result  [Lorg/eclipse/jdt/core/IType;

  public org.eclipse.jdt.core.IType[] getSubclasses(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 675
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isInterface:(Lorg/eclipse/jdt/core/IType;)Z
            ifeq 2
         1: .line 676
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_TYPE:[Lorg/eclipse/jdt/core/IType;
            areturn
         2: .line 678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSubtypes:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.core.TypeVector
            astore 2 /* vector */
        start local 2 // org.eclipse.jdt.internal.core.TypeVector vector
         3: .line 679
            aload 2 /* vector */
            ifnonnull 5
         4: .line 680
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_TYPE:[Lorg/eclipse/jdt/core/IType;
            areturn
         5: .line 682
      StackMap locals: org.eclipse.jdt.internal.core.TypeVector
      StackMap stack:
            aload 2 /* vector */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.elements:()[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 2 // org.eclipse.jdt.internal.core.TypeVector vector
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    6     1    type  Lorg/eclipse/jdt/core/IType;
            3    6     2  vector  Lorg/eclipse/jdt/internal/core/TypeVector;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.core.IType[] getSubtypes(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[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.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 689
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getSubtypesForType:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    1     1  type  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  private org.eclipse.jdt.core.IType[] getSubtypesForType(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 695
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSubtypes:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.core.TypeVector
            astore 2 /* vector */
        start local 2 // org.eclipse.jdt.internal.core.TypeVector vector
         1: .line 696
            aload 2 /* vector */
            ifnonnull 3
         2: .line 697
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_TYPE:[Lorg/eclipse/jdt/core/IType;
            areturn
         3: .line 699
      StackMap locals: org.eclipse.jdt.internal.core.TypeVector
      StackMap stack:
            aload 2 /* vector */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.elements:()[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 2 // org.eclipse.jdt.internal.core.TypeVector vector
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    4     1    type  Lorg/eclipse/jdt/core/IType;
            1    4     2  vector  Lorg/eclipse/jdt/internal/core/TypeVector;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.core.IType getSuperclass(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)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.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 706
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isInterface:(Lorg/eclipse/jdt/core/IType;)Z
            ifeq 2
         1: .line 707
            aconst_null
            areturn
         2: .line 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.classToSuperclass:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            areturn
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    3     1  type  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.core.IType[] getSuperInterfaces(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 716
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSuperInterfaces:Ljava/util/Map;
            aload 1 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType[]
            astore 2 /* types */
        start local 2 // org.eclipse.jdt.core.IType[] types
         1: .line 717
            aload 2 /* types */
            ifnonnull 3
         2: .line 718
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.NO_TYPE:[Lorg/eclipse/jdt/core/IType;
            areturn
         3: .line 720
      StackMap locals: org.eclipse.jdt.core.IType[]
      StackMap stack:
            aload 2 /* types */
            areturn
        end local 2 // org.eclipse.jdt.core.IType[] types
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    4     1   type  Lorg/eclipse/jdt/core/IType;
            1    4     2  types  [Lorg/eclipse/jdt/core/IType;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.core.IType[] getSupertypes(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 727
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getSuperclass:(Lorg/eclipse/jdt/core/IType;)Lorg/eclipse/jdt/core/IType;
            astore 2 /* superclass */
        start local 2 // org.eclipse.jdt.core.IType superclass
         1: .line 728
            aload 2 /* superclass */
            ifnonnull 3
         2: .line 729
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getSuperInterfaces:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
            areturn
         3: .line 731
      StackMap locals: org.eclipse.jdt.core.IType
      StackMap stack:
            new org.eclipse.jdt.internal.core.TypeVector
            dup
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getSuperInterfaces:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
            invokespecial org.eclipse.jdt.internal.core.TypeVector.<init>:([Lorg/eclipse/jdt/core/IType;)V
            astore 3 /* superTypes */
        start local 3 // org.eclipse.jdt.internal.core.TypeVector superTypes
         4: .line 732
            aload 3 /* superTypes */
            aload 2 /* superclass */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.add:(Lorg/eclipse/jdt/core/IType;)V
         5: .line 733
            aload 3 /* superTypes */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.elements:()[Lorg/eclipse/jdt/core/IType;
            areturn
        end local 3 // org.eclipse.jdt.internal.core.TypeVector superTypes
        end local 2 // org.eclipse.jdt.core.IType superclass
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    6     1        type  Lorg/eclipse/jdt/core/IType;
            1    6     2  superclass  Lorg/eclipse/jdt/core/IType;
            4    6     3  superTypes  Lorg/eclipse/jdt/internal/core/TypeVector;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.core.IType getType();
    descriptor: ()Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 741
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;

  protected org.eclipse.jdt.core.IType[] growAndAddToArray(org.eclipse.jdt.core.IType[], org.eclipse.jdt.core.IType[]);
    descriptor: ([Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType[] array
        start local 2 // org.eclipse.jdt.core.IType[] additions
         0: .line 748
            aload 1 /* array */
            ifnull 1
            aload 1 /* array */
            arraylength
            ifne 2
         1: .line 749
      StackMap locals:
      StackMap stack:
            aload 2 /* additions */
            areturn
         2: .line 751
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            astore 3 /* old */
        start local 3 // org.eclipse.jdt.core.IType[] old
         3: .line 752
            aload 3 /* old */
            arraylength
            aload 2 /* additions */
            arraylength
            iadd
            anewarray org.eclipse.jdt.core.IType
            astore 1 /* array */
         4: .line 753
            aload 3 /* old */
            iconst_0
            aload 1 /* array */
            iconst_0
            aload 3 /* old */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 754
            aload 2 /* additions */
            iconst_0
            aload 1 /* array */
            aload 3 /* old */
            arraylength
            aload 2 /* additions */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 755
            aload 1 /* array */
            areturn
        end local 3 // org.eclipse.jdt.core.IType[] old
        end local 2 // org.eclipse.jdt.core.IType[] additions
        end local 1 // org.eclipse.jdt.core.IType[] array
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    7     1      array  [Lorg/eclipse/jdt/core/IType;
            0    7     2  additions  [Lorg/eclipse/jdt/core/IType;
            3    7     3        old  [Lorg/eclipse/jdt/core/IType;
    MethodParameters:
           Name  Flags
      array      
      additions  

  protected org.eclipse.jdt.core.IType[] growAndAddToArray(org.eclipse.jdt.core.IType[], org.eclipse.jdt.core.IType);
    descriptor: ([Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType[] array
        start local 2 // org.eclipse.jdt.core.IType addition
         0: .line 762
            aload 1 /* array */
            ifnull 1
            aload 1 /* array */
            arraylength
            ifne 2
         1: .line 763
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray org.eclipse.jdt.core.IType
            dup
            iconst_0
            aload 2 /* addition */
            aastore
            areturn
         2: .line 765
      StackMap locals:
      StackMap stack:
            aload 1 /* array */
            astore 3 /* old */
        start local 3 // org.eclipse.jdt.core.IType[] old
         3: .line 766
            aload 3 /* old */
            arraylength
            iconst_1
            iadd
            anewarray org.eclipse.jdt.core.IType
            astore 1 /* array */
         4: .line 767
            aload 3 /* old */
            iconst_0
            aload 1 /* array */
            iconst_0
            aload 3 /* old */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 768
            aload 1 /* array */
            aload 3 /* old */
            arraylength
            aload 2 /* addition */
            aastore
         6: .line 769
            aload 1 /* array */
            areturn
        end local 3 // org.eclipse.jdt.core.IType[] old
        end local 2 // org.eclipse.jdt.core.IType addition
        end local 1 // org.eclipse.jdt.core.IType[] array
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    7     1     array  [Lorg/eclipse/jdt/core/IType;
            0    7     2  addition  Lorg/eclipse/jdt/core/IType;
            3    7     3       old  [Lorg/eclipse/jdt/core/IType;
    MethodParameters:
          Name  Flags
      array     
      addition  

  public boolean hasFineGrainChanges();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 775
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.changeCollector:Lorg/eclipse/jdt/internal/core/hierarchy/ChangeCollector;
            astore 1 /* collector */
        start local 1 // org.eclipse.jdt.internal.core.hierarchy.ChangeCollector collector
         1: .line 776
            aload 1 /* collector */
            ifnull 2
            aload 1 /* collector */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.ChangeCollector.needsRefresh:()Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.ChangeCollector
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.internal.core.hierarchy.ChangeCollector collector
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            1    3     1  collector  Lorg/eclipse/jdt/internal/core/hierarchy/ChangeCollector;

  private boolean hasSubtypeNamed(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // java.lang.String name
         0: .line 783
            iconst_m1
            istore 2 /* idx */
        start local 2 // int idx
         1: .line 784
            aload 1 /* name */
            bipush 60
            invokevirtual java.lang.String.indexOf:(I)I
            dup
            istore 2 /* idx */
            iconst_m1
            if_icmple 2
            aload 1 /* name */
            iconst_0
            iload 2 /* idx */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* name */
      StackMap locals:
      StackMap stack: java.lang.String
         3: astore 3 /* rawName */
        start local 3 // java.lang.String rawName
         4: .line 785
            aload 3 /* rawName */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            dup
            istore 2 /* idx */
            iconst_m1
            if_icmple 5
            aload 3 /* rawName */
            iload 2 /* idx */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            goto 6
      StackMap locals: java.lang.String
      StackMap stack:
         5: aload 3 /* rawName */
      StackMap locals:
      StackMap stack: java.lang.String
         6: astore 4 /* simpleName */
        start local 4 // java.lang.String simpleName
         7: .line 787
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 9
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            invokeinterface org.eclipse.jdt.core.IType.getElementName:()Ljava/lang/String;
            aload 4 /* simpleName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 788
            iconst_1
            ireturn
         9: .line 790
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnonnull 10
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllTypes:()[Lorg/eclipse/jdt/core/IType;
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllSubtypes:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.core.IType[]
        11: astore 5 /* types */
        start local 5 // org.eclipse.jdt.core.IType[] types
        12: .line 791
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        13: aload 5 /* types */
            arraylength
            istore 7 /* length */
        start local 7 // int length
        14: goto 18
        15: .line 792
      StackMap locals: org.eclipse.jdt.core.IType[] int int
      StackMap stack:
            aload 5 /* types */
            iload 6 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IType.getElementName:()Ljava/lang/String;
            aload 4 /* simpleName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        16: .line 793
            iconst_1
            ireturn
        17: .line 791
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 6 /* i */
            iload 7 /* length */
            if_icmplt 15
        end local 7 // int length
        end local 6 // int i
        19: .line 796
            iconst_0
            ireturn
        end local 5 // org.eclipse.jdt.core.IType[] types
        end local 4 // java.lang.String simpleName
        end local 3 // java.lang.String rawName
        end local 2 // int idx
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   20     1        name  Ljava/lang/String;
            1   20     2         idx  I
            4   20     3     rawName  Ljava/lang/String;
            7   20     4  simpleName  Ljava/lang/String;
           12   20     5       types  [Lorg/eclipse/jdt/core/IType;
           13   19     6           i  I
           14   19     7      length  I
    MethodParameters:
      Name  Flags
      name  

  private boolean hasTypeNamed(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // java.lang.String simpleName
         0: .line 803
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getAllTypes:()[Lorg/eclipse/jdt/core/IType;
            astore 2 /* types */
        start local 2 // org.eclipse.jdt.core.IType[] types
         1: .line 804
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: aload 2 /* types */
            arraylength
            istore 4 /* length */
        start local 4 // int length
         3: goto 7
         4: .line 805
      StackMap locals: org.eclipse.jdt.core.IType[] int int
      StackMap stack:
            aload 2 /* types */
            iload 3 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IType.getElementName:()Ljava/lang/String;
            aload 1 /* simpleName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 806
            iconst_1
            ireturn
         6: .line 804
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 4
        end local 4 // int length
        end local 3 // int i
         8: .line 809
            iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.core.IType[] types
        end local 1 // java.lang.String simpleName
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    9     1  simpleName  Ljava/lang/String;
            1    9     2       types  [Lorg/eclipse/jdt/core/IType;
            2    8     3           i  I
            3    8     4      length  I
    MethodParameters:
            Name  Flags
      simpleName  

  boolean includesTypeOrSupertype(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 819
            aload 0 /* this */
            aload 1 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getElementName:()Ljava/lang/String;
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.hasTypeNamed:(Ljava/lang/String;)Z
            ifeq 2
         1: iconst_1
            ireturn
         2: .line 822
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getSuperclassName:()Ljava/lang/String;
            astore 2 /* superclassName */
        start local 2 // java.lang.String superclassName
         3: .line 823
            aload 2 /* superclassName */
            ifnull 8
         4: .line 824
            aload 2 /* superclassName */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 3 /* lastSeparator */
        start local 3 // int lastSeparator
         5: .line 825
            aload 2 /* superclassName */
            iload 3 /* lastSeparator */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 4 /* simpleName */
        start local 4 // java.lang.String simpleName
         6: .line 826
            aload 0 /* this */
            aload 4 /* simpleName */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.hasTypeNamed:(Ljava/lang/String;)Z
            ifeq 8
         7: iconst_1
            ireturn
        end local 4 // java.lang.String simpleName
        end local 3 // int lastSeparator
         8: .line 830
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getSuperInterfaceNames:()[Ljava/lang/String;
            astore 3 /* superinterfaceNames */
        start local 3 // java.lang.String[] superinterfaceNames
         9: .line 831
            aload 3 /* superinterfaceNames */
            ifnull 22
        10: .line 832
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        11: aload 3 /* superinterfaceNames */
            arraylength
            istore 5 /* length */
        start local 5 // int length
        12: goto 19
        13: .line 833
      StackMap locals: java.lang.String[] int int
      StackMap stack:
            aload 3 /* superinterfaceNames */
            iload 4 /* i */
            aaload
            astore 6 /* superinterfaceName */
        start local 6 // java.lang.String superinterfaceName
        14: .line 834
            aload 6 /* superinterfaceName */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 7 /* lastSeparator */
        start local 7 // int lastSeparator
        15: .line 835
            aload 6 /* superinterfaceName */
            iload 7 /* lastSeparator */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 8 /* simpleName */
        start local 8 // java.lang.String simpleName
        16: .line 836
            aload 0 /* this */
            aload 8 /* simpleName */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.hasTypeNamed:(Ljava/lang/String;)Z
            ifeq 18
        17: iconst_1
            ireturn
        end local 8 // java.lang.String simpleName
        end local 7 // int lastSeparator
        end local 6 // java.lang.String superinterfaceName
        18: .line 832
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 4 /* i */
            iload 5 /* length */
            if_icmplt 13
        end local 5 // int length
        end local 4 // int i
        end local 3 // java.lang.String[] superinterfaceNames
        end local 2 // java.lang.String superclassName
        20: .line 839
            goto 22
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType
      StackMap stack: org.eclipse.jdt.core.JavaModelException
        21: pop
        22: .line 842
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   23     0                 this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   23     1                 type  Lorg/eclipse/jdt/core/IType;
            3   20     2       superclassName  Ljava/lang/String;
            5    8     3        lastSeparator  I
            6    8     4           simpleName  Ljava/lang/String;
            9   20     3  superinterfaceNames  [Ljava/lang/String;
           11   20     4                    i  I
           12   20     5               length  I
           14   18     6   superinterfaceName  Ljava/lang/String;
           15   18     7        lastSeparator  I
           16   18     8           simpleName  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1      21  Class org.eclipse.jdt.core.JavaModelException
           2     7      21  Class org.eclipse.jdt.core.JavaModelException
           8    17      21  Class org.eclipse.jdt.core.JavaModelException
          18    20      21  Class org.eclipse.jdt.core.JavaModelException
    MethodParameters:
      Name  Flags
      type  

  protected void initialize(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // int size
         0: .line 848
            iload 1 /* size */
            bipush 10
            if_icmpge 2
         1: .line 849
            bipush 10
            istore 1 /* size */
         2: .line 851
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            iconst_2
            idiv
            istore 2 /* smallSize */
        start local 2 // int smallSize
         3: .line 852
            aload 0 /* this */
            new java.util.HashMap
            dup
            iload 1 /* size */
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.classToSuperclass:Ljava/util/Map;
         4: .line 853
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iload 2 /* smallSize */
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.interfaces:Ljava/util/ArrayList;
         5: .line 854
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iload 2 /* smallSize */
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.missingTypes:Ljava/util/ArrayList;
         6: .line 855
            aload 0 /* this */
            new org.eclipse.jdt.internal.core.TypeVector
            dup
            invokespecial org.eclipse.jdt.internal.core.TypeVector.<init>:()V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
         7: .line 856
            aload 0 /* this */
            new java.util.HashMap
            dup
            iload 2 /* smallSize */
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSubtypes:Ljava/util/Map;
         8: .line 857
            aload 0 /* this */
            new java.util.HashMap
            dup
            iload 2 /* smallSize */
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSuperInterfaces:Ljava/util/Map;
         9: .line 858
            aload 0 /* this */
            new java.util.HashMap
            dup
            iload 2 /* smallSize */
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeFlags:Ljava/util/Map;
        10: .line 860
            aload 0 /* this */
            new org.eclipse.jdt.internal.core.Region
            dup
            invokespecial org.eclipse.jdt.internal.core.Region.<init>:()V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.projectRegion:Lorg/eclipse/jdt/internal/core/Region;
        11: .line 861
            aload 0 /* this */
            new org.eclipse.jdt.internal.core.Region
            dup
            invokespecial org.eclipse.jdt.internal.core.Region.<init>:()V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.packageRegion:Lorg/eclipse/jdt/internal/core/Region;
        12: .line 862
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_5
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.files:Ljava/util/Map;
        13: .line 863
            return
        end local 2 // int smallSize
        end local 1 // int size
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   14     1       size  I
            3   14     2  smallSize  I
    MethodParameters:
      Name  Flags
      size  

  public synchronized boolean isAffected(org.eclipse.jdt.core.IJavaElementDelta, int);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElementDelta;I)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        start local 2 // int eventType
         0: .line 869
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getElement:()Lorg/eclipse/jdt/core/IJavaElement;
            astore 3 /* element */
        start local 3 // org.eclipse.jdt.core.IJavaElement element
         1: .line 870
            aload 3 /* element */
            invokeinterface org.eclipse.jdt.core.IJavaElement.getElementType:()I
            tableswitch { // 1 - 6
                    1: 2
                    2: 3
                    3: 4
                    4: 5
                    5: 6
                    6: 6
              default: 7
          }
         2: .line 872
      StackMap locals: org.eclipse.jdt.core.IJavaElement
      StackMap stack:
            aload 0 /* this */
            aload 1 /* delta */
            aload 3 /* element */
            iload 2 /* eventType */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffectedByJavaModel:(Lorg/eclipse/jdt/core/IJavaElementDelta;Lorg/eclipse/jdt/core/IJavaElement;I)Z
            ireturn
         3: .line 874
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* delta */
            aload 3 /* element */
            iload 2 /* eventType */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffectedByJavaProject:(Lorg/eclipse/jdt/core/IJavaElementDelta;Lorg/eclipse/jdt/core/IJavaElement;I)Z
            ireturn
         4: .line 876
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* delta */
            aload 3 /* element */
            iload 2 /* eventType */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffectedByPackageFragmentRoot:(Lorg/eclipse/jdt/core/IJavaElementDelta;Lorg/eclipse/jdt/core/IJavaElement;I)Z
            ireturn
         5: .line 878
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* delta */
            aload 3 /* element */
            checkcast org.eclipse.jdt.internal.core.PackageFragment
            iload 2 /* eventType */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffectedByPackageFragment:(Lorg/eclipse/jdt/core/IJavaElementDelta;Lorg/eclipse/jdt/internal/core/PackageFragment;I)Z
            ireturn
         6: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* delta */
            aload 3 /* element */
            iload 2 /* eventType */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffectedByOpenable:(Lorg/eclipse/jdt/core/IJavaElementDelta;Lorg/eclipse/jdt/core/IJavaElement;I)Z
            ireturn
         7: .line 883
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // org.eclipse.jdt.core.IJavaElement element
        end local 2 // int eventType
        end local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    8     1      delta  Lorg/eclipse/jdt/core/IJavaElementDelta;
            0    8     2  eventType  I
            1    8     3    element  Lorg/eclipse/jdt/core/IJavaElement;
    MethodParameters:
           Name  Flags
      delta      
      eventType  

  private boolean isAffectedByChildren(org.eclipse.jdt.core.IJavaElementDelta, int);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElementDelta;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        start local 2 // int eventType
         0: .line 892
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getFlags:()I
            bipush 8
            iand
            ifle 8
         1: .line 893
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getAffectedChildren:()[Lorg/eclipse/jdt/core/IJavaElementDelta;
            astore 3 /* children */
        start local 3 // org.eclipse.jdt.core.IJavaElementDelta[] children
         2: .line 894
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 895
      StackMap locals: org.eclipse.jdt.core.IJavaElementDelta[] int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* children */
            iload 4 /* i */
            aaload
            iload 2 /* eventType */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffected:(Lorg/eclipse/jdt/core/IJavaElementDelta;I)Z
            ifeq 6
         5: .line 896
            iconst_1
            ireturn
         6: .line 894
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 3 /* children */
            arraylength
            if_icmplt 4
        end local 4 // int i
        end local 3 // org.eclipse.jdt.core.IJavaElementDelta[] children
         8: .line 900
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int eventType
        end local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    9     1      delta  Lorg/eclipse/jdt/core/IJavaElementDelta;
            0    9     2  eventType  I
            2    8     3   children  [Lorg/eclipse/jdt/core/IJavaElementDelta;
            3    8     4          i  I
    MethodParameters:
           Name  Flags
      delta      
      eventType  

  private boolean isAffectedByJavaModel(org.eclipse.jdt.core.IJavaElementDelta, org.eclipse.jdt.core.IJavaElement, int);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElementDelta;Lorg/eclipse/jdt/core/IJavaElement;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        start local 2 // org.eclipse.jdt.core.IJavaElement element
        start local 3 // int eventType
         0: .line 907
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getKind:()I
            tableswitch { // 1 - 4
                    1: 1
                    2: 1
                    3: 3
                    4: 2
              default: 3
          }
         1: .line 910
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.javaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            invokeinterface org.eclipse.jdt.core.IJavaProject.getJavaModel:()Lorg/eclipse/jdt/core/IJavaModel;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
         2: .line 912
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* delta */
            iload 3 /* eventType */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffectedByChildren:(Lorg/eclipse/jdt/core/IJavaElementDelta;I)Z
            ireturn
         3: .line 914
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int eventType
        end local 2 // org.eclipse.jdt.core.IJavaElement element
        end local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    4     1      delta  Lorg/eclipse/jdt/core/IJavaElementDelta;
            0    4     2    element  Lorg/eclipse/jdt/core/IJavaElement;
            0    4     3  eventType  I
    MethodParameters:
           Name  Flags
      delta      
      element    
      eventType  

  private boolean isAffectedByJavaProject(org.eclipse.jdt.core.IJavaElementDelta, org.eclipse.jdt.core.IJavaElement, int);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElementDelta;Lorg/eclipse/jdt/core/IJavaElement;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        start local 2 // org.eclipse.jdt.core.IJavaElement element
        start local 3 // int eventType
         0: .line 921
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getKind:()I
            istore 4 /* kind */
        start local 4 // int kind
         1: .line 922
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getFlags:()I
            istore 5 /* flags */
        start local 5 // int flags
         2: .line 923
            iload 5 /* flags */
            sipush 512
            iand
            ifeq 4
         3: .line 924
            iconst_1
            istore 4 /* kind */
         4: .line 926
      StackMap locals: int int
      StackMap stack:
            iload 5 /* flags */
            sipush 1024
            iand
            ifeq 6
         5: .line 927
            iconst_2
            istore 4 /* kind */
         6: .line 929
      StackMap locals:
      StackMap stack:
            iload 4 /* kind */
            tableswitch { // 1 - 4
                    1: 7
                    2: 28
                    3: 38
                    4: 37
              default: 38
          }
         7: .line 933
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.javaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            checkcast org.eclipse.jdt.internal.core.JavaProject
            invokevirtual org.eclipse.jdt.internal.core.JavaProject.getExpandedClasspath:()[Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 6 /* classpath */
        start local 6 // org.eclipse.jdt.core.IClasspathEntry[] classpath
         8: .line 934
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 14
        10: .line 935
      StackMap locals: org.eclipse.jdt.core.IClasspathEntry[] int
      StackMap stack:
            aload 6 /* classpath */
            iload 7 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getEntryKind:()I
            iconst_2
            if_icmpne 13
        11: .line 936
            aload 6 /* classpath */
            iload 7 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 2 /* element */
            invokeinterface org.eclipse.jdt.core.IJavaElement.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.equals:(Ljava/lang/Object;)Z
            ifeq 13
        12: .line 937
            iconst_1
            ireturn
        13: .line 934
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 7 /* i */
            aload 6 /* classpath */
            arraylength
            if_icmplt 10
        end local 7 // int i
        15: .line 940
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 25
        16: .line 942
            aload 2 /* element */
            checkcast org.eclipse.jdt.internal.core.JavaProject
            invokevirtual org.eclipse.jdt.internal.core.JavaProject.getExpandedClasspath:()[Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 6 /* classpath */
        17: .line 943
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.javaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            invokeinterface org.eclipse.jdt.core.IJavaProject.getPath:()Lorg/eclipse/core/runtime/IPath;
            astore 7 /* hierarchyProject */
        start local 7 // org.eclipse.core.runtime.IPath hierarchyProject
        18: .line 944
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        19: goto 24
        20: .line 945
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int int int org.eclipse.jdt.core.IClasspathEntry[] org.eclipse.core.runtime.IPath int
      StackMap stack:
            aload 6 /* classpath */
            iload 8 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getEntryKind:()I
            iconst_2
            if_icmpne 23
        21: .line 946
            aload 6 /* classpath */
            iload 8 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 7 /* hierarchyProject */
            invokeinterface org.eclipse.core.runtime.IPath.equals:(Ljava/lang/Object;)Z
            ifeq 23
        22: .line 947
            iconst_1
            ireturn
        23: .line 944
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 8 /* i */
            aload 6 /* classpath */
            arraylength
            if_icmplt 20
        end local 8 // int i
        end local 7 // org.eclipse.core.runtime.IPath hierarchyProject
        25: .line 951
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 6 // org.eclipse.jdt.core.IClasspathEntry[] classpath
        26: .line 952
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int int int
      StackMap stack: org.eclipse.jdt.core.JavaModelException
            pop
        27: .line 953
            iconst_0
            ireturn
        28: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.packageRegion:Lorg/eclipse/jdt/internal/core/Region;
            invokevirtual org.eclipse.jdt.internal.core.Region.getElements:()[Lorg/eclipse/jdt/core/IJavaElement;
            astore 6 /* pkgs */
        start local 6 // org.eclipse.jdt.core.IJavaElement[] pkgs
        29: .line 959
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        30: goto 35
        31: .line 960
      StackMap locals: org.eclipse.jdt.core.IJavaElement[] int
      StackMap stack:
            aload 6 /* pkgs */
            iload 7 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IJavaElement.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            astore 8 /* javaProject */
        start local 8 // org.eclipse.jdt.core.IJavaProject javaProject
        32: .line 961
            aload 8 /* javaProject */
            ifnull 34
            aload 8 /* javaProject */
            aload 2 /* element */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 34
        33: .line 962
            iconst_1
            ireturn
        end local 8 // org.eclipse.jdt.core.IJavaProject javaProject
        34: .line 959
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 7 /* i */
            aload 6 /* pkgs */
            arraylength
            if_icmplt 31
        end local 7 // int i
        36: .line 965
            iconst_0
            ireturn
        end local 6 // org.eclipse.jdt.core.IJavaElement[] pkgs
        37: .line 967
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* delta */
            iload 3 /* eventType */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffectedByChildren:(Lorg/eclipse/jdt/core/IJavaElementDelta;I)Z
            ireturn
        38: .line 969
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 5 // int flags
        end local 4 // int kind
        end local 3 // int eventType
        end local 2 // org.eclipse.jdt.core.IJavaElement element
        end local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   39     0              this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   39     1             delta  Lorg/eclipse/jdt/core/IJavaElementDelta;
            0   39     2           element  Lorg/eclipse/jdt/core/IJavaElement;
            0   39     3         eventType  I
            1   39     4              kind  I
            2   39     5             flags  I
            8   26     6         classpath  [Lorg/eclipse/jdt/core/IClasspathEntry;
            9   15     7                 i  I
           18   25     7  hierarchyProject  Lorg/eclipse/core/runtime/IPath;
           19   25     8                 i  I
           29   37     6              pkgs  [Lorg/eclipse/jdt/core/IJavaElement;
           30   36     7                 i  I
           32   34     8       javaProject  Lorg/eclipse/jdt/core/IJavaProject;
      Exception table:
        from    to  target  type
           7    12      26  Class org.eclipse.jdt.core.JavaModelException
          13    22      26  Class org.eclipse.jdt.core.JavaModelException
          23    25      26  Class org.eclipse.jdt.core.JavaModelException
    MethodParameters:
           Name  Flags
      delta      
      element    
      eventType  

  private boolean isAffectedByPackageFragment(org.eclipse.jdt.core.IJavaElementDelta, org.eclipse.jdt.internal.core.PackageFragment, int);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElementDelta;Lorg/eclipse/jdt/internal/core/PackageFragment;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        start local 2 // org.eclipse.jdt.internal.core.PackageFragment element
        start local 3 // int eventType
         0: .line 976
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getKind:()I
            tableswitch { // 1 - 4
                    1: 1
                    2: 2
                    3: 4
                    4: 3
              default: 4
          }
         1: .line 980
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.projectRegion:Lorg/eclipse/jdt/internal/core/Region;
            aload 2 /* element */
            invokevirtual org.eclipse.jdt.internal.core.Region.contains:(Lorg/eclipse/jdt/core/IJavaElement;)Z
            ireturn
         2: .line 983
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* element */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.packageRegionContainsSamePackageFragment:(Lorg/eclipse/jdt/internal/core/PackageFragment;)Z
            ireturn
         3: .line 986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* delta */
            iload 3 /* eventType */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffectedByChildren:(Lorg/eclipse/jdt/core/IJavaElementDelta;I)Z
            ireturn
         4: .line 988
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int eventType
        end local 2 // org.eclipse.jdt.internal.core.PackageFragment element
        end local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    5     1      delta  Lorg/eclipse/jdt/core/IJavaElementDelta;
            0    5     2    element  Lorg/eclipse/jdt/internal/core/PackageFragment;
            0    5     3  eventType  I
    MethodParameters:
           Name  Flags
      delta      
      element    
      eventType  

  private boolean isAffectedByPackageFragmentRoot(org.eclipse.jdt.core.IJavaElementDelta, org.eclipse.jdt.core.IJavaElement, int);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElementDelta;Lorg/eclipse/jdt/core/IJavaElement;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=11, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        start local 2 // org.eclipse.jdt.core.IJavaElement element
        start local 3 // int eventType
         0: .line 995
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getKind:()I
            tableswitch { // 1 - 4
                    1: 1
                    2: 2
                    3: 26
                    4: 2
              default: 26
          }
         1: .line 997
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.projectRegion:Lorg/eclipse/jdt/internal/core/Region;
            aload 2 /* element */
            invokevirtual org.eclipse.jdt.internal.core.Region.contains:(Lorg/eclipse/jdt/core/IJavaElement;)Z
            ireturn
         2: .line 1000
      StackMap locals:
      StackMap stack:
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getFlags:()I
            istore 4 /* flags */
        start local 4 // int flags
         3: .line 1001
            iload 4 /* flags */
            bipush 64
            iand
            ifle 17
         4: .line 1003
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.projectRegion:Lorg/eclipse/jdt/internal/core/Region;
            ifnull 17
         5: .line 1004
            aload 2 /* element */
            checkcast org.eclipse.jdt.core.IPackageFragmentRoot
            astore 5 /* root */
        start local 5 // org.eclipse.jdt.core.IPackageFragmentRoot root
         6: .line 1005
            aload 5 /* root */
            invokeinterface org.eclipse.jdt.core.IPackageFragmentRoot.getPath:()Lorg/eclipse/core/runtime/IPath;
            astore 6 /* rootPath */
        start local 6 // org.eclipse.core.runtime.IPath rootPath
         7: .line 1006
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.projectRegion:Lorg/eclipse/jdt/internal/core/Region;
            invokevirtual org.eclipse.jdt.internal.core.Region.getElements:()[Lorg/eclipse/jdt/core/IJavaElement;
            astore 7 /* elements */
        start local 7 // org.eclipse.jdt.core.IJavaElement[] elements
         8: .line 1007
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         9: goto 16
        10: .line 1008
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int int org.eclipse.jdt.core.IPackageFragmentRoot org.eclipse.core.runtime.IPath org.eclipse.jdt.core.IJavaElement[] int
      StackMap stack:
            aload 7 /* elements */
            iload 8 /* i */
            aaload
            checkcast org.eclipse.jdt.internal.core.JavaProject
            astore 9 /* javaProject */
        start local 9 // org.eclipse.jdt.internal.core.JavaProject javaProject
        11: .line 1010
            aload 9 /* javaProject */
            aload 6 /* rootPath */
            invokevirtual org.eclipse.jdt.internal.core.JavaProject.getClasspathEntryFor:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 10 /* entry */
        start local 10 // org.eclipse.jdt.core.IClasspathEntry entry
        12: .line 1011
            aload 10 /* entry */
            ifnull 15
        13: .line 1012
            iconst_1
            ireturn
        end local 10 // org.eclipse.jdt.core.IClasspathEntry entry
        14: .line 1014
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int int org.eclipse.jdt.core.IPackageFragmentRoot org.eclipse.core.runtime.IPath org.eclipse.jdt.core.IJavaElement[] int org.eclipse.jdt.internal.core.JavaProject
      StackMap stack: org.eclipse.jdt.core.JavaModelException
            pop
        end local 9 // org.eclipse.jdt.internal.core.JavaProject javaProject
        15: .line 1007
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 8 /* i */
            aload 7 /* elements */
            arraylength
            if_icmplt 10
        end local 8 // int i
        end local 7 // org.eclipse.jdt.core.IJavaElement[] elements
        end local 6 // org.eclipse.core.runtime.IPath rootPath
        end local 5 // org.eclipse.jdt.core.IPackageFragmentRoot root
        17: .line 1020
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int int
      StackMap stack:
            iload 4 /* flags */
            sipush 128
            iand
            ifgt 18
            iload 4 /* flags */
            ldc 32768
            iand
            ifle 26
        18: .line 1025
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.packageRegion:Lorg/eclipse/jdt/internal/core/Region;
            invokevirtual org.eclipse.jdt.internal.core.Region.getElements:()[Lorg/eclipse/jdt/core/IJavaElement;
            astore 5 /* pkgs */
        start local 5 // org.eclipse.jdt.core.IJavaElement[] pkgs
        19: .line 1026
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        20: goto 24
        21: .line 1027
      StackMap locals: org.eclipse.jdt.core.IJavaElement[] int
      StackMap stack:
            aload 5 /* pkgs */
            iload 6 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IJavaElement.getParent:()Lorg/eclipse/jdt/core/IJavaElement;
            aload 2 /* element */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 23
        22: .line 1028
            iconst_1
            ireturn
        23: .line 1026
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 6 /* i */
            aload 5 /* pkgs */
            arraylength
            if_icmplt 21
        end local 6 // int i
        25: .line 1031
            iconst_0
            ireturn
        end local 5 // org.eclipse.jdt.core.IJavaElement[] pkgs
        end local 4 // int flags
        26: .line 1034
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* delta */
            iload 3 /* eventType */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.isAffectedByChildren:(Lorg/eclipse/jdt/core/IJavaElementDelta;I)Z
            ireturn
        end local 3 // int eventType
        end local 2 // org.eclipse.jdt.core.IJavaElement element
        end local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   27     1        delta  Lorg/eclipse/jdt/core/IJavaElementDelta;
            0   27     2      element  Lorg/eclipse/jdt/core/IJavaElement;
            0   27     3    eventType  I
            3   26     4        flags  I
            6   17     5         root  Lorg/eclipse/jdt/core/IPackageFragmentRoot;
            7   17     6     rootPath  Lorg/eclipse/core/runtime/IPath;
            8   17     7     elements  [Lorg/eclipse/jdt/core/IJavaElement;
            9   17     8            i  I
           11   15     9  javaProject  Lorg/eclipse/jdt/internal/core/JavaProject;
           12   14    10        entry  Lorg/eclipse/jdt/core/IClasspathEntry;
           19   26     5         pkgs  [Lorg/eclipse/jdt/core/IJavaElement;
           20   25     6            i  I
      Exception table:
        from    to  target  type
          11    13      14  Class org.eclipse.jdt.core.JavaModelException
    MethodParameters:
           Name  Flags
      delta      
      element    
      eventType  

  protected boolean isAffectedByOpenable(org.eclipse.jdt.core.IJavaElementDelta, org.eclipse.jdt.core.IJavaElement, int);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElementDelta;Lorg/eclipse/jdt/core/IJavaElement;I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=14, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        start local 2 // org.eclipse.jdt.core.IJavaElement element
        start local 3 // int eventType
         0: .line 1042
            aload 2 /* element */
            instanceof org.eclipse.jdt.internal.core.CompilationUnit
            ifeq 22
         1: .line 1043
            aload 2 /* element */
            checkcast org.eclipse.jdt.internal.core.CompilationUnit
            astore 4 /* cu */
        start local 4 // org.eclipse.jdt.internal.core.CompilationUnit cu
         2: .line 1045
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            invokeinterface org.eclipse.jdt.core.IType.getCompilationUnit:()Lorg/eclipse/jdt/core/ICompilationUnit;
            goto 4
      StackMap locals: org.eclipse.jdt.internal.core.CompilationUnit
      StackMap stack:
         3: aconst_null
         4: .line 1044
      StackMap locals:
      StackMap stack: org.eclipse.jdt.core.ICompilationUnit
            astore 5 /* focusCU */
        start local 5 // org.eclipse.jdt.core.ICompilationUnit focusCU
         5: .line 1046
            aload 5 /* focusCU */
            ifnull 7
            aload 5 /* focusCU */
            invokeinterface org.eclipse.jdt.core.ICompilationUnit.getOwner:()Lorg/eclipse/jdt/core/WorkingCopyOwner;
            aload 4 /* cu */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.getOwner:()Lorg/eclipse/jdt/core/WorkingCopyOwner;
            if_acmpeq 7
         6: .line 1047
            iconst_0
            ireturn
         7: .line 1049
      StackMap locals: org.eclipse.jdt.core.ICompilationUnit
      StackMap stack:
            iload 3 /* eventType */
            iconst_4
            if_icmpeq 10
            aload 4 /* cu */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.isPrimary:()Z
            ifne 10
         8: .line 1050
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getKind:()I
            iconst_1
            if_icmpne 10
         9: .line 1051
            iconst_0
            ireturn
        10: .line 1052
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.changeCollector:Lorg/eclipse/jdt/internal/core/hierarchy/ChangeCollector;
            astore 6 /* collector */
        start local 6 // org.eclipse.jdt.internal.core.hierarchy.ChangeCollector collector
        11: .line 1053
            aload 6 /* collector */
            ifnonnull 13
        12: .line 1054
            new org.eclipse.jdt.internal.core.hierarchy.ChangeCollector
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.core.hierarchy.ChangeCollector.<init>:(Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;)V
            astore 6 /* collector */
        13: .line 1057
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.ChangeCollector
      StackMap stack:
            aload 6 /* collector */
            aload 4 /* cu */
            aload 1 /* delta */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.ChangeCollector.addChange:(Lorg/eclipse/jdt/core/ICompilationUnit;Lorg/eclipse/jdt/core/IJavaElementDelta;)V
        14: .line 1058
            goto 18
      StackMap locals:
      StackMap stack: org.eclipse.jdt.core.JavaModelException
        15: astore 7 /* e */
        start local 7 // org.eclipse.jdt.core.JavaModelException e
        16: .line 1059
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.DEBUG:Z
            ifeq 18
        17: .line 1060
            aload 7 /* e */
            invokevirtual org.eclipse.jdt.core.JavaModelException.printStackTrace:()V
        end local 7 // org.eclipse.jdt.core.JavaModelException e
        18: .line 1062
      StackMap locals:
      StackMap stack:
            aload 4 /* cu */
            invokevirtual org.eclipse.jdt.internal.core.CompilationUnit.isWorkingCopy:()Z
            ifeq 21
            iload 3 /* eventType */
            iconst_4
            if_icmpne 21
        19: .line 1064
            aload 0 /* this */
            aload 6 /* collector */
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.changeCollector:Lorg/eclipse/jdt/internal/core/hierarchy/ChangeCollector;
        20: .line 1065
            iconst_0
            ireturn
        21: .line 1067
      StackMap locals:
      StackMap stack:
            aload 6 /* collector */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.ChangeCollector.needsRefresh:()Z
            ireturn
        end local 6 // org.eclipse.jdt.internal.core.hierarchy.ChangeCollector collector
        end local 5 // org.eclipse.jdt.core.ICompilationUnit focusCU
        end local 4 // org.eclipse.jdt.internal.core.CompilationUnit cu
        22: .line 1069
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            instanceof org.eclipse.jdt.internal.core.ClassFile
            ifeq 52
        23: .line 1070
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getKind:()I
            tableswitch { // 1 - 4
                    1: 27
                    2: 24
                    3: 52
                    4: 33
              default: 52
          }
        24: .line 1072
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            checkcast org.eclipse.jdt.core.IOpenable
            astore 4 /* o */
        start local 4 // org.eclipse.jdt.core.IOpenable o
        25: .line 1073
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.files:Ljava/util/Map;
            aload 4 /* o */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 26
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.core.IOpenable
      StackMap stack:
        26: iconst_0
            ireturn
        end local 4 // org.eclipse.jdt.core.IOpenable o
        27: .line 1075
      StackMap locals:
      StackMap stack:
            aload 2 /* element */
            checkcast org.eclipse.jdt.internal.core.ClassFile
            invokevirtual org.eclipse.jdt.internal.core.ClassFile.getType:()Lorg/eclipse/jdt/core/IType;
            astore 5 /* type */
        start local 5 // org.eclipse.jdt.core.IType type
        28: .line 1076
            aload 5 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getElementName:()Ljava/lang/String;
            astore 6 /* typeName */
        start local 6 // java.lang.String typeName
        29: .line 1077
            aload 0 /* this */
            aload 6 /* typeName */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.hasSupertype:(Ljava/lang/String;)Z
            ifne 32
        30: .line 1078
            aload 0 /* this */
            aload 5 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.subtypesIncludeSupertypeOf:(Lorg/eclipse/jdt/core/IType;)Z
            ifne 32
        31: .line 1079
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.missingTypes:Ljava/util/ArrayList;
            aload 6 /* typeName */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 52
        32: .line 1081
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int top org.eclipse.jdt.core.IType java.lang.String
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // java.lang.String typeName
        end local 5 // org.eclipse.jdt.core.IType type
        33: .line 1085
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int
      StackMap stack:
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getAffectedChildren:()[Lorg/eclipse/jdt/core/IJavaElementDelta;
            astore 7 /* children */
        start local 7 // org.eclipse.jdt.core.IJavaElementDelta[] children
        34: .line 1086
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        35: aload 7 /* children */
            arraylength
            istore 9 /* length */
        start local 9 // int length
        36: goto 51
        37: .line 1087
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int top top top org.eclipse.jdt.core.IJavaElementDelta[] int int
      StackMap stack:
            aload 7 /* children */
            iload 8 /* i */
            aaload
            astore 10 /* child */
        start local 10 // org.eclipse.jdt.core.IJavaElementDelta child
        38: .line 1088
            aload 10 /* child */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getElement:()Lorg/eclipse/jdt/core/IJavaElement;
            astore 11 /* childElement */
        start local 11 // org.eclipse.jdt.core.IJavaElement childElement
        39: .line 1089
            aload 11 /* childElement */
            instanceof org.eclipse.jdt.core.IType
            ifeq 50
        40: .line 1090
            aload 11 /* childElement */
            checkcast org.eclipse.jdt.core.IType
            astore 5 /* type */
        start local 5 // org.eclipse.jdt.core.IType type
        41: .line 1091
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getFlags:()I
            iconst_2
            iand
            ifle 42
            iconst_1
            goto 43
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int top org.eclipse.jdt.core.IType top org.eclipse.jdt.core.IJavaElementDelta[] int int org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement
      StackMap stack:
        42: iconst_0
      StackMap locals:
      StackMap stack: int
        43: istore 12 /* hasVisibilityChange */
        start local 12 // boolean hasVisibilityChange
        44: .line 1092
            aload 1 /* delta */
            invokeinterface org.eclipse.jdt.core.IJavaElementDelta.getFlags:()I
            sipush 2048
            iand
            ifle 45
            iconst_1
            goto 46
      StackMap locals: int
      StackMap stack:
        45: iconst_0
      StackMap locals:
      StackMap stack: int
        46: istore 13 /* hasSupertypeChange */
        start local 13 // boolean hasSupertypeChange
        47: .line 1093
            iload 12 /* hasVisibilityChange */
            ifeq 48
            aload 0 /* this */
            aload 5 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getElementName:()Ljava/lang/String;
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.hasSupertype:(Ljava/lang/String;)Z
            ifne 49
        48: .line 1094
      StackMap locals: int
      StackMap stack:
            iload 13 /* hasSupertypeChange */
            ifeq 50
            aload 0 /* this */
            aload 5 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.includesTypeOrSupertype:(Lorg/eclipse/jdt/core/IType;)Z
            ifeq 50
        49: .line 1095
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 13 // boolean hasSupertypeChange
        end local 12 // boolean hasVisibilityChange
        end local 11 // org.eclipse.jdt.core.IJavaElement childElement
        end local 10 // org.eclipse.jdt.core.IJavaElementDelta child
        end local 5 // org.eclipse.jdt.core.IType type
        50: .line 1086
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int top top top org.eclipse.jdt.core.IJavaElementDelta[] int int
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        51: iload 8 /* i */
            iload 9 /* length */
            if_icmplt 37
        end local 9 // int length
        end local 8 // int i
        end local 7 // org.eclipse.jdt.core.IJavaElementDelta[] children
        52: .line 1102
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IJavaElementDelta org.eclipse.jdt.core.IJavaElement int
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int eventType
        end local 2 // org.eclipse.jdt.core.IJavaElement element
        end local 1 // org.eclipse.jdt.core.IJavaElementDelta delta
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   53     0                 this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   53     1                delta  Lorg/eclipse/jdt/core/IJavaElementDelta;
            0   53     2              element  Lorg/eclipse/jdt/core/IJavaElement;
            0   53     3            eventType  I
            2   22     4                   cu  Lorg/eclipse/jdt/internal/core/CompilationUnit;
            5   22     5              focusCU  Lorg/eclipse/jdt/core/ICompilationUnit;
           11   22     6            collector  Lorg/eclipse/jdt/internal/core/hierarchy/ChangeCollector;
           16   18     7                    e  Lorg/eclipse/jdt/core/JavaModelException;
           25   27     4                    o  Lorg/eclipse/jdt/core/IOpenable;
           28   33     5                 type  Lorg/eclipse/jdt/core/IType;
           41   50     5                 type  Lorg/eclipse/jdt/core/IType;
           29   33     6             typeName  Ljava/lang/String;
           34   52     7             children  [Lorg/eclipse/jdt/core/IJavaElementDelta;
           35   52     8                    i  I
           36   52     9               length  I
           38   50    10                child  Lorg/eclipse/jdt/core/IJavaElementDelta;
           39   50    11         childElement  Lorg/eclipse/jdt/core/IJavaElement;
           44   50    12  hasVisibilityChange  Z
           47   50    13   hasSupertypeChange  Z
      Exception table:
        from    to  target  type
          13    14      15  Class org.eclipse.jdt.core.JavaModelException
    MethodParameters:
           Name  Flags
      delta      
      element    
      eventType  

  private boolean isInterface(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 1105
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getCachedFlags:(Lorg/eclipse/jdt/core/IType;)I
            istore 2 /* flags */
        start local 2 // int flags
         1: .line 1106
            iload 2 /* flags */
            iconst_m1
            if_icmpne 6
         2: .line 1108
            aload 1 /* type */
            invokeinterface org.eclipse.jdt.core.IType.isInterface:()Z
         3: ireturn
         4: .line 1109
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType int
      StackMap stack: org.eclipse.jdt.core.JavaModelException
            pop
         5: .line 1110
            iconst_0
            ireturn
         6: .line 1113
      StackMap locals:
      StackMap stack:
            iload 2 /* flags */
            invokestatic org.eclipse.jdt.core.Flags.isInterface:(I)Z
            ireturn
        end local 2 // int flags
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    7     1   type  Lorg/eclipse/jdt/core/IType;
            1    7     2  flags  I
      Exception table:
        from    to  target  type
           2     3       4  Class org.eclipse.jdt.core.JavaModelException
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.core.IJavaProject javaProject();
    descriptor: ()Lorg/eclipse/jdt/core/IJavaProject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 1120
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            invokeinterface org.eclipse.jdt.core.IType.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;

  protected static byte[] readUntil(java.io.InputStream, byte);
    descriptor: (Ljava/io/InputStream;B)[B
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.io.InputStream input
        start local 1 // byte separator
         0: .line 1123
            aload 0 /* input */
            iload 1 /* separator */
            iconst_0
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.readUntil:(Ljava/io/InputStream;BI)[B
            areturn
        end local 1 // byte separator
        end local 0 // java.io.InputStream input
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0      input  Ljava/io/InputStream;
            0    1     1  separator  B
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException, java.io.IOException
    MethodParameters:
           Name  Flags
      input      
      separator  

  protected static byte[] readUntil(java.io.InputStream, byte, int);
    descriptor: (Ljava/io/InputStream;BI)[B
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // java.io.InputStream input
        start local 1 // byte separator
        start local 2 // int offset
         0: .line 1126
            iconst_0
            istore 3 /* length */
        start local 3 // int length
         1: .line 1127
            bipush 10
            newarray 8
            astore 4 /* bytes */
        start local 4 // byte[] bytes
         2: .line 1129
            goto 6
        start local 5 // byte b
         3: .line 1130
      StackMap locals: int byte[] int
      StackMap stack:
            aload 4 /* bytes */
            arraylength
            iload 3 /* length */
            if_icmpne 5
         4: .line 1131
            aload 4 /* bytes */
            iconst_0
            iload 3 /* length */
            iconst_2
            imul
            newarray 8
            dup
            astore 4 /* bytes */
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 1133
      StackMap locals:
      StackMap stack:
            aload 4 /* bytes */
            iload 3 /* length */
            iinc 3 /* length */ 1
            iload 5 /* b */
            bastore
        end local 5 // byte b
         6: .line 1129
      StackMap locals:
      StackMap stack:
            aload 0 /* input */
            invokevirtual java.io.InputStream.read:()I
            i2b
            dup
            istore 5 /* b */
        start local 5 // byte b
         7: iload 1 /* separator */
            if_icmpeq 8
            iload 5 /* b */
            iconst_m1
            if_icmpne 3
         8: .line 1135
      StackMap locals: int
      StackMap stack:
            iload 5 /* b */
            iconst_m1
            if_icmpne 10
         9: .line 1136
            new org.eclipse.jdt.core.JavaModelException
            dup
            new org.eclipse.jdt.internal.core.JavaModelStatus
            dup
            iconst_4
            invokespecial org.eclipse.jdt.internal.core.JavaModelStatus.<init>:(I)V
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Lorg/eclipse/jdt/core/IJavaModelStatus;)V
            athrow
        10: .line 1138
      StackMap locals:
      StackMap stack:
            aload 4 /* bytes */
            iconst_0
            iload 3 /* length */
            iload 2 /* offset */
            iadd
            newarray 8
            dup
            astore 4 /* bytes */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 1139
            aload 4 /* bytes */
            areturn
        end local 5 // byte b
        end local 4 // byte[] bytes
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte separator
        end local 0 // java.io.InputStream input
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0      input  Ljava/io/InputStream;
            0   12     1  separator  B
            0   12     2     offset  I
            1   12     3     length  I
            2   12     4      bytes  [B
            3    6     5          b  B
            7   12     5          b  B
    Exceptions:
      throws java.io.IOException, org.eclipse.jdt.core.JavaModelException
    MethodParameters:
           Name  Flags
      input      
      separator  
      offset     

  public static org.eclipse.jdt.core.ITypeHierarchy load(org.eclipse.jdt.core.IType, java.io.InputStream, org.eclipse.jdt.core.WorkingCopyOwner);
    descriptor: (Lorg/eclipse/jdt/core/IType;Ljava/io/InputStream;Lorg/eclipse/jdt/core/WorkingCopyOwner;)Lorg/eclipse/jdt/core/ITypeHierarchy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=16, args_size=3
        start local 0 // org.eclipse.jdt.core.IType type
        start local 1 // java.io.InputStream input
        start local 2 // org.eclipse.jdt.core.WorkingCopyOwner owner
         0: .line 1143
            new org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy
            dup
            invokespecial org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.<init>:()V
            astore 3 /* typeHierarchy */
        start local 3 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy typeHierarchy
         1: .line 1144
            aload 3 /* typeHierarchy */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.initialize:(I)V
         2: .line 1146
            bipush 10
            anewarray org.eclipse.jdt.core.IType
            astore 4 /* types */
        start local 4 // org.eclipse.jdt.core.IType[] types
         3: .line 1147
            iconst_0
            istore 5 /* typeCount */
        start local 5 // int typeCount
         4: .line 1149
            aload 1 /* input */
            invokevirtual java.io.InputStream.read:()I
            i2b
            istore 6 /* version */
        start local 6 // byte version
         5: .line 1151
            iload 6 /* version */
            ifeq 7
         6: .line 1152
            new org.eclipse.jdt.core.JavaModelException
            dup
            new org.eclipse.jdt.internal.core.JavaModelStatus
            dup
            iconst_4
            invokespecial org.eclipse.jdt.internal.core.JavaModelStatus.<init>:(I)V
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Lorg/eclipse/jdt/core/IJavaModelStatus;)V
            athrow
         7: .line 1154
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int int
      StackMap stack:
            aload 1 /* input */
            invokevirtual java.io.InputStream.read:()I
            i2b
            istore 7 /* generalInfo */
        start local 7 // byte generalInfo
         8: .line 1155
            iload 7 /* generalInfo */
            iconst_1
            iand
            ifeq 10
         9: .line 1156
            aload 3 /* typeHierarchy */
            iconst_1
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.computeSubtypes:Z
        10: .line 1163
      StackMap locals: int
      StackMap stack:
            aload 1 /* input */
            bipush 10
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.readUntil:(Ljava/io/InputStream;B)[B
            astore 9 /* bytes */
        start local 9 // byte[] bytes
        11: .line 1164
            aload 9 /* bytes */
            arraylength
            ifle 15
        12: .line 1165
            aload 3 /* typeHierarchy */
            new java.lang.String
            dup
            aload 9 /* bytes */
            invokespecial java.lang.String.<init>:([B)V
            invokestatic org.eclipse.jdt.core.JavaCore.create:(Ljava/lang/String;)Lorg/eclipse/jdt/core/IJavaElement;
            checkcast org.eclipse.jdt.core.IJavaProject
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.project:Lorg/eclipse/jdt/core/IJavaProject;
        13: .line 1166
            aload 3 /* typeHierarchy */
            iconst_1
            anewarray org.eclipse.jdt.core.IJavaElement
            dup
            iconst_0
            aload 3 /* typeHierarchy */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.project:Lorg/eclipse/jdt/core/IJavaProject;
            aastore
            invokestatic org.eclipse.jdt.core.search.SearchEngine.createJavaSearchScope:([Lorg/eclipse/jdt/core/IJavaElement;)Lorg/eclipse/jdt/core/search/IJavaSearchScope;
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.scope:Lorg/eclipse/jdt/core/search/IJavaSearchScope;
        14: .line 1167
            goto 17
        15: .line 1168
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int int int top byte[]
      StackMap stack:
            aload 3 /* typeHierarchy */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.project:Lorg/eclipse/jdt/core/IJavaProject;
        16: .line 1169
            aload 3 /* typeHierarchy */
            invokestatic org.eclipse.jdt.core.search.SearchEngine.createWorkspaceScope:()Lorg/eclipse/jdt/core/search/IJavaSearchScope;
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.scope:Lorg/eclipse/jdt/core/search/IJavaSearchScope;
        17: .line 1174
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            bipush 10
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.readUntil:(Ljava/io/InputStream;B)[B
            astore 9 /* bytes */
        18: .line 1176
            iconst_0
            istore 11 /* j */
        start local 11 // int j
        19: .line 1177
            aload 9 /* bytes */
            arraylength
            istore 12 /* length */
        start local 12 // int length
        20: .line 1178
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        21: goto 29
        22: .line 1179
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int int int top byte[] top int int int
      StackMap stack:
            aload 9 /* bytes */
            iload 13 /* i */
            baload
            istore 8 /* b */
        start local 8 // byte b
        23: .line 1180
            iload 8 /* b */
            bipush 44
            if_icmpne 28
        24: .line 1181
            iload 13 /* i */
            iload 11 /* j */
            isub
            newarray 8
            astore 10 /* missing */
        start local 10 // byte[] missing
        25: .line 1182
            aload 9 /* bytes */
            iload 11 /* j */
            aload 10 /* missing */
            iconst_0
            iload 13 /* i */
            iload 11 /* j */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        26: .line 1183
            aload 3 /* typeHierarchy */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.missingTypes:Ljava/util/ArrayList;
            new java.lang.String
            dup
            aload 10 /* missing */
            invokespecial java.lang.String.<init>:([B)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        27: .line 1184
            iload 13 /* i */
            iconst_1
            iadd
            istore 11 /* j */
        end local 10 // byte[] missing
        28: .line 1178
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int int int int byte[] top int int int
      StackMap stack:
            iinc 13 /* i */ 1
        end local 8 // byte b
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int int int top byte[] top int int int
      StackMap stack:
        29: iload 13 /* i */
            iload 12 /* length */
            if_icmplt 22
        end local 13 // int i
        30: .line 1187
            aload 9 /* bytes */
            iload 11 /* j */
            iload 12 /* length */
            iload 11 /* j */
            isub
            newarray 8
            dup
            astore 10 /* missing */
        start local 10 // byte[] missing
        31: iconst_0
            iload 12 /* length */
            iload 11 /* j */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        32: .line 1188
            aload 3 /* typeHierarchy */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.missingTypes:Ljava/util/ArrayList;
            new java.lang.String
            dup
            aload 10 /* missing */
            invokespecial java.lang.String.<init>:([B)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 12 // int length
        end local 11 // int j
        end local 10 // byte[] missing
        33: .line 1192
            goto 53
        start local 8 // byte b
        34: .line 1193
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int int int int byte[]
      StackMap stack:
            aload 1 /* input */
            bipush 13
            iconst_1
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.readUntil:(Ljava/io/InputStream;BI)[B
            astore 9 /* bytes */
        35: .line 1194
            aload 9 /* bytes */
            iconst_0
            iload 8 /* b */
            bastore
        36: .line 1195
            new java.lang.String
            dup
            aload 9 /* bytes */
            invokespecial java.lang.String.<init>:([B)V
            aload 2 /* owner */
            invokestatic org.eclipse.jdt.core.JavaCore.create:(Ljava/lang/String;Lorg/eclipse/jdt/core/WorkingCopyOwner;)Lorg/eclipse/jdt/core/IJavaElement;
            checkcast org.eclipse.jdt.core.IType
            astore 10 /* element */
        start local 10 // org.eclipse.jdt.core.IType element
        37: .line 1197
            aload 4 /* types */
            arraylength
            iload 5 /* typeCount */
            if_icmpne 39
        38: .line 1198
            aload 4 /* types */
            iconst_0
            iload 5 /* typeCount */
            iconst_2
            imul
            anewarray org.eclipse.jdt.core.IType
            dup
            astore 4 /* types */
            iconst_0
            iload 5 /* typeCount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        39: .line 1200
      StackMap locals: org.eclipse.jdt.core.IType
      StackMap stack:
            aload 4 /* types */
            iload 5 /* typeCount */
            iinc 5 /* typeCount */ 1
            aload 10 /* element */
            aastore
        40: .line 1203
            aload 1 /* input */
            bipush 13
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.readUntil:(Ljava/io/InputStream;B)[B
            astore 9 /* bytes */
        41: .line 1204
            aload 9 /* bytes */
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.bytesToFlags:([B)Ljava/lang/Integer;
            astore 11 /* flags */
        start local 11 // java.lang.Integer flags
        42: .line 1205
            aload 11 /* flags */
            ifnull 44
        43: .line 1206
            aload 3 /* typeHierarchy */
            aload 10 /* element */
            aload 11 /* flags */
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.cacheFlags:(Lorg/eclipse/jdt/core/IType;I)V
        44: .line 1210
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 1 /* input */
            invokevirtual java.io.InputStream.read:()I
            i2b
            istore 12 /* info */
        start local 12 // byte info
        45: .line 1212
            iload 12 /* info */
            iconst_1
            iand
            ifeq 47
        46: .line 1213
            aload 3 /* typeHierarchy */
            aload 10 /* element */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.addInterface:(Lorg/eclipse/jdt/core/IType;)V
        47: .line 1215
      StackMap locals: int
      StackMap stack:
            iload 12 /* info */
            iconst_2
            iand
            ifeq 51
        48: .line 1216
            aload 10 /* element */
            aload 0 /* type */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 50
        49: .line 1217
            new org.eclipse.jdt.core.JavaModelException
            dup
            new org.eclipse.jdt.internal.core.JavaModelStatus
            dup
            iconst_4
            invokespecial org.eclipse.jdt.internal.core.JavaModelStatus.<init>:(I)V
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Lorg/eclipse/jdt/core/IJavaModelStatus;)V
            athrow
        50: .line 1219
      StackMap locals:
      StackMap stack:
            aload 3 /* typeHierarchy */
            aload 10 /* element */
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
        51: .line 1221
      StackMap locals:
      StackMap stack:
            iload 12 /* info */
            iconst_4
            iand
            ifeq 53
        52: .line 1222
            aload 3 /* typeHierarchy */
            aload 10 /* element */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.addRootClass:(Lorg/eclipse/jdt/core/IType;)V
        end local 12 // byte info
        end local 11 // java.lang.Integer flags
        end local 10 // org.eclipse.jdt.core.IType element
        end local 8 // byte b
        53: .line 1192
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int int int top byte[]
      StackMap stack:
            aload 1 /* input */
            invokevirtual java.io.InputStream.read:()I
            i2b
            dup
            istore 8 /* b */
        start local 8 // byte b
        54: bipush 10
            if_icmpeq 65
            iload 8 /* b */
            iconst_m1
            if_icmpne 34
        55: .line 1227
            goto 65
        56: .line 1228
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int int int int byte[]
      StackMap stack:
            aload 1 /* input */
            bipush 62
            iconst_1
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.readUntil:(Ljava/io/InputStream;BI)[B
            astore 9 /* bytes */
        57: .line 1229
            aload 9 /* bytes */
            iconst_0
            iload 8 /* b */
            bastore
        58: .line 1230
            new java.lang.String
            dup
            aload 9 /* bytes */
            invokespecial java.lang.String.<init>:([B)V
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 10 /* subClass */
        start local 10 // int subClass
        59: .line 1233
            aload 1 /* input */
            bipush 10
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.readUntil:(Ljava/io/InputStream;B)[B
            astore 9 /* bytes */
        60: .line 1234
            new java.lang.String
            dup
            aload 9 /* bytes */
            invokespecial java.lang.String.<init>:([B)V
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 11 /* superClass */
        start local 11 // int superClass
        61: .line 1236
            aload 3 /* typeHierarchy */
        62: .line 1237
            aload 4 /* types */
            iload 10 /* subClass */
            aaload
        63: .line 1238
            aload 4 /* types */
            iload 11 /* superClass */
            aaload
        64: .line 1236
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.cacheSuperclass:(Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/core/IType;)V
        end local 11 // int superClass
        end local 10 // int subClass
        65: .line 1227
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual java.io.InputStream.read:()I
            i2b
            dup
            istore 8 /* b */
            bipush 10
            if_icmpeq 91
            iload 8 /* b */
            iconst_m1
            if_icmpne 56
        66: .line 1242
            goto 91
        67: .line 1243
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            bipush 62
            iconst_1
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.readUntil:(Ljava/io/InputStream;BI)[B
            astore 9 /* bytes */
        68: .line 1244
            aload 9 /* bytes */
            iconst_0
            iload 8 /* b */
            bastore
        69: .line 1245
            new java.lang.String
            dup
            aload 9 /* bytes */
            invokespecial java.lang.String.<init>:([B)V
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 10 /* subClass */
        start local 10 // int subClass
        70: .line 1248
            aload 1 /* input */
            bipush 10
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.readUntil:(Ljava/io/InputStream;B)[B
            astore 9 /* bytes */
        71: .line 1249
            aload 9 /* bytes */
            arraylength
            iconst_2
            idiv
            iconst_1
            iadd
            anewarray org.eclipse.jdt.core.IType
            astore 11 /* superInterfaces */
        start local 11 // org.eclipse.jdt.core.IType[] superInterfaces
        72: .line 1250
            iconst_0
            istore 12 /* interfaceCount */
        start local 12 // int interfaceCount
        73: .line 1252
            iconst_0
            istore 13 /* j */
        start local 13 // int j
        74: .line 1254
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        75: goto 82
        76: .line 1255
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int int int int byte[] int org.eclipse.jdt.core.IType[] int int top int
      StackMap stack:
            aload 9 /* bytes */
            iload 15 /* i */
            baload
            bipush 44
            if_icmpne 81
        77: .line 1256
            iload 15 /* i */
            iload 13 /* j */
            isub
            newarray 8
            astore 14 /* b2 */
        start local 14 // byte[] b2
        78: .line 1257
            aload 9 /* bytes */
            iload 13 /* j */
            aload 14 /* b2 */
            iconst_0
            iload 15 /* i */
            iload 13 /* j */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        79: .line 1258
            iload 15 /* i */
            iconst_1
            iadd
            istore 13 /* j */
        80: .line 1259
            aload 11 /* superInterfaces */
            iload 12 /* interfaceCount */
            iinc 12 /* interfaceCount */ 1
            aload 4 /* types */
            new java.lang.String
            dup
            aload 14 /* b2 */
            invokespecial java.lang.String.<init>:([B)V
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            aaload
            aastore
        end local 14 // byte[] b2
        81: .line 1254
      StackMap locals:
      StackMap stack:
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        82: iload 15 /* i */
            aload 9 /* bytes */
            arraylength
            if_icmplt 76
        end local 15 // int i
        83: .line 1262
            aload 9 /* bytes */
            arraylength
            iload 13 /* j */
            isub
            newarray 8
            astore 14 /* b2 */
        start local 14 // byte[] b2
        84: .line 1263
            aload 9 /* bytes */
            iload 13 /* j */
            aload 14 /* b2 */
            iconst_0
            aload 9 /* bytes */
            arraylength
            iload 13 /* j */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        85: .line 1264
            aload 11 /* superInterfaces */
            iload 12 /* interfaceCount */
            iinc 12 /* interfaceCount */ 1
            aload 4 /* types */
            new java.lang.String
            dup
            aload 14 /* b2 */
            invokespecial java.lang.String.<init>:([B)V
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            aaload
            aastore
        86: .line 1265
            aload 11 /* superInterfaces */
            iconst_0
            iload 12 /* interfaceCount */
            anewarray org.eclipse.jdt.core.IType
            dup
            astore 11 /* superInterfaces */
            iconst_0
            iload 12 /* interfaceCount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        87: .line 1267
            aload 3 /* typeHierarchy */
        88: .line 1268
            aload 4 /* types */
            iload 10 /* subClass */
            aaload
        89: .line 1269
            aload 11 /* superInterfaces */
        90: .line 1267
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.cacheSuperInterfaces:(Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/IType;)V
        end local 14 // byte[] b2
        end local 13 // int j
        end local 12 // int interfaceCount
        end local 11 // org.eclipse.jdt.core.IType[] superInterfaces
        end local 10 // int subClass
        91: .line 1242
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType[] int int int int byte[]
      StackMap stack:
            aload 1 /* input */
            invokevirtual java.io.InputStream.read:()I
            i2b
            dup
            istore 8 /* b */
            bipush 10
            if_icmpeq 92
            iload 8 /* b */
            iconst_m1
            if_icmpne 67
        92: .line 1271
      StackMap locals:
      StackMap stack:
            iload 8 /* b */
            iconst_m1
            if_icmpne 94
        93: .line 1272
            new org.eclipse.jdt.core.JavaModelException
            dup
            new org.eclipse.jdt.internal.core.JavaModelStatus
            dup
            iconst_4
            invokespecial org.eclipse.jdt.internal.core.JavaModelStatus.<init>:(I)V
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Lorg/eclipse/jdt/core/IJavaModelStatus;)V
            athrow
        94: .line 1274
      StackMap locals:
      StackMap stack:
            aload 3 /* typeHierarchy */
        95: areturn
        end local 9 // byte[] bytes
        end local 8 // byte b
        end local 7 // byte generalInfo
        end local 6 // byte version
        end local 5 // int typeCount
        end local 4 // org.eclipse.jdt.core.IType[] types
        end local 3 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy typeHierarchy
        96: .line 1275
      StackMap locals: org.eclipse.jdt.core.IType java.io.InputStream org.eclipse.jdt.core.WorkingCopyOwner
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
        97: .line 1276
            new org.eclipse.jdt.core.JavaModelException
            dup
            aload 3 /* e */
            sipush 985
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Ljava/lang/Throwable;I)V
            athrow
        end local 3 // java.io.IOException e
        end local 2 // org.eclipse.jdt.core.WorkingCopyOwner owner
        end local 1 // java.io.InputStream input
        end local 0 // org.eclipse.jdt.core.IType type
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   98     0             type  Lorg/eclipse/jdt/core/IType;
            0   98     1            input  Ljava/io/InputStream;
            0   98     2            owner  Lorg/eclipse/jdt/core/WorkingCopyOwner;
            1   96     3    typeHierarchy  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            3   96     4            types  [Lorg/eclipse/jdt/core/IType;
            4   96     5        typeCount  I
            5   96     6          version  B
            8   96     7      generalInfo  B
           23   29     8                b  B
           34   53     8                b  B
           54   96     8                b  B
           11   96     9            bytes  [B
           25   28    10          missing  [B
           31   33    10          missing  [B
           19   33    11                j  I
           20   33    12           length  I
           21   30    13                i  I
           37   53    10          element  Lorg/eclipse/jdt/core/IType;
           42   53    11            flags  Ljava/lang/Integer;
           45   53    12             info  B
           59   65    10         subClass  I
           61   65    11       superClass  I
           70   91    10         subClass  I
           72   91    11  superInterfaces  [Lorg/eclipse/jdt/core/IType;
           73   91    12   interfaceCount  I
           74   91    13                j  I
           78   81    14               b2  [B
           84   91    14               b2  [B
           75   83    15                i  I
           97   98     3                e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    95      96  Class java.io.IOException
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
       Name  Flags
      type   
      input  
      owner  

  protected boolean packageRegionContainsSamePackageFragment(org.eclipse.jdt.internal.core.PackageFragment);
    descriptor: (Lorg/eclipse/jdt/internal/core/PackageFragment;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.internal.core.PackageFragment element
         0: .line 1284
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.packageRegion:Lorg/eclipse/jdt/internal/core/Region;
            invokevirtual org.eclipse.jdt.internal.core.Region.getElements:()[Lorg/eclipse/jdt/core/IJavaElement;
            astore 2 /* pkgs */
        start local 2 // org.eclipse.jdt.core.IJavaElement[] pkgs
         1: .line 1285
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 1286
      StackMap locals: org.eclipse.jdt.core.IJavaElement[] int
      StackMap stack:
            aload 2 /* pkgs */
            iload 3 /* i */
            aaload
            checkcast org.eclipse.jdt.internal.core.PackageFragment
            astore 4 /* pkg */
        start local 4 // org.eclipse.jdt.internal.core.PackageFragment pkg
         4: .line 1287
            aload 4 /* pkg */
            getfield org.eclipse.jdt.internal.core.PackageFragment.names:[Ljava/lang/String;
            aload 1 /* element */
            getfield org.eclipse.jdt.internal.core.PackageFragment.names:[Ljava/lang/String;
            invokestatic org.eclipse.jdt.internal.core.util.Util.equalArraysOrNull:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 6
         5: .line 1288
            iconst_1
            ireturn
        end local 4 // org.eclipse.jdt.internal.core.PackageFragment pkg
         6: .line 1285
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 2 /* pkgs */
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 1290
            iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.core.IJavaElement[] pkgs
        end local 1 // org.eclipse.jdt.internal.core.PackageFragment element
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    9     1  element  Lorg/eclipse/jdt/internal/core/PackageFragment;
            1    9     2     pkgs  [Lorg/eclipse/jdt/core/IJavaElement;
            2    8     3        i  I
            4    6     4      pkg  Lorg/eclipse/jdt/internal/core/PackageFragment;
    MethodParameters:
         Name  Flags
      element  

  public synchronized void refresh(org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (Lorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.core.runtime.IProgressMonitor monitor
         0: .line 1301
            aload 0 /* this */
            aload 1 /* monitor */
         1: .line 1302
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 3
         2: .line 1303
            getstatic org.eclipse.jdt.internal.core.util.Messages.hierarchy_creatingOnType:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            invokeinterface org.eclipse.jdt.core.IType.getFullyQualifiedName:()Ljava/lang/String;
            invokestatic org.eclipse.jdt.internal.core.util.Messages.bind:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
            goto 4
         3: .line 1304
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.core.runtime.IProgressMonitor
      StackMap stack: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.core.runtime.IProgressMonitor
            getstatic org.eclipse.jdt.internal.core.util.Messages.hierarchy_creating:Ljava/lang/String;
         4: .line 1305
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.core.runtime.IProgressMonitor
      StackMap stack: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.core.runtime.IProgressMonitor java.lang.String
            bipush 100
         5: .line 1301
            invokestatic org.eclipse.core.runtime.SubMonitor.convert:(Lorg/eclipse/core/runtime/IProgressMonitor;Ljava/lang/String;I)Lorg/eclipse/core/runtime/SubMonitor;
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
         6: .line 1306
            ldc -1
            lstore 2 /* start */
        start local 2 // long start
         7: .line 1307
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.DEBUG:Z
            ifeq 15
         8: .line 1308
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 2 /* start */
         9: .line 1309
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.computeSubtypes:Z
            ifeq 12
        10: .line 1310
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CREATING TYPE HIERARCHY ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        11: .line 1311
            goto 13
        12: .line 1312
      StackMap locals: long
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CREATING SUPER TYPE HIERARCHY ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        13: .line 1314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 15
        14: .line 1315
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "  on type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            checkcast org.eclipse.jdt.internal.core.JavaElement
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.toStringWithAncestors:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        15: .line 1319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.compute:()V
        16: .line 1320
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.initializeRegions:()V
        17: .line 1321
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.needsRefresh:Z
        18: .line 1322
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.changeCollector:Lorg/eclipse/jdt/internal/core/hierarchy/ChangeCollector;
        19: .line 1324
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.DEBUG:Z
            ifeq 35
        20: .line 1325
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.computeSubtypes:Z
            ifeq 23
        21: .line 1326
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CREATED TYPE HIERARCHY in "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic java.lang.System.currentTimeMillis:()J
            lload 2 /* start */
            lsub
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc "ms"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        22: .line 1327
            goto 24
        23: .line 1328
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CREATED SUPER TYPE HIERARCHY in "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic java.lang.System.currentTimeMillis:()J
            lload 2 /* start */
            lsub
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc "ms"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        24: .line 1330
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 2 // long start
        25: .line 1332
            goto 35
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.core.runtime.IProgressMonitor
      StackMap stack: org.eclipse.jdt.core.JavaModelException
        26: astore 2 /* e */
        start local 2 // org.eclipse.jdt.core.JavaModelException e
        27: .line 1333
            aload 2 /* e */
            athrow
        end local 2 // org.eclipse.jdt.core.JavaModelException e
        28: .line 1334
      StackMap locals:
      StackMap stack: org.eclipse.core.runtime.CoreException
            astore 2 /* e */
        start local 2 // org.eclipse.core.runtime.CoreException e
        29: .line 1335
            new org.eclipse.jdt.core.JavaModelException
            dup
            aload 2 /* e */
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Lorg/eclipse/core/runtime/CoreException;)V
            athrow
        end local 2 // org.eclipse.core.runtime.CoreException e
        30: .line 1336
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        31: .line 1337
            aload 1 /* monitor */
            ifnull 33
        32: .line 1338
            aload 1 /* monitor */
            invokeinterface org.eclipse.core.runtime.IProgressMonitor.done:()V
        33: .line 1340
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.core.runtime.IProgressMonitor top top java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
        34: .line 1341
            aload 4
            athrow
        35: .line 1337
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.core.runtime.IProgressMonitor
      StackMap stack:
            aload 1 /* monitor */
            ifnull 37
        36: .line 1338
            aload 1 /* monitor */
            invokeinterface org.eclipse.core.runtime.IProgressMonitor.done:()V
        37: .line 1340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
        38: .line 1342
            return
        end local 1 // org.eclipse.core.runtime.IProgressMonitor monitor
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   39     0     this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   39     1  monitor  Lorg/eclipse/core/runtime/IProgressMonitor;
            7   25     2    start  J
           27   28     2        e  Lorg/eclipse/jdt/core/JavaModelException;
           29   30     2        e  Lorg/eclipse/core/runtime/CoreException;
      Exception table:
        from    to  target  type
           0    25      26  Class org.eclipse.jdt.core.JavaModelException
           0    25      28  Class org.eclipse.core.runtime.CoreException
           0    30      30  any
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
         Name  Flags
      monitor  

  public synchronized void removeTypeHierarchyChangedListener(org.eclipse.jdt.core.ITypeHierarchyChangedListener);
    descriptor: (Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.ITypeHierarchyChangedListener listener
         0: .line 1349
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.changeListeners:Ljava/util/ArrayList;
            astore 2 /* listeners */
        start local 2 // java.util.ArrayList listeners
         1: .line 1350
            aload 2 /* listeners */
            ifnonnull 3
         2: .line 1351
            return
         3: .line 1353
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 2 /* listeners */
            aload 1 /* listener */
            invokevirtual java.util.ArrayList.remove:(Ljava/lang/Object;)Z
            pop
         4: .line 1356
            aload 2 /* listeners */
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifeq 6
         5: .line 1357
            aload 0 /* this */
            invokestatic org.eclipse.jdt.core.JavaCore.removeElementChangedListener:(Lorg/eclipse/jdt/core/IElementChangedListener;)V
         6: .line 1359
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.ArrayList listeners
        end local 1 // org.eclipse.jdt.core.ITypeHierarchyChangedListener listener
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    7     1   listener  Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;
            1    7     2  listeners  Ljava/util/ArrayList<Lorg/eclipse/jdt/core/ITypeHierarchyChangedListener;>;
    MethodParameters:
          Name  Flags
      listener  

  public void store(java.io.OutputStream, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (Ljava/io/OutputStream;Lorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=15, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // java.io.OutputStream output
        start local 2 // org.eclipse.core.runtime.IProgressMonitor monitor
         0: .line 1368
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            astore 3 /* hashtable */
        start local 3 // java.util.Hashtable hashtable
         1: .line 1369
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            astore 4 /* hashtable2 */
        start local 4 // java.util.Hashtable hashtable2
         2: .line 1370
            iconst_0
            istore 5 /* count */
        start local 5 // int count
         3: .line 1372
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 7
         4: .line 1373
            iload 5 /* count */
            iinc 5 /* count */ 1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 6 /* index */
        start local 6 // java.lang.Integer index
         5: .line 1374
            aload 3 /* hashtable */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            aload 6 /* index */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 1375
            aload 4 /* hashtable2 */
            aload 6 /* index */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // java.lang.Integer index
         7: .line 1377
      StackMap locals: java.util.Hashtable java.util.Hashtable int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.classToSuperclass:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            astore 6 /* types */
        start local 6 // java.lang.Object[] types
         8: .line 1378
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 22
        10: .line 1379
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 6 /* types */
            iload 7 /* i */
            aaload
            checkcast java.util.Map$Entry
            astore 8 /* entry */
        start local 8 // java.util.Map$Entry entry
        11: .line 1380
            aload 8 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            astore 9 /* t */
        start local 9 // org.eclipse.jdt.core.IType t
        12: .line 1381
            aload 3 /* hashtable */
            aload 9 /* t */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 16
        13: .line 1382
            iload 5 /* count */
            iinc 5 /* count */ 1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 10 /* index */
        start local 10 // java.lang.Integer index
        14: .line 1383
            aload 3 /* hashtable */
            aload 9 /* t */
            aload 10 /* index */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 1384
            aload 4 /* hashtable2 */
            aload 10 /* index */
            aload 9 /* t */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 10 // java.lang.Integer index
        16: .line 1386
      StackMap locals: java.util.Map$Entry org.eclipse.jdt.core.IType
      StackMap stack:
            aload 8 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            astore 10 /* superClass */
        start local 10 // org.eclipse.jdt.core.IType superClass
        17: .line 1387
            aload 10 /* superClass */
            ifnull 21
            aload 3 /* hashtable */
            aload 10 /* superClass */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 21
        18: .line 1388
            iload 5 /* count */
            iinc 5 /* count */ 1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 11 /* index */
        start local 11 // java.lang.Integer index
        19: .line 1389
            aload 3 /* hashtable */
            aload 10 /* superClass */
            aload 11 /* index */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        20: .line 1390
            aload 4 /* hashtable2 */
            aload 11 /* index */
            aload 10 /* superClass */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 11 // java.lang.Integer index
        end local 10 // org.eclipse.jdt.core.IType superClass
        end local 9 // org.eclipse.jdt.core.IType t
        end local 8 // java.util.Map$Entry entry
        21: .line 1378
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 7 /* i */
            aload 6 /* types */
            arraylength
            if_icmplt 10
        end local 7 // int i
        23: .line 1393
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSuperInterfaces:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            astore 7 /* intfs */
        start local 7 // java.lang.Object[] intfs
        24: .line 1394
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        25: goto 44
        26: .line 1395
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy java.io.OutputStream org.eclipse.core.runtime.IProgressMonitor java.util.Hashtable java.util.Hashtable int java.lang.Object[] java.lang.Object[] int
      StackMap stack:
            aload 7 /* intfs */
            iload 8 /* i */
            aaload
            checkcast java.util.Map$Entry
            astore 9 /* entry */
        start local 9 // java.util.Map$Entry entry
        27: .line 1396
            aload 9 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            astore 10 /* t */
        start local 10 // org.eclipse.jdt.core.IType t
        28: .line 1397
            aload 3 /* hashtable */
            aload 10 /* t */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 32
        29: .line 1398
            iload 5 /* count */
            iinc 5 /* count */ 1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 11 /* index */
        start local 11 // java.lang.Integer index
        30: .line 1399
            aload 3 /* hashtable */
            aload 10 /* t */
            aload 11 /* index */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        31: .line 1400
            aload 4 /* hashtable2 */
            aload 11 /* index */
            aload 10 /* t */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 11 // java.lang.Integer index
        32: .line 1402
      StackMap locals: java.util.Map$Entry org.eclipse.jdt.core.IType
      StackMap stack:
            aload 9 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType[]
            astore 11 /* sp */
        start local 11 // org.eclipse.jdt.core.IType[] sp
        33: .line 1403
            aload 11 /* sp */
            ifnull 43
        34: .line 1404
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        35: goto 42
        36: .line 1405
      StackMap locals: org.eclipse.jdt.core.IType[] int
      StackMap stack:
            aload 11 /* sp */
            iload 12 /* j */
            aaload
            astore 13 /* superInterface */
        start local 13 // org.eclipse.jdt.core.IType superInterface
        37: .line 1406
            aload 11 /* sp */
            iload 12 /* j */
            aaload
            ifnull 41
            aload 3 /* hashtable */
            aload 13 /* superInterface */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 41
        38: .line 1407
            iload 5 /* count */
            iinc 5 /* count */ 1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 14 /* index */
        start local 14 // java.lang.Integer index
        39: .line 1408
            aload 3 /* hashtable */
            aload 13 /* superInterface */
            aload 14 /* index */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        40: .line 1409
            aload 4 /* hashtable2 */
            aload 14 /* index */
            aload 13 /* superInterface */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 14 // java.lang.Integer index
        end local 13 // org.eclipse.jdt.core.IType superInterface
        41: .line 1404
      StackMap locals:
      StackMap stack:
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        42: iload 12 /* j */
            aload 11 /* sp */
            arraylength
            if_icmplt 36
        end local 12 // int j
        end local 11 // org.eclipse.jdt.core.IType[] sp
        end local 10 // org.eclipse.jdt.core.IType t
        end local 9 // java.util.Map$Entry entry
        43: .line 1394
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy java.io.OutputStream org.eclipse.core.runtime.IProgressMonitor java.util.Hashtable java.util.Hashtable int java.lang.Object[] java.lang.Object[] int
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        44: iload 8 /* i */
            aload 7 /* intfs */
            arraylength
            if_icmplt 26
        end local 8 // int i
        45: .line 1415
            aload 1 /* output */
            iconst_0
            invokevirtual java.io.OutputStream.write:(I)V
        46: .line 1418
            iconst_0
            istore 8 /* generalInfo */
        start local 8 // byte generalInfo
        47: .line 1419
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.computeSubtypes:Z
            ifeq 49
        48: .line 1420
            iload 8 /* generalInfo */
            iconst_1
            ior
            i2b
            istore 8 /* generalInfo */
        49: .line 1422
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy java.io.OutputStream org.eclipse.core.runtime.IProgressMonitor java.util.Hashtable java.util.Hashtable int java.lang.Object[] java.lang.Object[] int
      StackMap stack:
            aload 1 /* output */
            iload 8 /* generalInfo */
            invokevirtual java.io.OutputStream.write:(I)V
        50: .line 1425
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.project:Lorg/eclipse/jdt/core/IJavaProject;
            ifnull 52
        51: .line 1426
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.project:Lorg/eclipse/jdt/core/IJavaProject;
            invokeinterface org.eclipse.jdt.core.IJavaProject.getHandleIdentifier:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual java.io.OutputStream.write:([B)V
        52: .line 1428
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            bipush 10
            invokevirtual java.io.OutputStream.write:(I)V
        53: .line 1431
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        54: goto 59
        55: .line 1432
      StackMap locals: int
      StackMap stack:
            iload 9 /* i */
            ifeq 57
        56: .line 1433
            aload 1 /* output */
            bipush 44
            invokevirtual java.io.OutputStream.write:(I)V
        57: .line 1435
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.missingTypes:Ljava/util/ArrayList;
            iload 9 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual java.io.OutputStream.write:([B)V
        58: .line 1431
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        59: iload 9 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.missingTypes:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 55
        end local 9 // int i
        60: .line 1438
            aload 1 /* output */
            bipush 10
            invokevirtual java.io.OutputStream.write:(I)V
        61: .line 1441
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        62: goto 77
        63: .line 1442
      StackMap locals:
      StackMap stack:
            aload 4 /* hashtable2 */
            iload 9 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            astore 10 /* t */
        start local 10 // org.eclipse.jdt.core.IType t
        64: .line 1445
            aload 1 /* output */
            aload 10 /* t */
            invokeinterface org.eclipse.jdt.core.IType.getHandleIdentifier:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual java.io.OutputStream.write:([B)V
        65: .line 1446
            aload 1 /* output */
            bipush 13
            invokevirtual java.io.OutputStream.write:(I)V
        66: .line 1447
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeFlags:Ljava/util/Map;
            aload 10 /* t */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokestatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.flagsToBytes:(Ljava/lang/Integer;)[B
            invokevirtual java.io.OutputStream.write:([B)V
        67: .line 1448
            aload 1 /* output */
            bipush 13
            invokevirtual java.io.OutputStream.write:(I)V
        68: .line 1449
            iconst_0
            istore 11 /* info */
        start local 11 // byte info
        69: .line 1450
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 71
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            aload 10 /* t */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 71
        70: .line 1451
            iload 11 /* info */
            iconst_2
            ior
            i2b
            istore 11 /* info */
        71: .line 1453
      StackMap locals: org.eclipse.jdt.core.IType int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.interfaces:Ljava/util/ArrayList;
            aload 10 /* t */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 73
        72: .line 1454
            iload 11 /* info */
            iconst_1
            ior
            i2b
            istore 11 /* info */
        73: .line 1456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
            aload 10 /* t */
            invokevirtual org.eclipse.jdt.internal.core.TypeVector.contains:(Lorg/eclipse/jdt/core/IType;)Z
            ifeq 75
        74: .line 1457
            iload 11 /* info */
            iconst_4
            ior
            i2b
            istore 11 /* info */
        75: .line 1459
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 11 /* info */
            invokevirtual java.io.OutputStream.write:(I)V
        end local 11 // byte info
        end local 10 // org.eclipse.jdt.core.IType t
        76: .line 1441
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        77: iload 9 /* i */
            iload 5 /* count */
            if_icmplt 63
        end local 9 // int i
        78: .line 1461
            aload 1 /* output */
            bipush 10
            invokevirtual java.io.OutputStream.write:(I)V
        79: .line 1464
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.classToSuperclass:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            astore 6 /* types */
        80: .line 1465
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        81: goto 90
        82: .line 1466
      StackMap locals:
      StackMap stack:
            aload 6 /* types */
            iload 9 /* i */
            aaload
            checkcast java.util.Map$Entry
            astore 10 /* entry */
        start local 10 // java.util.Map$Entry entry
        83: .line 1467
            aload 10 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IJavaElement
            astore 11 /* key */
        start local 11 // org.eclipse.jdt.core.IJavaElement key
        84: .line 1468
            aload 10 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IJavaElement
            astore 12 /* value */
        start local 12 // org.eclipse.jdt.core.IJavaElement value
        85: .line 1470
            aload 1 /* output */
            aload 3 /* hashtable */
            aload 11 /* key */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual java.io.OutputStream.write:([B)V
        86: .line 1471
            aload 1 /* output */
            bipush 62
            invokevirtual java.io.OutputStream.write:(I)V
        87: .line 1472
            aload 1 /* output */
            aload 3 /* hashtable */
            aload 12 /* value */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual java.io.OutputStream.write:([B)V
        88: .line 1473
            aload 1 /* output */
            bipush 10
            invokevirtual java.io.OutputStream.write:(I)V
        end local 12 // org.eclipse.jdt.core.IJavaElement value
        end local 11 // org.eclipse.jdt.core.IJavaElement key
        end local 10 // java.util.Map$Entry entry
        89: .line 1465
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        90: iload 9 /* i */
            aload 6 /* types */
            arraylength
            if_icmplt 82
        end local 9 // int i
        91: .line 1475
            aload 1 /* output */
            bipush 10
            invokevirtual java.io.OutputStream.write:(I)V
        92: .line 1478
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.typeToSuperInterfaces:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            astore 7 /* intfs */
        93: .line 1479
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        94: goto 110
        95: .line 1480
      StackMap locals:
      StackMap stack:
            aload 7 /* intfs */
            iload 9 /* i */
            aaload
            checkcast java.util.Map$Entry
            astore 10 /* entry */
        start local 10 // java.util.Map$Entry entry
        96: .line 1481
            aload 10 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IJavaElement
            astore 11 /* key */
        start local 11 // org.eclipse.jdt.core.IJavaElement key
        97: .line 1482
            aload 10 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IJavaElement[]
            astore 12 /* values */
        start local 12 // org.eclipse.jdt.core.IJavaElement[] values
        98: .line 1484
            aload 12 /* values */
            arraylength
            ifle 109
        99: .line 1485
            aload 1 /* output */
            aload 3 /* hashtable */
            aload 11 /* key */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual java.io.OutputStream.write:([B)V
       100: .line 1486
            aload 1 /* output */
            bipush 62
            invokevirtual java.io.OutputStream.write:(I)V
       101: .line 1487
            iconst_0
            istore 13 /* j */
        start local 13 // int j
       102: goto 107
       103: .line 1488
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy java.io.OutputStream org.eclipse.core.runtime.IProgressMonitor java.util.Hashtable java.util.Hashtable int java.lang.Object[] java.lang.Object[] int int java.util.Map$Entry org.eclipse.jdt.core.IJavaElement org.eclipse.jdt.core.IJavaElement[] int
      StackMap stack:
            aload 12 /* values */
            iload 13 /* j */
            aaload
            astore 14 /* value */
        start local 14 // org.eclipse.jdt.core.IJavaElement value
       104: .line 1489
            iload 13 /* j */
            ifeq 105
            aload 1 /* output */
            bipush 44
            invokevirtual java.io.OutputStream.write:(I)V
       105: .line 1490
      StackMap locals: org.eclipse.jdt.core.IJavaElement
      StackMap stack:
            aload 1 /* output */
            aload 3 /* hashtable */
            aload 14 /* value */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual java.io.OutputStream.write:([B)V
        end local 14 // org.eclipse.jdt.core.IJavaElement value
       106: .line 1487
            iinc 13 /* j */ 1
      StackMap locals:
      StackMap stack:
       107: iload 13 /* j */
            aload 12 /* values */
            arraylength
            if_icmplt 103
        end local 13 // int j
       108: .line 1492
            aload 1 /* output */
            bipush 10
            invokevirtual java.io.OutputStream.write:(I)V
        end local 12 // org.eclipse.jdt.core.IJavaElement[] values
        end local 11 // org.eclipse.jdt.core.IJavaElement key
        end local 10 // java.util.Map$Entry entry
       109: .line 1479
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy java.io.OutputStream org.eclipse.core.runtime.IProgressMonitor java.util.Hashtable java.util.Hashtable int java.lang.Object[] java.lang.Object[] int int
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
       110: iload 9 /* i */
            aload 7 /* intfs */
            arraylength
            if_icmplt 95
        end local 9 // int i
       111: .line 1495
            aload 1 /* output */
            bipush 10
            invokevirtual java.io.OutputStream.write:(I)V
        end local 8 // byte generalInfo
        end local 7 // java.lang.Object[] intfs
        end local 6 // java.lang.Object[] types
        end local 5 // int count
        end local 4 // java.util.Hashtable hashtable2
        end local 3 // java.util.Hashtable hashtable
       112: .line 1496
            goto 115
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy java.io.OutputStream org.eclipse.core.runtime.IProgressMonitor
      StackMap stack: java.io.IOException
       113: astore 3 /* e */
        start local 3 // java.io.IOException e
       114: .line 1497
            new org.eclipse.jdt.core.JavaModelException
            dup
            aload 3 /* e */
            sipush 985
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Ljava/lang/Throwable;I)V
            athrow
        end local 3 // java.io.IOException e
       115: .line 1499
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.core.runtime.IProgressMonitor monitor
        end local 1 // java.io.OutputStream output
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  116     0            this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0  116     1          output  Ljava/io/OutputStream;
            0  116     2         monitor  Lorg/eclipse/core/runtime/IProgressMonitor;
            1  112     3       hashtable  Ljava/util/Hashtable<Lorg/eclipse/jdt/core/IType;Ljava/lang/Integer;>;
            2  112     4      hashtable2  Ljava/util/Hashtable<Ljava/lang/Integer;Lorg/eclipse/jdt/core/IType;>;
            3  112     5           count  I
            5    7     6           index  Ljava/lang/Integer;
            8  112     6           types  [Ljava/lang/Object;
            9   23     7               i  I
           11   21     8           entry  Ljava/util/Map$Entry<Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/core/IType;>;
           12   21     9               t  Lorg/eclipse/jdt/core/IType;
           14   16    10           index  Ljava/lang/Integer;
           17   21    10      superClass  Lorg/eclipse/jdt/core/IType;
           19   21    11           index  Ljava/lang/Integer;
           24  112     7           intfs  [Ljava/lang/Object;
           25   45     8               i  I
           27   43     9           entry  Ljava/util/Map$Entry<Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/IType;>;
           28   43    10               t  Lorg/eclipse/jdt/core/IType;
           30   32    11           index  Ljava/lang/Integer;
           33   43    11              sp  [Lorg/eclipse/jdt/core/IType;
           35   43    12               j  I
           37   41    13  superInterface  Lorg/eclipse/jdt/core/IType;
           39   41    14           index  Ljava/lang/Integer;
           47  112     8     generalInfo  B
           54   60     9               i  I
           62   78     9               i  I
           64   76    10               t  Lorg/eclipse/jdt/core/IType;
           69   76    11            info  B
           81   91     9               i  I
           83   89    10           entry  Ljava/util/Map$Entry<Lorg/eclipse/jdt/core/IType;Lorg/eclipse/jdt/core/IType;>;
           84   89    11             key  Lorg/eclipse/jdt/core/IJavaElement;
           85   89    12           value  Lorg/eclipse/jdt/core/IJavaElement;
           94  111     9               i  I
           96  109    10           entry  Ljava/util/Map$Entry<Lorg/eclipse/jdt/core/IType;[Lorg/eclipse/jdt/core/IType;>;
           97  109    11             key  Lorg/eclipse/jdt/core/IJavaElement;
           98  109    12          values  [Lorg/eclipse/jdt/core/IJavaElement;
          102  108    13               j  I
          104  106    14           value  Lorg/eclipse/jdt/core/IJavaElement;
          114  115     3               e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0   112     113  Class java.io.IOException
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
         Name  Flags
      output   
      monitor  

  boolean subtypesIncludeSupertypeOf(org.eclipse.jdt.core.IType);
    descriptor: (Lorg/eclipse/jdt/core/IType;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // org.eclipse.jdt.core.IType type
         0: .line 1507
            aconst_null
            astore 2 /* superclassName */
        start local 2 // java.lang.String superclassName
         1: .line 1509
            aload 1 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getSuperclassName:()Ljava/lang/String;
            astore 2 /* superclassName */
         2: .line 1510
            goto 7
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType java.lang.String
      StackMap stack: org.eclipse.jdt.core.JavaModelException
         3: astore 3 /* e */
        start local 3 // org.eclipse.jdt.core.JavaModelException e
         4: .line 1511
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.DEBUG:Z
            ifeq 6
         5: .line 1512
            aload 3 /* e */
            invokevirtual org.eclipse.jdt.core.JavaModelException.printStackTrace:()V
         6: .line 1514
      StackMap locals: org.eclipse.jdt.core.JavaModelException
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // org.eclipse.jdt.core.JavaModelException e
         7: .line 1516
      StackMap locals:
      StackMap stack:
            aload 2 /* superclassName */
            ifnonnull 9
         8: .line 1517
            ldc "Object"
            astore 2 /* superclassName */
         9: .line 1519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* superclassName */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.hasSubtypeNamed:(Ljava/lang/String;)Z
            ifeq 11
        10: .line 1520
            iconst_1
            ireturn
        11: .line 1524
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* interfaceNames */
        start local 3 // java.lang.String[] interfaceNames
        12: .line 1526
            aload 1 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getSuperInterfaceNames:()[Ljava/lang/String;
            astore 3 /* interfaceNames */
        13: .line 1527
            goto 18
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy org.eclipse.jdt.core.IType java.lang.String java.lang.String[]
      StackMap stack: org.eclipse.jdt.core.JavaModelException
        14: astore 4 /* e */
        start local 4 // org.eclipse.jdt.core.JavaModelException e
        15: .line 1528
            getstatic org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.DEBUG:Z
            ifeq 17
        16: .line 1529
            aload 4 /* e */
            invokevirtual org.eclipse.jdt.core.JavaModelException.printStackTrace:()V
        17: .line 1530
      StackMap locals: org.eclipse.jdt.core.JavaModelException
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // org.eclipse.jdt.core.JavaModelException e
        18: .line 1532
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        19: aload 3 /* interfaceNames */
            arraylength
            istore 5 /* length */
        start local 5 // int length
        20: goto 25
        21: .line 1533
      StackMap locals: int int
      StackMap stack:
            aload 3 /* interfaceNames */
            iload 4 /* i */
            aaload
            astore 6 /* interfaceName */
        start local 6 // java.lang.String interfaceName
        22: .line 1534
            aload 0 /* this */
            aload 6 /* interfaceName */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.hasSubtypeNamed:(Ljava/lang/String;)Z
            ifeq 24
        23: .line 1535
            iconst_1
            ireturn
        end local 6 // java.lang.String interfaceName
        24: .line 1532
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 4 /* i */
            iload 5 /* length */
            if_icmplt 21
        end local 5 // int length
        end local 4 // int i
        26: .line 1539
            iconst_0
            ireturn
        end local 3 // java.lang.String[] interfaceNames
        end local 2 // java.lang.String superclassName
        end local 1 // org.eclipse.jdt.core.IType type
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   27     0            this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   27     1            type  Lorg/eclipse/jdt/core/IType;
            1   27     2  superclassName  Ljava/lang/String;
            4    7     3               e  Lorg/eclipse/jdt/core/JavaModelException;
           12   27     3  interfaceNames  [Ljava/lang/String;
           15   18     4               e  Lorg/eclipse/jdt/core/JavaModelException;
           19   26     4               i  I
           20   26     5          length  I
           22   24     6   interfaceName  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     2       3  Class org.eclipse.jdt.core.JavaModelException
          12    13      14  Class org.eclipse.jdt.core.JavaModelException
    MethodParameters:
      Name  Flags
      type  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
         0: .line 1546
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         1: .line 1547
            aload 1 /* buffer */
            ldc "Focus: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 1548
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnonnull 5
         3: .line 1549
            aload 1 /* buffer */
            ldc "<NONE>\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 1550
            goto 6
         5: .line 1551
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.toString:(Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;I)V
         6: .line 1553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.exists:()Z
            ifeq 36
         7: .line 1554
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            ifnull 13
         8: .line 1555
            aload 1 /* buffer */
            ldc "Super types:\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 1556
            aload 0 /* this */
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            iconst_0
            iconst_1
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.toString:(Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;IZ)V
        10: .line 1557
            aload 1 /* buffer */
            ldc "Sub types:\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 1558
            aload 0 /* this */
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.focusType:Lorg/eclipse/jdt/core/IType;
            iconst_0
            iconst_0
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.toString:(Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;IZ)V
        12: .line 1559
            goto 37
        13: .line 1560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            ifle 33
        14: .line 1561
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getRootClasses:()[Lorg/eclipse/jdt/core/IType;
            invokestatic org.eclipse.jdt.internal.core.util.Util.sortCopy:([Lorg/eclipse/jdt/core/IJavaElement;)[Lorg/eclipse/jdt/core/IJavaElement;
            astore 2 /* roots */
        start local 2 // org.eclipse.jdt.core.IJavaElement[] roots
        15: .line 1562
            aload 1 /* buffer */
            ldc "Super types of root classes:\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        16: .line 1563
            aload 2 /* roots */
            arraylength
            istore 3 /* length */
        start local 3 // int length
        17: .line 1564
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        18: goto 23
        19: .line 1565
      StackMap locals: org.eclipse.jdt.core.IJavaElement[] int int
      StackMap stack:
            aload 2 /* roots */
            iload 4 /* i */
            aaload
            astore 5 /* root */
        start local 5 // org.eclipse.jdt.core.IJavaElement root
        20: .line 1566
            aload 0 /* this */
            aload 1 /* buffer */
            aload 5 /* root */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.toString:(Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;I)V
        21: .line 1567
            aload 0 /* this */
            aload 1 /* buffer */
            aload 5 /* root */
            iconst_1
            iconst_1
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.toString:(Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;IZ)V
        end local 5 // org.eclipse.jdt.core.IJavaElement root
        22: .line 1564
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 19
        end local 4 // int i
        24: .line 1569
            aload 1 /* buffer */
            ldc "Sub types of root classes:\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        25: .line 1570
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        26: goto 31
        27: .line 1571
      StackMap locals:
      StackMap stack:
            aload 2 /* roots */
            iload 4 /* i */
            aaload
            astore 5 /* root */
        start local 5 // org.eclipse.jdt.core.IJavaElement root
        28: .line 1572
            aload 0 /* this */
            aload 1 /* buffer */
            aload 5 /* root */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.toString:(Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;I)V
        29: .line 1573
            aload 0 /* this */
            aload 1 /* buffer */
            aload 5 /* root */
            iconst_1
            iconst_0
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.toString:(Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;IZ)V
        end local 5 // org.eclipse.jdt.core.IJavaElement root
        30: .line 1570
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 27
        end local 4 // int i
        end local 3 // int length
        end local 2 // org.eclipse.jdt.core.IJavaElement[] roots
        32: .line 1575
            goto 37
      StackMap locals:
      StackMap stack:
        33: aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.rootClasses:Lorg/eclipse/jdt/internal/core/TypeVector;
            getfield org.eclipse.jdt.internal.core.TypeVector.size:I
            ifne 37
        34: .line 1577
            aload 1 /* buffer */
            ldc "No root classes"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        35: .line 1580
            goto 37
        36: .line 1581
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc "(Hierarchy became stale)"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        37: .line 1583
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   38     0    this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            1   38     1  buffer  Ljava/lang/StringBuffer;
           15   32     2   roots  [Lorg/eclipse/jdt/core/IJavaElement;
           17   32     3  length  I
           18   24     4       i  I
           20   22     5    root  Lorg/eclipse/jdt/core/IJavaElement;
           26   32     4       i  I
           28   30     5    root  Lorg/eclipse/jdt/core/IJavaElement;

  private void toString(java.lang.StringBuffer, org.eclipse.jdt.core.IJavaElement, int, boolean);
    descriptor: (Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // java.lang.StringBuffer buffer
        start local 2 // org.eclipse.jdt.core.IJavaElement type
        start local 3 // int indent
        start local 4 // boolean ascendant
         0: .line 1591
            iload 4 /* ascendant */
            ifeq 1
            aload 0 /* this */
            aload 2 /* type */
            checkcast org.eclipse.jdt.core.IType
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getSupertypes:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 2 /* type */
            checkcast org.eclipse.jdt.core.IType
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.getSubtypes:(Lorg/eclipse/jdt/core/IType;)[Lorg/eclipse/jdt/core/IType;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.core.IType[]
         2: astore 5 /* types */
        start local 5 // org.eclipse.jdt.core.IType[] types
         3: .line 1592
            aload 5 /* types */
            invokestatic org.eclipse.jdt.internal.core.util.Util.sortCopy:([Lorg/eclipse/jdt/core/IJavaElement;)[Lorg/eclipse/jdt/core/IJavaElement;
            astore 6 /* sortedTypes */
        start local 6 // org.eclipse.jdt.core.IJavaElement[] sortedTypes
         4: .line 1593
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         5: goto 9
         6: .line 1594
      StackMap locals: org.eclipse.jdt.core.IType[] org.eclipse.jdt.core.IJavaElement[] int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            aload 6 /* sortedTypes */
            iload 7 /* i */
            aaload
            iload 3 /* indent */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.toString:(Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;I)V
         7: .line 1595
            aload 0 /* this */
            aload 1 /* buffer */
            aload 6 /* sortedTypes */
            iload 7 /* i */
            aaload
            iload 3 /* indent */
            iconst_1
            iadd
            iload 4 /* ascendant */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.toString:(Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;IZ)V
         8: .line 1593
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 7 /* i */
            aload 6 /* sortedTypes */
            arraylength
            if_icmplt 6
        end local 7 // int i
        10: .line 1597
            return
        end local 6 // org.eclipse.jdt.core.IJavaElement[] sortedTypes
        end local 5 // org.eclipse.jdt.core.IType[] types
        end local 4 // boolean ascendant
        end local 3 // int indent
        end local 2 // org.eclipse.jdt.core.IJavaElement type
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0   11     1       buffer  Ljava/lang/StringBuffer;
            0   11     2         type  Lorg/eclipse/jdt/core/IJavaElement;
            0   11     3       indent  I
            0   11     4    ascendant  Z
            3   11     5        types  [Lorg/eclipse/jdt/core/IType;
            4   11     6  sortedTypes  [Lorg/eclipse/jdt/core/IJavaElement;
            5   10     7            i  I
    MethodParameters:
           Name  Flags
      buffer     
      type       
      indent     
      ascendant  

  private void toString(java.lang.StringBuffer, org.eclipse.jdt.core.IJavaElement, int);
    descriptor: (Ljava/lang/StringBuffer;Lorg/eclipse/jdt/core/IJavaElement;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // java.lang.StringBuffer buffer
        start local 2 // org.eclipse.jdt.core.IJavaElement type
        start local 3 // int indent
         0: .line 1599
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         1: goto 4
         2: .line 1600
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            ldc "  "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 1599
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
         4: iload 4 /* j */
            iload 3 /* indent */
            if_icmplt 2
        end local 4 // int j
         5: .line 1602
            aload 1 /* buffer */
            aload 2 /* type */
            checkcast org.eclipse.jdt.internal.core.JavaElement
            iconst_0
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.toStringWithAncestors:(Z)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 1603
            aload 1 /* buffer */
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 1604
            return
        end local 3 // int indent
        end local 2 // org.eclipse.jdt.core.IJavaElement type
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    8     1  buffer  Ljava/lang/StringBuffer;
            0    8     2    type  Lorg/eclipse/jdt/core/IJavaElement;
            0    8     3  indent  I
            1    5     4       j  I
    MethodParameters:
        Name  Flags
      buffer  
      type    
      indent  

  boolean hasSupertype(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // java.lang.String simpleName
         0: .line 1610
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.classToSuperclass:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: goto 5
         2: .line 1611
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IType
            astore 3 /* superType */
        start local 3 // org.eclipse.jdt.core.IType superType
         3: .line 1612
            aload 3 /* superType */
            invokeinterface org.eclipse.jdt.core.IType.getElementName:()Ljava/lang/String;
            aload 1 /* simpleName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 1613
            iconst_1
            ireturn
        end local 3 // org.eclipse.jdt.core.IType superType
         5: .line 1610
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iter
         6: .line 1616
            iconst_0
            ireturn
        end local 1 // java.lang.String simpleName
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    7     1  simpleName  Ljava/lang/String;
            1    6     2        iter  Ljava/util/Iterator<Lorg/eclipse/jdt/core/IType;>;
            3    5     3   superType  Lorg/eclipse/jdt/core/IType;
    MethodParameters:
            Name  Flags
      simpleName  

  protected void worked(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
        start local 1 // int work
         0: .line 1622
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            ifnull 3
         1: .line 1623
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.progressMonitor:Lorg/eclipse/core/runtime/SubMonitor;
            iload 1 /* work */
            invokevirtual org.eclipse.core.runtime.SubMonitor.worked:(I)V
         2: .line 1624
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.checkCanceled:()V
         3: .line 1626
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int work
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/TypeHierarchy;
            0    4     1  work  I
    MethodParameters:
      Name  Flags
      work  
}
SourceFile: "TypeHierarchy.java"
NestMembers:
  org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy$1
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy$1