public abstract class org.eclipse.jdt.internal.compiler.ast.NameReference extends org.eclipse.jdt.internal.compiler.ast.Reference implements org.eclipse.jdt.internal.compiler.lookup.InvocationSite
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.compiler.ast.NameReference
  super_class: org.eclipse.jdt.internal.compiler.ast.Reference
{
  public org.eclipse.jdt.internal.compiler.lookup.Binding binding;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding actualReceiverType;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
         0: .line 38
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.Reference.<init>:()V
         1: .line 39
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.NameReference.bits:I
            bipush 7
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.NameReference.bits:I
         2: .line 40
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;

  public org.eclipse.jdt.internal.compiler.lookup.FieldBinding fieldBinding();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
         0: .line 51
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.NameReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.FieldBinding
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;

  public org.eclipse.jdt.internal.compiler.lookup.FieldBinding lastFieldBinding();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
         0: .line 56
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.NameReference.bits:I
            bipush 7
            iand
            iconst_1
            if_icmpne 2
         1: .line 57
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NameReference.fieldBinding:()Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            areturn
         2: .line 58
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;

  public org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 freshInferenceContext(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 63
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
            0    1     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
       Name  Flags
      scope  

  public boolean isSuperAccess();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
         0: .line 68
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;

  public boolean isTypeAccess();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
         0: .line 74
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.NameReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.NameReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;

  public boolean isTypeReference();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
         0: .line 79
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.NameReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;

  public void setActualReceiverType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding receiverType
         0: .line 84
            aload 1 /* receiverType */
            ifnonnull 1
            return
         1: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* receiverType */
            putfield org.eclipse.jdt.internal.compiler.ast.NameReference.actualReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         2: .line 86
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding receiverType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
            0    3     1  receiverType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
              Name  Flags
      receiverType  

  public void setDepth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
        start local 1 // int depth
         0: .line 90
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.NameReference.bits:I
            sipush -8161
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.NameReference.bits:I
         1: .line 91
            iload 1 /* depth */
            ifle 3
         2: .line 92
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.NameReference.bits:I
            iload 1 /* depth */
            sipush 255
            iand
            iconst_5
            ishl
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.NameReference.bits:I
         3: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int depth
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
            0    4     1  depth  I
    MethodParameters:
       Name  Flags
      depth  

  public void setFieldIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
        start local 1 // int index
         0: .line 99
            return
        end local 1 // int index
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public abstract java.lang.String unboundReferenceErrorName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract char[][] getName();
    descriptor: ()[[C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public void checkEffectiveFinality(org.eclipse.jdt.internal.compiler.lookup.VariableBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/VariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.VariableBinding localBinding
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 110
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.NameReference.bits:I
            ldc 524288
            iand
            ifeq 4
         1: .line 111
            aload 1 /* localBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.VariableBinding.isFinal:()Z
            ifne 4
            aload 1 /* localBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.VariableBinding.isEffectivelyFinal:()Z
            ifne 4
         2: .line 112
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* localBinding */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.cannotReferToNonEffectivelyFinalOuterLocal:(Lorg/eclipse/jdt/internal/compiler/lookup/VariableBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
         3: .line 113
            new org.eclipse.jdt.internal.compiler.problem.AbortMethod
            dup
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            aconst_null
            invokespecial org.eclipse.jdt.internal.compiler.problem.AbortMethod.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;Lorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
            athrow
         4: .line 116
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.VariableBinding localBinding
        end local 0 // org.eclipse.jdt.internal.compiler.ast.NameReference this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
            0    5     1  localBinding  Lorg/eclipse/jdt/internal/compiler/lookup/VariableBinding;
            0    5     2         scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
              Name  Flags
      localBinding  
      scope         
}
SourceFile: "NameReference.java"