public class org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference extends org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference
  super_class: org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
{
  public void <init>(char[], long);
    descriptor: ([CJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference this
        start local 1 // char[] source
        start local 2 // long pos
         0: .line 39
            aload 0 /* this */
            aload 1 /* source */
            lload 2 /* pos */
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleTypeReference.<init>:([CJ)V
         1: .line 40
            return
        end local 2 // long pos
        end local 1 // char[] source
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionOnSingleTypeReference;
            0    2     1  source  [C
            0    2     2     pos  J
    MethodParameters:
        Name  Flags
      source  
      pos     

  public void aboutToResolve(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 43
            aload 0 /* this */
            aload 1 /* scope */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope.parent:Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference.getTypeBinding:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
         1: .line 44
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionOnSingleTypeReference;
            0    2     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
       Name  Flags
      scope  

  protected org.eclipse.jdt.internal.compiler.lookup.TypeBinding getTypeBinding(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 48
            aload 1 /* scope */
            iconst_1
            anewarray char[]
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference.token:[C
            aastore
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            astore 2 /* binding */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Binding binding
         1: .line 49
            aload 2 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Binding.isValidBinding:()Z
            ifne 12
         2: .line 50
            aload 2 /* binding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            ifeq 5
            aload 2 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Binding.problemId:()I
            iconst_2
            if_icmpne 5
         3: .line 51
            aload 2 /* binding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            astore 3 /* problemReferenceBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding problemReferenceBinding
         4: .line 52
            new org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
            dup
            aload 3 /* problemReferenceBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.closestMatch:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;)V
            athrow
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding problemReferenceBinding
         5: .line 53
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.Binding
      StackMap stack:
            aload 2 /* binding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            ifeq 8
         6: .line 54
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 2 /* binding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidType:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         7: .line 55
            goto 11
      StackMap locals:
      StackMap stack:
         8: aload 2 /* binding */
            instanceof org.eclipse.jdt.internal.compiler.lookup.PackageBinding
            ifeq 11
         9: .line 56
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            aload 2 /* binding */
            checkcast org.eclipse.jdt.internal.compiler.lookup.PackageBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            aconst_null
            aload 2 /* binding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Binding.problemId:()I
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            astore 3 /* problemBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding problemBinding
        10: .line 57
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 3 /* problemBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidType:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding problemBinding
        11: .line 59
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
            dup
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound.<init>:()V
            athrow
        12: .line 61
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
            dup
            aload 2 /* binding */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;)V
            athrow
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Binding binding
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   13     0                     this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionOnSingleTypeReference;
            0   13     1                    scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1   13     2                  binding  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            4    5     3  problemReferenceBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ProblemReferenceBinding;
           10   11     3           problemBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ProblemReferenceBinding;
    MethodParameters:
       Name  Flags
      scope  

  public java.lang.StringBuffer printExpression(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 66
            aload 2 /* output */
            ldc "<SelectOnType:"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference.token:[C
            invokevirtual java.lang.StringBuffer.append:([C)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.select.SelectionOnSingleTypeReference this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionOnSingleTypeReference;
            0    1     1  indent  I
            0    1     2  output  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      indent  
      output  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding resolveTypeEnclosing(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
         0: .line 70
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* enclosingType */
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleTypeReference.resolveTypeEnclosing:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
         1: .line 73
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 4
         2: .line 74
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifne 5
         3: .line 75
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.problemId:()I
            iconst_2
            if_icmpeq 5
         4: .line 76
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
            dup
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound.<init>:()V
            athrow
         5: .line 78
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/Binding;)V
            athrow
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionOnSingleTypeReference;
            0    6     1          scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0    6     2  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
               Name  Flags
      scope          
      enclosingType  
}
SourceFile: "SelectionOnSingleTypeReference.java"