public class org.eclipse.jdt.internal.core.hierarchy.HierarchyType implements org.eclipse.jdt.internal.compiler.env.IGenericType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.hierarchy.HierarchyType
  super_class: java.lang.Object
{
  public org.eclipse.jdt.core.IType typeHandle;
    descriptor: Lorg/eclipse/jdt/core/IType;
    flags: (0x0001) ACC_PUBLIC

  public char[] name;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

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

  public char[] superclassName;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public char[][] superInterfaceNames;
    descriptor: [[C
    flags: (0x0001) ACC_PUBLIC

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

  public void <init>(org.eclipse.jdt.core.IType, char[], int, char[], char[][], boolean);
    descriptor: (Lorg/eclipse/jdt/core/IType;[CI[C[[CZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyType this
        start local 1 // org.eclipse.jdt.core.IType typeHandle
        start local 2 // char[] name
        start local 3 // int modifiers
        start local 4 // char[] superclassName
        start local 5 // char[][] superInterfaceNames
        start local 6 // boolean anonymous
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* typeHandle */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyType.typeHandle:Lorg/eclipse/jdt/core/IType;
         2: .line 42
            aload 0 /* this */
            aload 2 /* name */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyType.name:[C
         3: .line 43
            aload 0 /* this */
            iload 3 /* modifiers */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyType.modifiers:I
         4: .line 44
            aload 0 /* this */
            aload 4 /* superclassName */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyType.superclassName:[C
         5: .line 45
            aload 0 /* this */
            aload 5 /* superInterfaceNames */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyType.superInterfaceNames:[[C
         6: .line 46
            aload 0 /* this */
            iload 6 /* anonymous */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyType.anonymous:Z
         7: .line 47
            return
        end local 6 // boolean anonymous
        end local 5 // char[][] superInterfaceNames
        end local 4 // char[] superclassName
        end local 3 // int modifiers
        end local 2 // char[] name
        end local 1 // org.eclipse.jdt.core.IType typeHandle
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyType this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyType;
            0    8     1           typeHandle  Lorg/eclipse/jdt/core/IType;
            0    8     2                 name  [C
            0    8     3            modifiers  I
            0    8     4       superclassName  [C
            0    8     5  superInterfaceNames  [[C
            0    8     6            anonymous  Z
    MethodParameters:
                     Name  Flags
      typeHandle           
      name                 
      modifiers            
      superclassName       
      superInterfaceNames  
      anonymous            

  public char[] getFileName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyType this
         0: .line 53
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyType.typeHandle:Lorg/eclipse/jdt/core/IType;
            invokeinterface org.eclipse.jdt.core.IType.getCompilationUnit:()Lorg/eclipse/jdt/core/ICompilationUnit;
            invokeinterface org.eclipse.jdt.core.ICompilationUnit.getElementName:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyType;

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyType this
         0: .line 62
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyType.modifiers:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyType;

  public boolean isBinaryType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyType this
         0: .line 70
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyType;

  public boolean isAnonymous();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyType this
         0: .line 76
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyType.anonymous:Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyType;
}
SourceFile: "HierarchyType.java"