public class org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType implements org.eclipse.jdt.internal.compiler.env.IBinaryType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType
  super_class: java.lang.Object
{
  private int modifiers;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private char[] sourceName;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private char[] name;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private char[] enclosingTypeName;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private char[] superclass;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private char[][] superInterfaces;
    descriptor: [[C
    flags: (0x0002) ACC_PRIVATE

  private char[][] typeParameterSignatures;
    descriptor: [[C
    flags: (0x0002) ACC_PRIVATE

  private char[] genericSignature;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, char[], char[], char[], char[][], char);
    descriptor: (I[C[C[C[[CC)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
        start local 1 // int modifiers
        start local 2 // char[] qualification
        start local 3 // char[] sourceName
        start local 4 // char[] enclosingTypeName
        start local 5 // char[][] typeParameterSignatures
        start local 6 // char typeSuffix
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.NoInterface:[[C
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
         2: .line 47
            aload 0 /* this */
            iload 1 /* modifiers */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.modifiers:I
         3: .line 48
            aload 0 /* this */
            aload 3 /* sourceName */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.sourceName:[C
         4: .line 49
            aload 4 /* enclosingTypeName */
            ifnonnull 7
         5: .line 50
            aload 0 /* this */
            aload 2 /* qualification */
            aload 3 /* sourceName */
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[CC)[C
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.name:[C
         6: .line 51
            goto 10
         7: .line 52
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType int char[] char[] char[] char[][] int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* qualification */
            bipush 47
            aload 4 /* enclosingTypeName */
            bipush 36
            aload 3 /* sourceName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([CC[CC[C)[C
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.name:[C
         8: .line 53
            aload 0 /* this */
            aload 2 /* qualification */
            aload 4 /* enclosingTypeName */
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[CC)[C
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.enclosingTypeName:[C
         9: .line 54
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.enclosingTypeName:[C
            bipush 46
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replace:([CCC)V
        10: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* typeParameterSignatures */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.typeParameterSignatures:[[C
        11: .line 57
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.name:[C
            bipush 46
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replace:([CCC)V
        12: .line 58
            return
        end local 6 // char typeSuffix
        end local 5 // char[][] typeParameterSignatures
        end local 4 // char[] enclosingTypeName
        end local 3 // char[] sourceName
        end local 2 // char[] qualification
        end local 1 // int modifiers
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   13     0                     this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;
            0   13     1                modifiers  I
            0   13     2            qualification  [C
            0   13     3               sourceName  [C
            0   13     4        enclosingTypeName  [C
            0   13     5  typeParameterSignatures  [[C
            0   13     6               typeSuffix  C
    MethodParameters:
                         Name  Flags
      modifiers                
      qualification            
      sourceName               
      enclosingTypeName        
      typeParameterSignatures  
      typeSuffix               

  public void <init>(int, char[], char[], char[], char[][]);
    descriptor: (I[C[C[C[[C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=6
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
        start local 1 // int modifiers
        start local 2 // char[] binaryName
        start local 3 // char[] sourceName
        start local 4 // char[] enclosingTypeBinaryName
        start local 5 // char[][] typeParameterSignatures
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.NoInterface:[[C
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
         2: .line 61
            aload 0 /* this */
            iload 1 /* modifiers */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.modifiers:I
         3: .line 62
            aload 0 /* this */
            aload 3 /* sourceName */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.sourceName:[C
         4: .line 63
            aload 0 /* this */
            aload 2 /* binaryName */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.name:[C
         5: .line 64
            aload 0 /* this */
            aload 4 /* enclosingTypeBinaryName */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.enclosingTypeName:[C
         6: .line 65
            aload 0 /* this */
            aload 5 /* typeParameterSignatures */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.typeParameterSignatures:[[C
         7: .line 67
            aload 5 /* typeParameterSignatures */
            ifnull 14
         8: .line 68
            aload 5 /* typeParameterSignatures */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 13
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType int char[] char[] char[] char[][] top int int char[][]
      StackMap stack:
         9: aload 9
            iload 7
            aaload
            astore 6 /* next */
        start local 6 // char[] next
        10: .line 69
            aload 6 /* next */
            ifnonnull 12
        11: .line 70
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter's type signature must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // char[] next
        12: .line 68
      StackMap locals:
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        13: iload 7
            iload 8
            if_icmplt 9
        14: .line 73
      StackMap locals: org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType int char[] char[] char[] char[][]
      StackMap stack:
            return
        end local 5 // char[][] typeParameterSignatures
        end local 4 // char[] enclosingTypeBinaryName
        end local 3 // char[] sourceName
        end local 2 // char[] binaryName
        end local 1 // int modifiers
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   15     0                     this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;
            0   15     1                modifiers  I
            0   15     2               binaryName  [C
            0   15     3               sourceName  [C
            0   15     4  enclosingTypeBinaryName  [C
            0   15     5  typeParameterSignatures  [[C
           10   12     6                     next  [C
    MethodParameters:
                         Name  Flags
      modifiers                
      binaryName               
      sourceName               
      enclosingTypeBinaryName  
      typeParameterSignatures  

  public org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] getAnnotations();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 81
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] getTypeAnnotations();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 88
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public char[] getEnclosingMethod();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 92
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public char[] getEnclosingTypeName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 103
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.enclosingTypeName:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public org.eclipse.jdt.internal.compiler.env.IBinaryField[] getFields();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/env/IBinaryField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 110
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  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.HierarchyBinaryType this
         0: .line 117
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public char[] getGenericSignature();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 121
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.typeParameterSignatures:[[C
            ifnull 22
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.genericSignature:[C
            ifnonnull 22
         1: .line 122
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         2: .line 123
            aload 1 /* buffer */
            bipush 60
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         3: .line 124
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.typeParameterSignatures:[[C
            arraylength
            istore 3 /* length */
        start local 3 // int length
         5: goto 8
         6: .line 125
      StackMap locals: java.lang.StringBuffer int int
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.typeParameterSignatures:[[C
            iload 2 /* i */
            aaload
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
         7: .line 124
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 6
        end local 3 // int length
        end local 2 // int i
         9: .line 127
            aload 1 /* buffer */
            bipush 62
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        10: .line 128
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superclass:[C
            ifnonnull 12
        11: .line 129
            aload 1 /* buffer */
            ldc "java.lang.Object"
            iconst_1
            invokestatic org.eclipse.jdt.core.Signature.createTypeSignature:(Ljava/lang/String;Z)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
            goto 13
        12: .line 131
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superclass:[C
            iconst_1
            invokestatic org.eclipse.jdt.core.Signature.createTypeSignature:([CZ)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        13: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            ifnull 20
        14: .line 133
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        15: aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            arraylength
            istore 3 /* length */
        start local 3 // int length
        16: goto 19
        17: .line 134
      StackMap locals: int int
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            iload 2 /* i */
            aaload
            iconst_1
            invokestatic org.eclipse.jdt.core.Signature.createTypeSignature:([CZ)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        18: .line 133
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 17
        end local 3 // int length
        end local 2 // int i
        20: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.genericSignature:[C
        21: .line 136
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.genericSignature:[C
            bipush 46
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replace:([CCC)V
        end local 1 // java.lang.StringBuffer buffer
        22: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.genericSignature:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;
            2   22     1  buffer  Ljava/lang/StringBuffer;
            4    9     2       i  I
            5    9     3  length  I
           15   20     2       i  I
           16   20     3  length  I

  public char[][] getInterfaceNames();
    descriptor: ()[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 149
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public org.eclipse.jdt.internal.compiler.env.IBinaryNestedType[] getMemberTypes();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/env/IBinaryNestedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 159
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public org.eclipse.jdt.internal.compiler.env.IBinaryMethod[] getMethods();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/env/IBinaryMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 166
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public char[][][] getMissingTypeNames();
    descriptor: ()[[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 174
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  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.HierarchyBinaryType this
         0: .line 183
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.modifiers:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public char[] getName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 194
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.name:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public char[] getSourceName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 199
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.sourceName:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public char[] getSuperclassName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 210
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superclass:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public long getTagBits();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 216
            lconst_0
            lreturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  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.HierarchyBinaryType this
         0: .line 220
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  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.HierarchyBinaryType this
         0: .line 228
            iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

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

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

  public void recordSuperType(char[], char[], char);
    descriptor: ([C[CC)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
        start local 1 // char[] superTypeName
        start local 2 // char[] superQualification
        start local 3 // char superClassOrInterface
         0: .line 244
            aload 2 /* superQualification */
            ifnull 6
         1: .line 245
            aload 2 /* superQualification */
            arraylength
            istore 4 /* length */
        start local 4 // int length
         2: .line 246
            aload 2 /* superQualification */
            iload 4 /* length */
            iconst_1
            isub
            caload
            bipush 36
            if_icmpne 6
         3: .line 247
            aload 2 /* superQualification */
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.lastSegment:([CC)[C
            astore 5 /* enclosingSuperName */
        start local 5 // char[] enclosingSuperName
         4: .line 248
            aload 5 /* enclosingSuperName */
            aload 1 /* superTypeName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            astore 1 /* superTypeName */
         5: .line 249
            aload 2 /* superQualification */
            iconst_0
            iload 4 /* length */
            aload 5 /* enclosingSuperName */
            arraylength
            isub
            iconst_1
            isub
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            astore 2 /* superQualification */
        end local 5 // char[] enclosingSuperName
        end local 4 // int length
         6: .line 253
      StackMap locals:
      StackMap stack:
            iload 3 /* superClassOrInterface */
            bipush 67
            if_icmpne 12
         7: .line 256
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.modifiers:I
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.kind:(I)I
            iconst_2
            if_icmpne 8
            return
         8: .line 257
      StackMap locals:
      StackMap stack:
            aload 2 /* superQualification */
            aload 1 /* superTypeName */
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[CC)[C
            astore 4 /* encodedName */
        start local 4 // char[] encodedName
         9: .line 258
            aload 4 /* encodedName */
            bipush 46
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replace:([CCC)V
        10: .line 259
            aload 0 /* this */
            aload 4 /* encodedName */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.recordSuperclass:([C)V
        end local 4 // char[] encodedName
        11: .line 260
            goto 15
        12: .line 261
      StackMap locals:
      StackMap stack:
            aload 2 /* superQualification */
            aload 1 /* superTypeName */
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[CC)[C
            astore 4 /* encodedName */
        start local 4 // char[] encodedName
        13: .line 262
            aload 4 /* encodedName */
            bipush 46
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replace:([CCC)V
        14: .line 263
            aload 0 /* this */
            aload 4 /* encodedName */
            invokevirtual org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.recordInterface:([C)V
        end local 4 // char[] encodedName
        15: .line 265
      StackMap locals:
      StackMap stack:
            return
        end local 3 // char superClassOrInterface
        end local 2 // char[] superQualification
        end local 1 // char[] superTypeName
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   16     0                   this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;
            0   16     1          superTypeName  [C
            0   16     2     superQualification  [C
            0   16     3  superClassOrInterface  C
            2    6     4                 length  I
            4    6     5     enclosingSuperName  [C
            9   11     4            encodedName  [C
           13   15     4            encodedName  [C
    MethodParameters:
                       Name  Flags
      superTypeName          
      superQualification     
      superClassOrInterface  

  public void recordSuperclass(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
        start local 1 // char[] binaryName
         0: .line 268
            aload 0 /* this */
            aload 1 /* binaryName */
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superclass:[C
         1: .line 269
            return
        end local 1 // char[] binaryName
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;
            0    2     1  binaryName  [C
    MethodParameters:
            Name  Flags
      binaryName  

  public void recordInterface(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
        start local 1 // char[] binaryName
         0: .line 272
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            getstatic org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.NoInterface:[[C
            if_acmpne 3
         1: .line 273
            aload 0 /* this */
            iconst_1
            anewarray char[]
            dup
            iconst_0
            aload 1 /* binaryName */
            aastore
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
         2: .line 274
            goto 6
         3: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            arraylength
            istore 2 /* length */
        start local 2 // int length
         4: .line 276
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            iconst_0
            aload 0 /* this */
            iload 2 /* length */
            iconst_1
            iadd
            anewarray char[]
            dup_x1
            putfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 277
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            iload 2 /* length */
            aload 1 /* binaryName */
            aastore
        end local 2 // int length
         6: .line 279
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char[] binaryName
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;
            0    7     1  binaryName  [C
            4    6     2      length  I
    MethodParameters:
            Name  Flags
      binaryName  

  public char[] sourceFileName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 286
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 290
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         1: .line 291
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.modifiers:I
            iconst_1
            if_icmpne 3
         2: .line 292
            aload 1 /* buffer */
            ldc "public "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 294
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.modifiers:I
            invokestatic org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.kind:(I)I
            tableswitch { // 1 - 3
                    1: 4
                    2: 6
                    3: 8
              default: 9
          }
         4: .line 296
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc "class "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 297
            goto 9
         6: .line 299
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc "interface "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 300
            goto 9
         8: .line 302
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc "enum "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.name:[C
            ifnull 11
        10: .line 306
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.name:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        11: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superclass:[C
            ifnull 14
        12: .line 309
            aload 1 /* buffer */
            ldc "\n  extends "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        13: .line 310
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superclass:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        14: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            ifnull 24
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            arraylength
            dup
            istore 2 /* length */
        start local 2 // int length
        15: ifeq 24
        16: .line 314
            aload 1 /* buffer */
            ldc "\n implements "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        17: .line 315
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        18: goto 23
        19: .line 316
      StackMap locals: int int
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType.superInterfaces:[[C
            iload 3 /* i */
            aaload
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        20: .line 317
            iload 3 /* i */
            iload 2 /* length */
            iconst_1
            isub
            if_icmpeq 22
        21: .line 318
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        22: .line 315
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 19
        end local 3 // int i
        end local 2 // int length
        24: .line 322
      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.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;
            1   25     1  buffer  Ljava/lang/StringBuffer;
           15   24     2  length  I
           18   24     3       i  I

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker enrichWithExternalAnnotationsFor(org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker, java.lang.Object, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
        start local 1 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        start local 2 // java.lang.Object member
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 326
            aload 1 /* walker */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 2 // java.lang.Object member
        end local 1 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;
            0    1     1       walker  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            0    1     2       member  Ljava/lang/Object;
            0    1     3  environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    MethodParameters:
             Name  Flags
      walker       
      member       
      environment  

  public char[] getModule();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 331
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;

  public org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding$ExternalAnnotationStatus getExternalAnnotationStatus();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding$ExternalAnnotationStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
         0: .line 335
            getstatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding$ExternalAnnotationStatus.NOT_EEA_CONFIGURED:Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding$ExternalAnnotationStatus;
            areturn
        end local 0 // org.eclipse.jdt.internal.core.hierarchy.HierarchyBinaryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/hierarchy/HierarchyBinaryType;
}
SourceFile: "HierarchyBinaryType.java"
InnerClasses:
  public final ExternalAnnotationStatus = org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding$ExternalAnnotationStatus of org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding