public class org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference extends org.eclipse.jdt.internal.compiler.ast.SingleNameReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
  super_class: org.eclipse.jdt.internal.compiler.ast.SingleNameReference
{
  public char[][] possibleKeywords;
    descriptor: [[C
    flags: (0x0001) ACC_PUBLIC

  public boolean canBeExplicitConstructor;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean isInsideAnnotationAttribute;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean isPrecededByModifiers;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public void <init>(char[], long, boolean);
    descriptor: ([CJZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference this
        start local 1 // char[] source
        start local 2 // long pos
        start local 4 // boolean isInsideAnnotationAttribute
         0: .line 48
            aload 0 /* this */
            aload 1 /* source */
            lload 2 /* pos */
            aconst_null
            iconst_0
            iload 4 /* isInsideAnnotationAttribute */
            invokespecial org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference.<init>:([CJ[[CZZ)V
         1: .line 49
            return
        end local 4 // boolean isInsideAnnotationAttribute
        end local 2 // long pos
        end local 1 // char[] source
        end local 0 // org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lorg/eclipse/jdt/internal/codeassist/complete/CompletionOnSingleNameReference;
            0    2     1                       source  [C
            0    2     2                          pos  J
            0    2     4  isInsideAnnotationAttribute  Z
    MethodParameters:
                             Name  Flags
      source                       
      pos                          
      isInsideAnnotationAttribute  

  public void <init>(char[], long, char[][], boolean, boolean);
    descriptor: ([CJ[[CZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=6
        start local 0 // org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference this
        start local 1 // char[] source
        start local 2 // long pos
        start local 4 // char[][] possibleKeywords
        start local 5 // boolean canBeExplicitConstructor
        start local 6 // boolean isInsideAnnotationAttribute
         0: .line 52
            aload 0 /* this */
            aload 1 /* source */
            lload 2 /* pos */
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleNameReference.<init>:([CJ)V
         1: .line 53
            aload 0 /* this */
            aload 4 /* possibleKeywords */
            putfield org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference.possibleKeywords:[[C
         2: .line 54
            aload 0 /* this */
            iload 5 /* canBeExplicitConstructor */
            putfield org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference.canBeExplicitConstructor:Z
         3: .line 55
            aload 0 /* this */
            iload 6 /* isInsideAnnotationAttribute */
            putfield org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference.isInsideAnnotationAttribute:Z
         4: .line 56
            return
        end local 6 // boolean isInsideAnnotationAttribute
        end local 5 // boolean canBeExplicitConstructor
        end local 4 // char[][] possibleKeywords
        end local 2 // long pos
        end local 1 // char[] source
        end local 0 // org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    5     0                         this  Lorg/eclipse/jdt/internal/codeassist/complete/CompletionOnSingleNameReference;
            0    5     1                       source  [C
            0    5     2                          pos  J
            0    5     4             possibleKeywords  [[C
            0    5     5     canBeExplicitConstructor  Z
            0    5     6  isInsideAnnotationAttribute  Z
    MethodParameters:
                             Name  Flags
      source                       
      pos                          
      possibleKeywords             
      canBeExplicitConstructor     
      isInsideAnnotationAttribute  

  public java.lang.StringBuffer printExpression(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 61
            aload 2 /* output */
            ldc "<CompleteOnName:"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         1: .line 62
            aload 0 /* this */
            iconst_0
            aload 2 /* output */
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleNameReference.printExpression:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            bipush 62
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jdt/internal/codeassist/complete/CompletionOnSingleNameReference;
            0    2     1  indent  I
            0    2     2  output  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      indent  
      output  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding resolveType(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 67
            aload 1 /* scope */
            instanceof org.eclipse.jdt.internal.compiler.lookup.MethodScope
            ifeq 2
         1: .line 68
            new org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
            dup
            aload 0 /* this */
            aload 1 /* scope */
            aload 1 /* scope */
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodScope
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodScope.insideTypeAnnotation:Z
            invokespecial org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z)V
            athrow
         2: .line 70
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
            dup
            aload 0 /* this */
            aload 1 /* scope */
            invokespecial org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
            athrow
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/codeassist/complete/CompletionOnSingleNameReference;
            0    3     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
       Name  Flags
      scope  
}
SourceFile: "CompletionOnSingleNameReference.java"