class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1 extends org.eclipse.jdt.internal.compiler.ASTVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1
  super_class: org.eclipse.jdt.internal.compiler.ASTVisitor
{
  boolean accessesnonFinalOuterLocals;
    descriptor: Z
    flags: (0x0000) 

  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$1 this
         0: .line 165
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1.this$0:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ASTVisitor.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean visit(org.eclipse.jdt.internal.compiler.ast.SingleNameReference, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/SingleNameReference;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.SingleNameReference name
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
         0: .line 170
            aload 2 /* skope */
            aload 1 /* name */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.SingleNameReference.getName:()[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1.this$0:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getBinding:([[CLorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            astore 3 /* local */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Binding local
         1: .line 171
            aload 3 /* local */
            instanceof org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
            ifeq 5
         2: .line 172
            aload 3 /* local */
            checkcast org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
            astore 4 /* localBinding */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding localBinding
         3: .line 173
            aload 4 /* localBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.isFinal:()Z
            ifne 5
            aload 4 /* localBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.isEffectivelyFinal:()Z
            ifne 5
         4: .line 174
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1.accessesnonFinalOuterLocals:Z
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding localBinding
         5: .line 177
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.Binding
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Binding local
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope skope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.SingleNameReference name
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression$1;
            0    6     1          name  Lorg/eclipse/jdt/internal/compiler/ast/SingleNameReference;
            0    6     2         skope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            1    6     3         local  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            3    5     4  localBinding  Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
    MethodParameters:
       Name  Flags
      name   
      skope  

  public boolean accessesnonFinalOuterLocals();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1 this
         0: .line 181
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1.this$0:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1.this$0:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         1: .line 182
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1.accessesnonFinalOuterLocals:Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression$1;
}
SourceFile: "ReferenceExpression.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.shouldGenerateSecretReceiverVariable:()Z
NestHost: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
InnerClasses:
  org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1