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

  public int kind();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$1 this
         0: .line 85
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$1;

  public char[] readableName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$1 this
         0: .line 90
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$1;
}
SourceFile: "Scope.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.lookup.Scope
NestHost: org.eclipse.jdt.internal.compiler.lookup.Scope
InnerClasses:
  org.eclipse.jdt.internal.compiler.lookup.Scope$1