class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2 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.ast.ReferenceExpression$2
  super_class: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
{
  final org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this$0;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.compiler.ast.ReferenceExpression);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2 this
         0: .line 1148
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2.this$0:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.<init>:()V
         1: .line 1150
            aload 0 /* this */
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR_CHAR:[[C
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2.compoundName:[[C
         2: .line 1148
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isCompatibleWith(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope captureScope
         0: .line 1154
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope captureScope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression$2;
            0    1     1     otherType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     2  captureScope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
              Name  Flags
      otherType     
      captureScope  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding findSuperTypeOriginatingFrom(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherType
         0: .line 1158
            aload 1 /* otherType */
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression$2;
            0    1     1  otherType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
           Name  Flags
      otherType  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2 this
         0: .line 1162
            ldc "(wildcard)"
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression$2;
}
SourceFile: "ReferenceExpression.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isPotentiallyCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
NestHost: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
InnerClasses:
  org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2