class org.eclipse.jdt.internal.compiler.lookup.TypeBinding$1 extends org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.TypeBinding$1
  super_class: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding$1 this
         0: .line 66
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.<init>:()V
         1: .line 67
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding$1.id:I
         2: .line 66
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding$1;

  public int kind();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding$1 this
         0: .line 69
            sipush 16388
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding$1;

  public boolean hasTypeBit(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding$1 this
        start local 1 // int bit
         0: .line 71
            iconst_0
            ireturn
        end local 1 // int bit
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding$1;
            0    1     1   bit  I
    MethodParameters:
      Name  Flags
      bit   
}
SourceFile: "TypeBinding.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
NestHost: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
InnerClasses:
  org.eclipse.jdt.internal.compiler.lookup.TypeBinding$1