public class org.eclipse.jdt.internal.codeassist.select.SelectionParser extends org.eclipse.jdt.internal.codeassist.impl.AssistParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.codeassist.select.SelectionParser
  super_class: org.eclipse.jdt.internal.codeassist.impl.AssistParser
{
  protected static final int SELECTION_PARSER;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  protected static final int SELECTION_OR_ASSIST_PARSER;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1536

  protected static final int K_BETWEEN_CASE_AND_COLONORARROW;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1025

  protected static final int K_INSIDE_RETURN_STATEMENT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1026

  protected static final int K_CAST_STATEMENT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1027

  private int selectionNodeFoundLevel;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public org.eclipse.jdt.internal.compiler.ast.ASTNode assistNodeParent;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
    flags: (0x0001) ACC_PUBLIC

  public int selectionStart;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int selectionEnd;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public static final char[] SUPER;
    descriptor: [C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final char[] THIS;
    descriptor: [C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 98
            ldc "super"
            invokevirtual java.lang.String.toCharArray:()[C
            putstatic org.eclipse.jdt.internal.codeassist.select.SelectionParser.SUPER:[C
         1: .line 99
            ldc "this"
            invokevirtual java.lang.String.toCharArray:()[C
            putstatic org.eclipse.jdt.internal.codeassist.select.SelectionParser.THIS:[C
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jdt.internal.compiler.problem.ProblemReporter);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // org.eclipse.jdt.internal.compiler.problem.ProblemReporter problemReporter
         0: .line 102
            aload 0 /* this */
            aload 1 /* problemReporter */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.<init>:(Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;)V
         1: .line 92
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
         2: .line 103
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.javadocParser:Lorg/eclipse/jdt/internal/compiler/parser/JavadocParser;
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.parser.JavadocParser.checkDocComment:Z
         3: .line 104
            return
        end local 1 // org.eclipse.jdt.internal.compiler.problem.ProblemReporter problemReporter
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    4     1  problemReporter  Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
    MethodParameters:
                 Name  Flags
      problemReporter  

  public char[] assistIdentifier();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 107
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            checkcast org.eclipse.jdt.internal.codeassist.select.SelectionScanner
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionScanner.selectionIdentifier:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void attachOrphanCompletionNode();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 110
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
            ifeq 22
         1: .line 111
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            astore 1 /* orphan */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ASTNode orphan
         2: .line 112
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
         3: .line 116
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            instanceof org.eclipse.jdt.internal.compiler.parser.RecoveredType
            ifeq 9
         4: .line 117
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            checkcast org.eclipse.jdt.internal.compiler.parser.RecoveredType
            astore 2 /* recoveredType */
        start local 2 // org.eclipse.jdt.internal.compiler.parser.RecoveredType recoveredType
         5: .line 119
            aload 2 /* recoveredType */
            getfield org.eclipse.jdt.internal.compiler.parser.RecoveredType.foundOpeningBrace:Z
            ifeq 9
         6: .line 121
            aload 1 /* orphan */
            instanceof org.eclipse.jdt.internal.compiler.ast.TypeReference
            ifeq 9
         7: .line 122
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldType
            dup
            aload 1 /* orphan */
            checkcast org.eclipse.jdt.internal.compiler.ast.TypeReference
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldType.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.add:(Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;I)Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
         8: .line 123
            return
        end local 2 // org.eclipse.jdt.internal.compiler.parser.RecoveredType recoveredType
         9: .line 128
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ASTNode
      StackMap stack:
            aload 1 /* orphan */
            instanceof org.eclipse.jdt.internal.compiler.ast.Expression
            ifeq 12
            aload 1 /* orphan */
            checkcast org.eclipse.jdt.internal.compiler.ast.Expression
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isTrulyExpression:()Z
            ifeq 12
        10: .line 129
            aload 0 /* this */
            aload 1 /* orphan */
            checkcast org.eclipse.jdt.internal.compiler.ast.Expression
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.buildMoreCompletionContext:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        11: .line 130
            goto 15
        12: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 519
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIndexOfElement:(I)I
            ifge 15
        13: .line 132
            aload 1 /* orphan */
            checkcast org.eclipse.jdt.internal.compiler.ast.Statement
            astore 2 /* statement */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Statement statement
        14: .line 133
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            aload 2 /* statement */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.add:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;I)Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Statement statement
        15: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.isIndirectlyInsideLambdaExpression:()Z
            ifeq 21
        16: .line 137
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentToken:I
            bipush 49
            if_icmpne 18
        17: .line 138
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.ignoreNextOpeningBrace:Z
            goto 22
        18: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentToken:I
            bipush 33
            if_icmpne 22
        19: .line 140
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.ignoreNextClosingBrace:Z
        20: .line 141
            goto 22
        21: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentToken:I
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ASTNode orphan
        22: .line 145
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            2   22     1         orphan  Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            5    9     2  recoveredType  Lorg/eclipse/jdt/internal/compiler/parser/RecoveredType;
           14   15     2      statement  Lorg/eclipse/jdt/internal/compiler/ast/Statement;

  private void buildMoreCompletionContext(org.eclipse.jdt.internal.compiler.ast.Expression);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.Expression expression
         0: .line 147
            aconst_null
            astore 2 /* parentNode */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.ASTNode parentNode
         1: .line 149
            aload 0 /* this */
            sipush 1536
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.topKnownElementKind:(I)I
            istore 3 /* kind */
        start local 3 // int kind
         2: .line 150
            iload 3 /* kind */
            ifeq 41
         3: .line 151
            aload 0 /* this */
            sipush 1536
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.topKnownElementInfo:(I)I
            istore 4 /* info */
        start local 4 // int info
         4: .line 152
            iload 3 /* kind */
            tableswitch { // 1025 - 1027
                 1025: 5
                 1026: 28
                 1027: 33
              default: 41
          }
         5: .line 154
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ASTNode int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            ifle 41
         6: .line 155
            new org.eclipse.jdt.internal.compiler.ast.SwitchStatement
            dup
            invokespecial org.eclipse.jdt.internal.compiler.ast.SwitchStatement.<init>:()V
            astore 5 /* switchStatement */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.SwitchStatement switchStatement
         7: .line 156
            aload 5 /* switchStatement */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            isub
            aaload
            putfield org.eclipse.jdt.internal.compiler.ast.SwitchStatement.expression:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
         8: .line 157
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            iconst_m1
            if_icmple 20
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            iconst_m1
            if_icmple 20
         9: .line 158
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            iaload
            istore 6 /* length */
        start local 6 // int length
        10: .line 159
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            iload 6 /* length */
            isub
            istore 7 /* newAstPtr */
        start local 7 // int newAstPtr
        11: .line 160
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            iload 7 /* newAstPtr */
            iconst_1
            iadd
            aaload
            astore 8 /* firstNode */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.ASTNode firstNode
        12: .line 161
            iload 6 /* length */
            ifeq 20
            aload 8 /* firstNode */
            getfield org.eclipse.jdt.internal.compiler.ast.ASTNode.sourceStart:I
            aload 5 /* switchStatement */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchStatement.expression:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            if_icmple 20
        13: .line 162
            aload 5 /* switchStatement */
            iload 6 /* length */
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.ast.Statement
            putfield org.eclipse.jdt.internal.compiler.ast.SwitchStatement.statements:[Lorg/eclipse/jdt/internal/compiler/ast/Statement;
        14: .line 164
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        15: .line 165
            iload 7 /* newAstPtr */
            iconst_1
            iadd
        16: .line 166
            aload 5 /* switchStatement */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchStatement.statements:[Lorg/eclipse/jdt/internal/compiler/ast/Statement;
        17: .line 167
            iconst_0
        18: .line 168
            iload 6 /* length */
        19: .line 163
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 8 // org.eclipse.jdt.internal.compiler.ast.ASTNode firstNode
        end local 7 // int newAstPtr
        end local 6 // int length
        20: .line 171
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.SwitchStatement
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.ast.CaseStatement
            dup
            aload 1 /* expression */
            aload 1 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            aload 1 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            invokespecial org.eclipse.jdt.internal.compiler.ast.CaseStatement.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;II)V
            astore 6 /* caseStatement */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.CaseStatement caseStatement
        21: .line 172
            aload 5 /* switchStatement */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchStatement.statements:[Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            ifnonnull 24
        22: .line 173
            aload 5 /* switchStatement */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.ast.Statement
            dup
            iconst_0
            aload 6 /* caseStatement */
            aastore
            putfield org.eclipse.jdt.internal.compiler.ast.SwitchStatement.statements:[Lorg/eclipse/jdt/internal/compiler/ast/Statement;
        23: .line 174
            goto 25
        24: .line 175
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.CaseStatement
      StackMap stack:
            aload 5 /* switchStatement */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchStatement.statements:[Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            aload 5 /* switchStatement */
            getfield org.eclipse.jdt.internal.compiler.ast.SwitchStatement.statements:[Lorg/eclipse/jdt/internal/compiler/ast/Statement;
            arraylength
            iconst_1
            isub
            aload 6 /* caseStatement */
            aastore
        25: .line 177
      StackMap locals:
      StackMap stack:
            aload 5 /* switchStatement */
            astore 2 /* parentNode */
        26: .line 178
            aload 0 /* this */
            aload 2 /* parentNode */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNodeParent:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        end local 6 // org.eclipse.jdt.internal.compiler.ast.CaseStatement caseStatement
        end local 5 // org.eclipse.jdt.internal.compiler.ast.SwitchStatement switchStatement
        27: .line 180
            goto 41
        28: .line 182
      StackMap locals:
      StackMap stack:
            iload 4 /* info */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.bracketDepth:I
            if_icmpne 41
        29: .line 183
            new org.eclipse.jdt.internal.compiler.ast.ReturnStatement
            dup
            aload 1 /* expression */
            aload 1 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            aload 1 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            invokespecial org.eclipse.jdt.internal.compiler.ast.ReturnStatement.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;II)V
            astore 5 /* returnStatement */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.ReturnStatement returnStatement
        30: .line 184
            aload 5 /* returnStatement */
            astore 2 /* parentNode */
        31: .line 185
            aload 0 /* this */
            aload 2 /* parentNode */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNodeParent:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        end local 5 // org.eclipse.jdt.internal.compiler.ast.ReturnStatement returnStatement
        32: .line 187
            goto 41
        33: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            ifle 41
        34: .line 191
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            isub
            aaload
            dup
            astore 5 /* castType */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.Expression castType
        35: instanceof org.eclipse.jdt.internal.compiler.ast.TypeReference
            ifeq 41
        36: .line 192
            new org.eclipse.jdt.internal.compiler.ast.CastExpression
            dup
            aload 1 /* expression */
            aload 5 /* castType */
            checkcast org.eclipse.jdt.internal.compiler.ast.TypeReference
            invokespecial org.eclipse.jdt.internal.compiler.ast.CastExpression.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
            astore 6 /* cast */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.CastExpression cast
        37: .line 193
            aload 6 /* cast */
            aload 5 /* castType */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.CastExpression.sourceStart:I
        38: .line 194
            aload 6 /* cast */
            aload 1 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.CastExpression.sourceEnd:I
        39: .line 195
            aload 6 /* cast */
            astore 2 /* parentNode */
        40: .line 196
            aload 0 /* this */
            aload 2 /* parentNode */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNodeParent:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        end local 6 // org.eclipse.jdt.internal.compiler.ast.CastExpression cast
        end local 5 // org.eclipse.jdt.internal.compiler.ast.Expression castType
        end local 4 // int info
        41: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 519
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIndexOfElement:(I)I
            ifge 48
        42: .line 203
            aload 2 /* parentNode */
            ifnull 45
        43: .line 204
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            aload 2 /* parentNode */
            checkcast org.eclipse.jdt.internal.compiler.ast.Statement
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.add:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;I)Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
        44: .line 205
            goto 48
        45: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            aload 0 /* this */
            aload 1 /* expression */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.wrapWithExplicitConstructorCallIfNeeded:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            checkcast org.eclipse.jdt.internal.compiler.ast.Statement
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.add:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;I)Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
        46: .line 207
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
            aload 1 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            if_icmpge 48
        47: .line 208
            aload 0 /* this */
            aload 1 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        48: .line 212
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int kind
        end local 2 // org.eclipse.jdt.internal.compiler.ast.ASTNode parentNode
        end local 1 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   49     0             this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0   49     1       expression  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            1   49     2       parentNode  Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            2   49     3             kind  I
            4   41     4             info  I
            7   27     5  switchStatement  Lorg/eclipse/jdt/internal/compiler/ast/SwitchStatement;
           10   20     6           length  I
           11   20     7        newAstPtr  I
           12   20     8        firstNode  Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
           21   27     6    caseStatement  Lorg/eclipse/jdt/internal/compiler/ast/CaseStatement;
           30   32     5  returnStatement  Lorg/eclipse/jdt/internal/compiler/ast/ReturnStatement;
           35   41     5         castType  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
           37   41     6             cast  Lorg/eclipse/jdt/internal/compiler/ast/CastExpression;
    MethodParameters:
            Name  Flags
      expression  

  private boolean checkRecoveredType();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 214
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            instanceof org.eclipse.jdt.internal.compiler.parser.RecoveredType
            ifeq 11
         1: .line 216
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 2
            iconst_0
            ireturn
         2: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastErrorEndPosition:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
            if_icmplt 5
         3: .line 219
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastErrorEndPosition:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
            iconst_1
            iadd
            if_icmpgt 5
         4: .line 220
            iconst_0
            ireturn
         5: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            checkcast org.eclipse.jdt.internal.compiler.parser.RecoveredType
            astore 1 /* recoveredType */
        start local 1 // org.eclipse.jdt.internal.compiler.parser.RecoveredType recoveredType
         6: .line 224
            aload 1 /* recoveredType */
            getfield org.eclipse.jdt.internal.compiler.parser.RecoveredType.foundOpeningBrace:Z
            ifeq 11
         7: .line 225
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.getTypeReference:(I)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
         8: .line 226
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            getfield org.eclipse.jdt.internal.compiler.ast.ASTNode.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
         9: .line 227
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        10: .line 228
            iconst_1
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.parser.RecoveredType recoveredType
        11: .line 231
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            6   11     1  recoveredType  Lorg/eclipse/jdt/internal/compiler/parser/RecoveredType;

  protected void classInstanceCreation(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // boolean hasClassBody
         0: .line 242
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            iaload
            iconst_1
            if_icmpne 37
         1: .line 243
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            ifnonnull 37
         2: .line 247
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            dup
            istore 2 /* index */
        start local 2 // int index
         3: ifge 6
         4: .line 248
            aload 0 /* this */
            iload 1 /* hasClassBody */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.classInstanceCreation:(Z)V
         5: .line 249
            return
         6: .line 250
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_m1
            if_icmple 10
         7: .line 251
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iaload
            iconst_1
            isub
            iload 2 /* index */
            if_icmpeq 10
         8: .line 252
            aload 0 /* this */
            iload 1 /* hasClassBody */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.classInstanceCreation:(Z)V
         9: .line 253
            return
        10: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
        11: .line 257
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
        12: .line 258
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression
            dup
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression.<init>:()V
            astore 3 /* alloc */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression alloc
        13: .line 259
            aload 3 /* alloc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.endPosition:I
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceEnd:I
        14: .line 262
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iaload
            dup
            istore 4 /* length */
        start local 4 // int length
        15: ifeq 23
        16: .line 263
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iload 4 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
        17: .line 265
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        18: .line 266
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            iadd
        19: .line 267
            aload 3 /* alloc */
            iload 4 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        20: .line 268
            iconst_0
        21: .line 269
            iload 4 /* length */
        22: .line 264
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 272
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            astore 5 /* oldIdent */
        start local 5 // char[] oldIdent
        24: .line 273
            aload 0 /* this */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.setAssistIdentifier:([C)V
        25: .line 274
            aload 3 /* alloc */
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.getTypeReference:(I)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        26: .line 275
            aload 0 /* this */
            aload 3 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.checkForDiamond:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        27: .line 277
            aload 0 /* this */
            aload 5 /* oldIdent */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.setAssistIdentifier:([C)V
        28: .line 281
            aload 3 /* alloc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceStart:I
        29: .line 282
            aload 0 /* this */
            aload 3 /* alloc */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnExpressionStack:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        30: .line 284
            aload 0 /* this */
            aload 3 /* alloc */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        31: .line 285
            aload 0 /* this */
            aload 3 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        32: .line 286
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 35
        33: .line 287
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        34: .line 288
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        35: .line 290
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        end local 5 // char[] oldIdent
        end local 4 // int length
        end local 3 // org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression alloc
        end local 2 // int index
        36: .line 291
            goto 38
        37: .line 292
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* hasClassBody */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.classInstanceCreation:(Z)V
        38: .line 294
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean hasClassBody
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   39     0          this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0   39     1  hasClassBody  Z
            3   36     2         index  I
           13   36     3         alloc  Lorg/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression;
           15   36     4        length  I
           24   36     5      oldIdent  [C
    MethodParameters:
              Name  Flags
      hasClassBody  

  protected void consumeArrayCreationExpressionWithoutInitializer();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 300
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeArrayCreationExpressionWithoutInitializer:()V
         1: .line 302
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
            astore 1 /* alloc */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression alloc
         2: .line 303
            aload 1 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            if_acmpne 7
         3: .line 304
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 6
         4: .line 305
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
         5: .line 306
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
         6: .line 308
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
         7: .line 310
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression alloc
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            2    8     1  alloc  Lorg/eclipse/jdt/internal/compiler/ast/ArrayAllocationExpression;

  protected void consumeArrayCreationExpressionWithInitializer();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 315
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeArrayCreationExpressionWithInitializer:()V
         1: .line 317
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
            astore 1 /* alloc */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression alloc
         2: .line 318
            aload 1 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            if_acmpne 7
         3: .line 319
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 6
         4: .line 320
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
         5: .line 321
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
         6: .line 323
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
         7: .line 325
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression alloc
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            2    8     1  alloc  Lorg/eclipse/jdt/internal/compiler/ast/ArrayAllocationExpression;

  protected void consumeCastExpressionLL1();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 328
            aload 0 /* this */
            sipush 1027
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.popElement:(I)V
         1: .line 329
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeCastExpressionLL1:()V
         2: .line 330
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeCastExpressionLL1WithBounds();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 333
            aload 0 /* this */
            sipush 1027
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.popElement:(I)V
         1: .line 334
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeCastExpressionLL1WithBounds:()V
         2: .line 335
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeCastExpressionWithGenericsArray();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 338
            aload 0 /* this */
            sipush 1027
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.popElement:(I)V
         1: .line 339
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeCastExpressionWithGenericsArray:()V
         2: .line 340
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeCastExpressionWithNameArray();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 343
            aload 0 /* this */
            sipush 1027
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.popElement:(I)V
         1: .line 344
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeCastExpressionWithNameArray:()V
         2: .line 345
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeCastExpressionWithPrimitiveType();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 348
            aload 0 /* this */
            sipush 1027
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.popElement:(I)V
         1: .line 349
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeCastExpressionWithPrimitiveType:()V
         2: .line 350
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeCastExpressionWithQualifiedGenericsArray();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 353
            aload 0 /* this */
            sipush 1027
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.popElement:(I)V
         1: .line 354
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeCastExpressionWithQualifiedGenericsArray:()V
         2: .line 355
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeCatchFormalParameter();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=8, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 358
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 10
         1: .line 359
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeCatchFormalParameter:()V
         2: .line 360
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifeq 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.dietInt:I
            ifeq 43
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            iconst_m1
            if_icmple 43
         4: .line 361
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.Argument
            astore 1 /* argument */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.Argument argument
         5: .line 362
            aload 1 /* argument */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            if_acmpne 43
         6: .line 363
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
         7: .line 364
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
         8: .line 365
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        end local 1 // org.eclipse.jdt.internal.compiler.ast.Argument argument
         9: .line 368
            goto 43
        10: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
        11: .line 370
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
            astore 1 /* identifierName */
        start local 1 // char[] identifierName
        12: .line 371
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            laload
            lstore 2 /* namePositions */
        start local 2 // long namePositions
        13: .line 372
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
        14: .line 373
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.TypeReference
            astore 4 /* type */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.TypeReference type
        15: .line 374
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
        16: .line 375
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            istore 5 /* modifierPositions */
        start local 5 // int modifierPositions
        17: .line 376
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
        18: .line 378
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName
            dup
        19: .line 379
            aload 1 /* identifierName */
        20: .line 380
            lload 2 /* namePositions */
        21: .line 381
            aload 4 /* type */
        22: .line 382
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iconst_1
            iadd
            iaload
            ldc -1048577
            iand
        23: .line 378
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName.<init>:([CJLorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
        24: .line 377
            astore 6 /* arg */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        25: .line 383
            aload 6 /* arg */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.bits:I
            bipush -5
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.Argument.bits:I
        26: .line 384
            aload 6 /* arg */
            iload 5 /* modifierPositions */
            putfield org.eclipse.jdt.internal.compiler.ast.Argument.declarationSourceStart:I
        27: .line 388
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iaload
            dup
            istore 7 /* length */
        start local 7 // int length
        28: ifeq 35
        29: .line 390
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        30: .line 391
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iload 7 /* length */
            isub
            dup_x1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            iadd
        31: .line 392
            aload 6 /* arg */
            iload 7 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.Annotation
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.Argument.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
        32: .line 393
            iconst_0
        33: .line 394
            iload 7 /* length */
        34: .line 389
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        35: .line 397
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser char[] long org.eclipse.jdt.internal.compiler.ast.TypeReference int org.eclipse.jdt.internal.compiler.ast.Argument int
      StackMap stack:
            aload 0 /* this */
            aload 6 /* arg */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnAstStack:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        36: .line 399
            aload 0 /* this */
            aload 6 /* arg */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        37: .line 400
            aload 0 /* this */
            lload 2 /* namePositions */
            l2i
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        38: .line 401
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        39: .line 403
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 42
        40: .line 404
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        41: .line 405
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        42: .line 410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.listLength:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.listLength:I
        end local 7 // int length
        end local 6 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        end local 5 // int modifierPositions
        end local 4 // org.eclipse.jdt.internal.compiler.ast.TypeReference type
        end local 2 // long namePositions
        end local 1 // char[] identifierName
        43: .line 412
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   44     0               this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            5    9     1           argument  Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           12   43     1     identifierName  [C
           13   43     2      namePositions  J
           15   43     4               type  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           17   43     5  modifierPositions  I
           25   43     6                arg  Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           28   43     7             length  I

  protected void consumeClassInstanceCreationExpressionQualifiedWithTypeArguments();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 420
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            iaload
            dup
            istore 2 /* length */
        start local 2 // int length
         1: iconst_1
            if_icmpne 35
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            ifnonnull 35
         2: .line 422
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 5
         3: .line 423
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeClassInstanceCreationExpressionQualifiedWithTypeArguments:()V
         4: .line 424
            return
         5: .line 428
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser top int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
         6: .line 429
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
         7: .line 430
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression
            dup
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression.<init>:()V
            astore 1 /* alloc */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression alloc
         8: .line 431
            aload 1 /* alloc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.endPosition:I
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceEnd:I
         9: .line 433
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iaload
            dup
            istore 2 /* length */
            ifeq 17
        10: .line 434
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iload 2 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
        11: .line 436
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        12: .line 437
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            iadd
        13: .line 438
            aload 1 /* alloc */
            iload 2 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        14: .line 439
            iconst_0
        15: .line 440
            iload 2 /* length */
        16: .line 435
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 444
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            astore 3 /* oldIdent */
        start local 3 // char[] oldIdent
        18: .line 445
            aload 0 /* this */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.setAssistIdentifier:([C)V
        19: .line 446
            aload 1 /* alloc */
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.getTypeReference:(I)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        20: .line 447
            aload 0 /* this */
            aload 1 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.checkForDiamond:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        21: .line 449
            aload 0 /* this */
            aload 3 /* oldIdent */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.setAssistIdentifier:([C)V
        22: .line 451
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsLengthPtr:I
            iaload
            istore 2 /* length */
        23: .line 452
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsPtr:I
            iload 2 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsPtr:I
        24: .line 453
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsPtr:I
            iconst_1
            iadd
            aload 1 /* alloc */
            iload 2 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.TypeReference
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 454
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
        26: .line 458
            aload 1 /* alloc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceStart:I
        27: .line 459
            aload 0 /* this */
            aload 1 /* alloc */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnExpressionStack:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        28: .line 461
            aload 0 /* this */
            aload 1 /* alloc */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        29: .line 462
            aload 0 /* this */
            aload 1 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        30: .line 463
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 33
        31: .line 464
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        32: .line 465
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        33: .line 467
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        end local 3 // char[] oldIdent
        34: .line 468
            goto 36
        end local 1 // org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression alloc
        35: .line 469
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser top int
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeClassInstanceCreationExpressionQualifiedWithTypeArguments:()V
        36: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
        37: .line 474
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
        38: .line 473
            astore 3 /* qae */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression qae
        39: .line 475
            aload 3 /* qae */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.enclosingInstance:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        40: .line 476
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aload 3 /* qae */
            aastore
        41: .line 477
            aload 3 /* qae */
            aload 3 /* qae */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.enclosingInstance:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceStart:I
        42: .line 478
            return
        end local 3 // org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression qae
        end local 2 // int length
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   43     0      this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            8   35     1     alloc  Lorg/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression;
            1   43     2    length  I
           18   34     3  oldIdent  [C
           39   43     3       qae  Lorg/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression;

  protected void consumeClassInstanceCreationExpressionWithTypeArguments();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 484
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            iaload
            dup
            istore 2 /* length */
        start local 2 // int length
         1: iconst_1
            if_icmpne 36
         2: .line 485
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            ifnonnull 36
         3: .line 487
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 6
         4: .line 488
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeClassInstanceCreationExpressionWithTypeArguments:()V
         5: .line 489
            return
         6: .line 493
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser top int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
         7: .line 494
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
         8: .line 495
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression
            dup
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression.<init>:()V
            astore 1 /* alloc */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression alloc
         9: .line 496
            aload 1 /* alloc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.endPosition:I
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.sourceEnd:I
        10: .line 498
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iaload
            dup
            istore 2 /* length */
            ifeq 18
        11: .line 499
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iload 2 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
        12: .line 501
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        13: .line 502
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            iadd
        14: .line 503
            aload 1 /* alloc */
            iload 2 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        15: .line 504
            iconst_0
        16: .line 505
            iload 2 /* length */
        17: .line 500
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 509
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser org.eclipse.jdt.internal.compiler.ast.AllocationExpression int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            astore 3 /* oldIdent */
        start local 3 // char[] oldIdent
        19: .line 510
            aload 0 /* this */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.setAssistIdentifier:([C)V
        20: .line 511
            aload 1 /* alloc */
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.getTypeReference:(I)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        21: .line 512
            aload 0 /* this */
            aload 1 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.checkForDiamond:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        22: .line 514
            aload 0 /* this */
            aload 3 /* oldIdent */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.setAssistIdentifier:([C)V
        23: .line 516
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsLengthPtr:I
            iaload
            istore 2 /* length */
        24: .line 517
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsPtr:I
            iload 2 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsPtr:I
        25: .line 518
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.genericsPtr:I
            iconst_1
            iadd
            aload 1 /* alloc */
            iload 2 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.TypeReference
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        26: .line 519
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
        27: .line 523
            aload 1 /* alloc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.sourceStart:I
        28: .line 524
            aload 0 /* this */
            aload 1 /* alloc */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnExpressionStack:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        29: .line 526
            aload 0 /* this */
            aload 1 /* alloc */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        30: .line 527
            aload 0 /* this */
            aload 1 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        31: .line 528
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 34
        32: .line 529
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        33: .line 530
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        34: .line 532
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        end local 3 // char[] oldIdent
        35: .line 533
            goto 37
        end local 1 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression alloc
        36: .line 534
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser top int
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeClassInstanceCreationExpressionWithTypeArguments:()V
        37: .line 536
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int length
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   38     0      this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            9   36     1     alloc  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            1   38     2    length  I
           19   35     3  oldIdent  [C

  protected void consumeEnterAnonymousClassBody(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // boolean qualified
         0: .line 541
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 3
         1: .line 542
            aload 0 /* this */
            iload 1 /* qualified */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeEnterAnonymousClassBody:(Z)V
         2: .line 543
            return
         3: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            astore 2 /* oldIdent */
        start local 2 // char[] oldIdent
         4: .line 548
            aload 0 /* this */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.setAssistIdentifier:([C)V
         5: .line 549
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.getTypeReference:(I)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 3 /* typeReference */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
         6: .line 550
            aload 0 /* this */
            aload 2 /* oldIdent */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.setAssistIdentifier:([C)V
         7: .line 552
            new org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.compilationUnit:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            invokespecial org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
            astore 4 /* anonymousType */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration anonymousType
         8: .line 553
            aload 4 /* anonymousType */
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR:[C
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
         9: .line 554
            aload 4 /* anonymousType */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
            sipush 768
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bits:I
        10: .line 555
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression
            dup
            aload 4 /* anonymousType */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedAllocationExpression.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;)V
            astore 5 /* alloc */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression alloc
        11: .line 556
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.markEnclosingMemberWithLocalType:()V
        12: .line 557
            aload 0 /* this */
            aload 4 /* anonymousType */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnAstStack:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        13: .line 559
            aload 5 /* alloc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.rParenPos:I
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceEnd:I
        14: .line 561
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iaload
            dup
            istore 6 /* argumentLength */
        start local 6 // int argumentLength
        15: ifeq 23
        16: .line 562
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iload 6 /* argumentLength */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
        17: .line 564
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        18: .line 565
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            iadd
        19: .line 566
            aload 5 /* alloc */
            iload 6 /* argumentLength */
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        20: .line 567
            iconst_0
        21: .line 568
            iload 6 /* argumentLength */
        22: .line 563
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 571
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int char[] org.eclipse.jdt.internal.compiler.ast.TypeReference org.eclipse.jdt.internal.compiler.ast.TypeDeclaration org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression int
      StackMap stack:
            iload 1 /* qualified */
            ifeq 26
        24: .line 572
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
        25: .line 573
            aload 5 /* alloc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.enclosingInstance:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        26: .line 576
      StackMap locals:
      StackMap stack:
            aload 5 /* alloc */
            aload 3 /* typeReference */
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        27: .line 578
            aload 4 /* anonymousType */
            aload 5 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceEnd:I
        28: .line 580
            aload 4 /* anonymousType */
            aload 4 /* anonymousType */
            aload 5 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.declarationSourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.sourceStart:I
        29: .line 581
            aload 5 /* alloc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            putfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceStart:I
        30: .line 582
            aload 0 /* this */
            aload 5 /* alloc */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnExpressionStack:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        31: .line 584
            aload 0 /* this */
            aload 5 /* alloc */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        32: .line 585
            aload 0 /* this */
            aload 5 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        33: .line 586
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 40
        34: .line 587
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        35: .line 588
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        36: .line 589
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.isIndirectlyInsideLambdaExpression:()Z
            ifeq 38
        37: .line 590
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.ignoreNextOpeningBrace:Z
            goto 39
        38: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentToken:I
        39: .line 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.hasReportedError:Z
        40: .line 596
      StackMap locals:
      StackMap stack:
            aload 4 /* anonymousType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            getfield org.eclipse.jdt.internal.compiler.parser.Scanner.currentPosition:I
            putfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bodyStart:I
        41: .line 597
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.listLength:I
        42: .line 599
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            ifnull 49
        43: .line 600
            aload 0 /* this */
            aload 4 /* anonymousType */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.bodyStart:I
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        44: .line 601
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            aload 4 /* anonymousType */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.add:(Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;I)Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
        45: .line 602
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.isIndirectlyInsideLambdaExpression:()Z
            ifeq 47
        46: .line 603
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.ignoreNextOpeningBrace:Z
            goto 48
        47: .line 605
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentToken:I
        48: .line 606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        49: .line 608
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int argumentLength
        end local 5 // org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression alloc
        end local 4 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration anonymousType
        end local 3 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        end local 2 // char[] oldIdent
        end local 1 // boolean qualified
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   50     0            this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0   50     1       qualified  Z
            4   50     2        oldIdent  [C
            6   50     3   typeReference  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            8   50     4   anonymousType  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
           11   50     5           alloc  Lorg/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression;
           15   50     6  argumentLength  I
    MethodParameters:
           Name  Flags
      qualified  

  protected void consumeEnterVariable();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 614
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeEnterVariable:()V
         1: .line 616
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
            astore 1 /* variable */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration variable
         2: .line 617
            aload 1 /* variable */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            if_acmpne 7
         3: .line 618
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 6
            aload 1 /* variable */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.isTypeNameVar:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifne 6
         4: .line 619
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
         5: .line 620
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
         6: .line 622
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
         7: .line 624
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration variable
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            2    8     1  variable  Lorg/eclipse/jdt/internal/compiler/ast/AbstractVariableDeclaration;

  protected void consumeExitVariableWithInitialization();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 628
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeExitVariableWithInitialization:()V
         1: .line 631
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
            astore 1 /* variable */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration variable
         2: .line 632
            aload 1 /* variable */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration.declarationSourceStart:I
            istore 2 /* start */
        start local 2 // int start
         3: .line 633
            aload 1 /* variable */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration.declarationSourceEnd:I
            istore 3 /* end */
        start local 3 // int end
         4: .line 635
            aload 1 /* variable */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.isTypeNameVar:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifne 8
         5: .line 636
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
            iload 2 /* start */
            if_icmpge 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
            iload 2 /* start */
            if_icmplt 7
         6: .line 637
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
            iload 3 /* end */
            if_icmple 8
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
            iload 3 /* end */
            if_icmple 8
         7: .line 638
      StackMap locals:
      StackMap stack:
            aload 1 /* variable */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration.initialization:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
         8: .line 641
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* variable */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.triggerRecoveryUponLambdaClosure:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;Z)Z
            pop
         9: .line 642
            return
        end local 3 // int end
        end local 2 // int start
        end local 1 // org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration variable
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            2   10     1  variable  Lorg/eclipse/jdt/internal/compiler/ast/AbstractVariableDeclaration;
            3   10     2     start  I
            4   10     3       end  I

  protected void consumeFieldAccess(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // boolean isSuperAccess
         0: .line 649
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 3
         1: .line 650
            aload 0 /* this */
            iload 1 /* isSuperAccess */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeFieldAccess:(Z)V
         2: .line 651
            return
         3: .line 654
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldReference
            dup
         4: .line 655
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
         5: .line 656
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            laload
         6: .line 654
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldReference.<init>:([CJ)V
         7: .line 653
            astore 2 /* fieldReference */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.FieldReference fieldReference
         8: .line 657
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
         9: .line 658
            iload 1 /* isSuperAccess */
            ifeq 14
        10: .line 659
            aload 2 /* fieldReference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            putfield org.eclipse.jdt.internal.compiler.ast.FieldReference.sourceStart:I
        11: .line 660
            aload 2 /* fieldReference */
            new org.eclipse.jdt.internal.compiler.ast.SuperReference
            dup
            aload 2 /* fieldReference */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldReference.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.endPosition:I
            invokespecial org.eclipse.jdt.internal.compiler.ast.SuperReference.<init>:(II)V
            putfield org.eclipse.jdt.internal.compiler.ast.FieldReference.receiver:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        12: .line 661
            aload 0 /* this */
            aload 2 /* fieldReference */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnExpressionStack:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        13: .line 662
            goto 17
        14: .line 663
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.FieldReference
      StackMap stack:
            aload 2 /* fieldReference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.FieldReference.receiver:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isThis:()Z
            ifeq 16
        15: .line 664
            aload 2 /* fieldReference */
            aload 2 /* fieldReference */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldReference.receiver:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.FieldReference.sourceStart:I
        16: .line 666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aload 2 /* fieldReference */
            aastore
        17: .line 668
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* fieldReference */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        18: .line 669
            aload 0 /* this */
            aload 2 /* fieldReference */
            getfield org.eclipse.jdt.internal.compiler.ast.FieldReference.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        19: .line 670
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 22
        20: .line 671
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        21: .line 672
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        22: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        23: .line 675
            return
        end local 2 // org.eclipse.jdt.internal.compiler.ast.FieldReference fieldReference
        end local 1 // boolean isSuperAccess
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   24     0            this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0   24     1   isSuperAccess  Z
            8   24     2  fieldReference  Lorg/eclipse/jdt/internal/compiler/ast/FieldReference;
    MethodParameters:
               Name  Flags
      isSuperAccess  

  protected void consumeFormalParameter(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=16, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // boolean isVarArgs
         0: .line 678
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 10
         1: .line 679
            aload 0 /* this */
            iload 1 /* isVarArgs */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeFormalParameter:(Z)V
         2: .line 680
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifeq 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.dietInt:I
            ifeq 80
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            iconst_m1
            if_icmple 80
         4: .line 681
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.Argument
            astore 2 /* argument */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Argument argument
         5: .line 682
            aload 2 /* argument */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            if_acmpne 80
         6: .line 683
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
         7: .line 684
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
         8: .line 685
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Argument argument
         9: .line 688
            goto 80
        10: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            ifne 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 2 /* isReceiver */
        start local 2 // boolean isReceiver
        13: .line 690
            iload 2 /* isReceiver */
            ifeq 16
        14: .line 691
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
        15: .line 692
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
        16: .line 694
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
        17: .line 695
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
            astore 3 /* identifierName */
        start local 3 // char[] identifierName
        18: .line 696
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            laload
            lstore 4 /* namePositions */
        start local 4 // long namePositions
        19: .line 697
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            istore 6 /* extendedDimensions */
        start local 6 // int extendedDimensions
        20: .line 698
            iload 6 /* extendedDimensions */
            ifne 21
            aconst_null
            goto 22
      StackMap locals: char[] long int
      StackMap stack:
        21: aload 0 /* this */
            iload 6 /* extendedDimensions */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.getAnnotationsOnDimensions:(I)[[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Annotation[][]
        22: astore 7 /* annotationsOnExtendedDimensions */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.Annotation[][] annotationsOnExtendedDimensions
        23: .line 699
            aconst_null
            astore 8 /* varArgsAnnotations */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.Annotation[] varArgsAnnotations
        24: .line 701
            iconst_0
            istore 10 /* endOfEllipsis */
        start local 10 // int endOfEllipsis
        25: .line 702
            iload 1 /* isVarArgs */
            ifeq 35
        26: .line 703
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            istore 10 /* endOfEllipsis */
        27: .line 704
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.typeAnnotationLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.typeAnnotationLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.typeAnnotationLengthPtr:I
            iaload
            dup
            istore 9 /* length */
        start local 9 // int length
        28: ifeq 35
        29: .line 706
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.typeAnnotationStack:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
        30: .line 707
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.typeAnnotationPtr:I
            iload 9 /* length */
            isub
            dup_x1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.typeAnnotationPtr:I
            iconst_1
            iadd
        31: .line 708
            iload 9 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.Annotation
            dup
            astore 8 /* varArgsAnnotations */
        32: .line 709
            iconst_0
        33: .line 710
            iload 9 /* length */
        34: .line 705
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 9 // int length
        35: .line 713
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int char[] long int org.eclipse.jdt.internal.compiler.ast.Annotation[][] org.eclipse.jdt.internal.compiler.ast.Annotation[] top int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            istore 11 /* firstDimensions */
        start local 11 // int firstDimensions
        36: .line 714
            aload 0 /* this */
            iload 11 /* firstDimensions */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.getTypeReference:(I)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 12 /* type */
        start local 12 // org.eclipse.jdt.internal.compiler.ast.TypeReference type
        37: .line 716
            iload 1 /* isVarArgs */
            ifne 38
            iload 6 /* extendedDimensions */
            ifeq 47
        38: .line 717
      StackMap locals: int org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack:
            iload 1 /* isVarArgs */
            ifeq 42
        39: .line 718
            aload 0 /* this */
            aload 12 /* type */
            iconst_1
            aload 8 /* varArgsAnnotations */
            ifnull 40
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.ast.Annotation[]
            dup
            iconst_0
            aload 8 /* varArgsAnnotations */
            aastore
            goto 41
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int char[] long int org.eclipse.jdt.internal.compiler.ast.Annotation[][] org.eclipse.jdt.internal.compiler.ast.Annotation[] top int int org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack: org.eclipse.jdt.internal.codeassist.select.SelectionParser org.eclipse.jdt.internal.compiler.ast.TypeReference int
        40: aconst_null
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int char[] long int org.eclipse.jdt.internal.compiler.ast.Annotation[][] org.eclipse.jdt.internal.compiler.ast.Annotation[] top int int org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack: org.eclipse.jdt.internal.codeassist.select.SelectionParser org.eclipse.jdt.internal.compiler.ast.TypeReference int org.eclipse.jdt.internal.compiler.ast.Annotation[][]
        41: iconst_1
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.augmentTypeWithAdditionalDimensions:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;I[[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;Z)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 12 /* type */
        42: .line 720
      StackMap locals:
      StackMap stack:
            iload 6 /* extendedDimensions */
            ifeq 44
        43: .line 721
            aload 0 /* this */
            aload 12 /* type */
            iload 6 /* extendedDimensions */
            aload 7 /* annotationsOnExtendedDimensions */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.augmentTypeWithAdditionalDimensions:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;I[[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;Z)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 12 /* type */
        44: .line 723
      StackMap locals:
      StackMap stack:
            aload 12 /* type */
            aload 12 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.isParameterizedTypeReference:()Z
            ifeq 45
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.endStatementPosition:I
            goto 46
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.TypeReference
        45: aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.endPosition:I
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int char[] long int org.eclipse.jdt.internal.compiler.ast.Annotation[][] org.eclipse.jdt.internal.compiler.ast.Annotation[] top int int org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.TypeReference int
        46: putfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
        47: .line 725
      StackMap locals:
      StackMap stack:
            iload 1 /* isVarArgs */
            ifeq 51
        48: .line 726
            iload 6 /* extendedDimensions */
            ifne 50
        49: .line 727
            aload 12 /* type */
            iload 10 /* endOfEllipsis */
            putfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
        50: .line 729
      StackMap locals:
      StackMap stack:
            aload 12 /* type */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
            sipush 16384
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
        51: .line 731
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            istore 13 /* modifierPositions */
        start local 13 // int modifierPositions
        52: .line 732
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
        53: .line 734
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName
            dup
        54: .line 735
            aload 3 /* identifierName */
        55: .line 736
            lload 4 /* namePositions */
        56: .line 737
            aload 12 /* type */
        57: .line 738
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iconst_1
            iadd
            iaload
            ldc -1048577
            iand
        58: .line 734
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName.<init>:([CJLorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
        59: .line 733
            astore 14 /* arg */
        start local 14 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        60: .line 739
            aload 14 /* arg */
            iload 13 /* modifierPositions */
            putfield org.eclipse.jdt.internal.compiler.ast.Argument.declarationSourceStart:I
        61: .line 742
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iaload
            dup
            istore 9 /* length */
        start local 9 // int length
        62: ifeq 72
        63: .line 744
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        64: .line 745
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iload 9 /* length */
            isub
            dup_x1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            iadd
        65: .line 746
            aload 14 /* arg */
            iload 9 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.Annotation
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.Argument.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
        66: .line 747
            iconst_0
        67: .line 748
            iload 9 /* length */
        68: .line 743
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        69: .line 749
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentRecoveryType:()Lorg/eclipse/jdt/internal/compiler/parser/RecoveredType;
            astore 15 /* currentRecoveryType */
        start local 15 // org.eclipse.jdt.internal.compiler.parser.RecoveredType currentRecoveryType
        70: .line 750
            aload 15 /* currentRecoveryType */
            ifnull 72
        71: .line 751
            aload 15 /* currentRecoveryType */
            aload 14 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredType.annotationsConsumed:([Lorg/eclipse/jdt/internal/compiler/ast/Annotation;)V
        end local 15 // org.eclipse.jdt.internal.compiler.parser.RecoveredType currentRecoveryType
        72: .line 754
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int char[] long int org.eclipse.jdt.internal.compiler.ast.Annotation[][] org.eclipse.jdt.internal.compiler.ast.Annotation[] int int int org.eclipse.jdt.internal.compiler.ast.TypeReference int org.eclipse.jdt.internal.compiler.ast.Argument
      StackMap stack:
            aload 0 /* this */
            aload 14 /* arg */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnAstStack:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        73: .line 756
            aload 0 /* this */
            aload 14 /* arg */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        74: .line 757
            aload 0 /* this */
            lload 4 /* namePositions */
            l2i
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        75: .line 758
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        76: .line 760
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 79
        77: .line 761
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        78: .line 762
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        79: .line 767
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.listLength:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.listLength:I
        end local 14 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        end local 13 // int modifierPositions
        end local 12 // org.eclipse.jdt.internal.compiler.ast.TypeReference type
        end local 11 // int firstDimensions
        end local 10 // int endOfEllipsis
        end local 9 // int length
        end local 8 // org.eclipse.jdt.internal.compiler.ast.Annotation[] varArgsAnnotations
        end local 7 // org.eclipse.jdt.internal.compiler.ast.Annotation[][] annotationsOnExtendedDimensions
        end local 6 // int extendedDimensions
        end local 4 // long namePositions
        end local 3 // char[] identifierName
        end local 2 // boolean isReceiver
        80: .line 769
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int
      StackMap stack:
            return
        end local 1 // boolean isVarArgs
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0   81     0                             this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0   81     1                        isVarArgs  Z
            5    9     2                         argument  Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           13   80     2                       isReceiver  Z
           18   80     3                   identifierName  [C
           19   80     4                    namePositions  J
           20   80     6               extendedDimensions  I
           23   80     7  annotationsOnExtendedDimensions  [[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
           24   80     8               varArgsAnnotations  [Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
           28   35     9                           length  I
           62   80     9                           length  I
           25   80    10                    endOfEllipsis  I
           36   80    11                  firstDimensions  I
           37   80    12                             type  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           52   80    13                modifierPositions  I
           60   80    14                              arg  Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           70   72    15              currentRecoveryType  Lorg/eclipse/jdt/internal/compiler/parser/RecoveredType;
    MethodParameters:
           Name  Flags
      isVarArgs  

  protected void consumeInsideCastExpression();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 772
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeInsideCastExpression:()V
         1: .line 773
            aload 0 /* this */
            sipush 1027
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnElementStack:(I)V
         2: .line 774
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeInsideCastExpressionLL1();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 777
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeInsideCastExpressionLL1:()V
         1: .line 778
            aload 0 /* this */
            sipush 1027
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnElementStack:(I)V
         2: .line 779
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeInsideCastExpressionLL1WithBounds();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 782
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeInsideCastExpressionLL1WithBounds:()V
         1: .line 783
            aload 0 /* this */
            sipush 1027
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnElementStack:(I)V
         2: .line 784
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeInsideCastExpressionWithQualifiedGenerics();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 787
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeInsideCastExpressionWithQualifiedGenerics:()V
         1: .line 788
            aload 0 /* this */
            sipush 1027
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnElementStack:(I)V
         2: .line 789
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeInstanceOfExpression();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 792
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 3
         1: .line 793
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeInstanceOfExpression:()V
         2: .line 794
            goto 7
         3: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.getTypeReference:(I)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            pop
         4: .line 796
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
         5: .line 797
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
         6: .line 798
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
         7: .line 800
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeInstanceOfExpressionWithName();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 803
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 3
         1: .line 804
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeInstanceOfExpressionWithName:()V
         2: .line 805
            goto 7
         3: .line 806
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.getTypeReference:(I)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            pop
         4: .line 807
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
         5: .line 808
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
         6: .line 809
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
         7: .line 811
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeLambdaExpression();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 814
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeLambdaExpression:()V
         1: .line 815
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.LambdaExpression
            astore 1 /* expression */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.LambdaExpression expression
         2: .line 816
            aload 1 /* expression */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.arrowPosition:()I
            istore 2 /* arrowEnd */
        start local 2 // int arrowEnd
         3: .line 817
            iload 2 /* arrowEnd */
            iconst_1
            isub
            istore 3 /* arrowStart */
        start local 3 // int arrowStart
         4: .line 818
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
            iload 3 /* arrowStart */
            if_icmpeq 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
            iload 2 /* arrowEnd */
            if_icmpne 7
         5: .line 819
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.LambdaExpression int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
            iload 3 /* arrowStart */
            if_icmpeq 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
            iload 2 /* arrowEnd */
            if_icmpne 7
         6: .line 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnLambdaExpression
            dup
            aload 1 /* expression */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnLambdaExpression.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;)V
            aastore
         7: .line 823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
            aload 1 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.LambdaExpression.sourceStart:I
            if_icmplt 8
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
            aload 1 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.LambdaExpression.sourceEnd:I
            if_icmple 9
         8: .line 824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 519
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.popElement:(I)V
         9: .line 825
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int arrowStart
        end local 2 // int arrowEnd
        end local 1 // org.eclipse.jdt.internal.compiler.ast.LambdaExpression expression
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            2   10     1  expression  Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;
            3   10     2    arrowEnd  I
            4   10     3  arrowStart  I

  protected void consumeReferenceExpression(org.eclipse.jdt.internal.compiler.ast.ReferenceExpression);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression referenceExpression
         0: .line 828
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.colonColonStart:I
            istore 2 /* kolonKolonStart */
        start local 2 // int kolonKolonStart
         1: .line 829
            iload 2 /* kolonKolonStart */
            iconst_1
            iadd
            istore 3 /* kolonKolonEnd */
        start local 3 // int kolonKolonEnd
         2: .line 830
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.colonColonStart:I
         3: .line 831
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
            iload 2 /* kolonKolonStart */
            if_icmpeq 4
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
            iload 3 /* kolonKolonEnd */
            if_icmpne 6
         4: .line 832
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
            iload 2 /* kolonKolonStart */
            if_icmpeq 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
            iload 3 /* kolonKolonEnd */
            if_icmpne 6
         5: .line 833
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnReferenceExpression
            dup
            aload 1 /* referenceExpression */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnReferenceExpression.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/parser/Scanner;)V
            astore 1 /* referenceExpression */
         6: .line 836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* referenceExpression */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeReferenceExpression:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;)V
         7: .line 837
            return
        end local 3 // int kolonKolonEnd
        end local 2 // int kolonKolonStart
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression referenceExpression
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    8     1  referenceExpression  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            1    8     2      kolonKolonStart  I
            2    8     3        kolonKolonEnd  I
    MethodParameters:
                     Name  Flags
      referenceExpression  

  protected void consumeLocalVariableDeclarationStatement();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 841
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeLocalVariableDeclarationStatement:()V
         1: .line 844
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            instanceof org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
            ifeq 7
         2: .line 845
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
            astore 1 /* localDeclaration */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration localDeclaration
         3: .line 846
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
            aload 1 /* localDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.sourceStart:I
            if_icmplt 7
         4: .line 847
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
            aload 1 /* localDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.sourceEnd:I
            if_icmpgt 7
         5: .line 848
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
         6: .line 849
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        end local 1 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration localDeclaration
         7: .line 852
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.checkRestartRecovery:()V
         8: .line 853
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            3    7     1  localDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;

  protected void consumeAssignment();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 856
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeAssignment:()V
         1: .line 857
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.checkRestartRecovery:()V
         2: .line 858
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeBlockStatement();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 861
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeBlockStatement:()V
         1: .line 862
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.checkRestartRecovery:()V
         2: .line 863
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void checkRestartRecovery();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 865
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
            ifle 3
         1: .line 866
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
            iconst_1
            isub
            dup_x1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
            ifne 3
         2: .line 867
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
         3: .line 869
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeOpenBlock();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 873
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeOpenBlock:()V
         1: .line 874
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
            ifle 3
         2: .line 875
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
         3: .line 876
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeBlock();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 880
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeBlock:()V
         1: .line 881
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
            ifle 3
         2: .line 882
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
         3: .line 883
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected void consumeMarkerAnnotation(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // boolean isTypeAnnotation
         0: .line 889
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            dup
            istore 2 /* index */
        start local 2 // int index
         1: ifge 4
         2: .line 890
            aload 0 /* this */
            iload 1 /* isTypeAnnotation */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeMarkerAnnotation:(Z)V
         3: .line 891
            return
         4: .line 894
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 3 /* markerAnnotation */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation markerAnnotation
         5: .line 895
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iaload
            istore 4 /* length */
        start local 4 // int length
         6: .line 901
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierSubSet:(I)[[C
            astore 6 /* subset */
        start local 6 // char[][] subset
         7: .line 902
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
         8: .line 903
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iload 4 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
         9: .line 904
            iload 4 /* length */
            newarray 11
            astore 7 /* positions */
        start local 7 // long[] positions
        10: .line 906
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
        11: .line 907
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iconst_1
            iadd
        12: .line 908
            aload 7 /* positions */
        13: .line 909
            iconst_0
        14: .line 910
            iload 4 /* length */
        15: .line 905
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 914
            iload 2 /* index */
            ifne 22
        17: .line 916
            aload 0 /* this */
        18: .line 917
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
        19: .line 918
            aload 7 /* positions */
            iconst_0
            laload
        20: .line 916
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createSingleAssistTypeReference:([CJ)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 5 /* typeReference */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        21: .line 919
            goto 27
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        22: .line 921
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation int top char[][] long[]
      StackMap stack:
            aload 0 /* this */
        23: .line 922
            aload 6 /* subset */
        24: .line 923
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
        25: .line 924
            aload 7 /* positions */
        26: .line 921
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createQualifiedAssistTypeReference:([[C[C[J)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 5 /* typeReference */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        27: .line 926
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation int org.eclipse.jdt.internal.compiler.ast.TypeReference char[][] long[]
      StackMap stack:
            aload 0 /* this */
            aload 5 /* typeReference */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        28: .line 927
            aload 0 /* this */
            aload 5 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        29: .line 929
            new org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation
            dup
            aload 5 /* typeReference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            invokespecial org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
            astore 3 /* markerAnnotation */
        30: .line 930
            aload 3 /* markerAnnotation */
            aload 3 /* markerAnnotation */
            getfield org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation.declarationSourceEnd:I
        31: .line 931
            iload 1 /* isTypeAnnotation */
            ifeq 34
        32: .line 932
            aload 0 /* this */
            aload 3 /* markerAnnotation */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnTypeAnnotationStack:(Lorg/eclipse/jdt/internal/compiler/ast/Annotation;)V
        33: .line 933
            goto 35
        34: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* markerAnnotation */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnExpressionStack:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        35: .line 936
      StackMap locals:
      StackMap stack:
            return
        end local 7 // long[] positions
        end local 6 // char[][] subset
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        end local 4 // int length
        end local 3 // org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation markerAnnotation
        end local 2 // int index
        end local 1 // boolean isTypeAnnotation
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   36     0              this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0   36     1  isTypeAnnotation  Z
            1   36     2             index  I
            5   36     3  markerAnnotation  Lorg/eclipse/jdt/internal/compiler/ast/MarkerAnnotation;
            6   36     4            length  I
           21   22     5     typeReference  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           27   36     5     typeReference  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            7   36     6            subset  [[C
           10   36     7         positions  [J
    MethodParameters:
                  Name  Flags
      isTypeAnnotation  

  protected void consumeMemberValuePair();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 939
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 3
         1: .line 940
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeMemberValuePair:()V
         2: .line 941
            return
         3: .line 944
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
            astore 1 /* simpleName */
        start local 1 // char[] simpleName
         4: .line 945
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            laload
            lstore 2 /* position */
        start local 2 // long position
         5: .line 946
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
         6: .line 947
            lload 2 /* position */
            l2i
            istore 4 /* end */
        start local 4 // int end
         7: .line 948
            lload 2 /* position */
            bipush 32
            lushr
            l2i
            istore 5 /* start */
        start local 5 // int start
         8: .line 949
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            astore 6 /* value */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.Expression value
         9: .line 950
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
        10: .line 951
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnNameOfMemberValuePair
            dup
            aload 1 /* simpleName */
            iload 5 /* start */
            iload 4 /* end */
            aload 6 /* value */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnNameOfMemberValuePair.<init>:([CIILorg/eclipse/jdt/internal/compiler/ast/Expression;)V
            astore 7 /* memberValuePair */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.MemberValuePair memberValuePair
        11: .line 952
            aload 0 /* this */
            aload 7 /* memberValuePair */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnAstStack:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        12: .line 954
            aload 0 /* this */
            aload 7 /* memberValuePair */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        13: .line 955
            aload 0 /* this */
            aload 7 /* memberValuePair */
            getfield org.eclipse.jdt.internal.compiler.ast.MemberValuePair.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        14: .line 958
            return
        end local 7 // org.eclipse.jdt.internal.compiler.ast.MemberValuePair memberValuePair
        end local 6 // org.eclipse.jdt.internal.compiler.ast.Expression value
        end local 5 // int start
        end local 4 // int end
        end local 2 // long position
        end local 1 // char[] simpleName
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            4   15     1       simpleName  [C
            5   15     2         position  J
            7   15     4              end  I
            8   15     5            start  I
            9   15     6            value  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
           11   15     7  memberValuePair  Lorg/eclipse/jdt/internal/compiler/ast/MemberValuePair;

  protected void consumeMethodInvocationName();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 965
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
            astore 1 /* selector */
        start local 1 // char[] selector
         1: .line 967
            aload 1 /* selector */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            if_acmpne 10
         2: .line 968
            aload 1 /* selector */
            getstatic org.eclipse.jdt.internal.codeassist.select.SelectionParser.SUPER:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 5
         3: .line 969
            iconst_2
            istore 2 /* accessMode */
        start local 2 // int accessMode
         4: .line 970
            goto 19
        end local 2 // int accessMode
      StackMap locals: char[]
      StackMap stack:
         5: aload 1 /* selector */
            getstatic org.eclipse.jdt.internal.codeassist.select.SelectionParser.THIS:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 8
         6: .line 971
            iconst_3
            istore 2 /* accessMode */
        start local 2 // int accessMode
         7: .line 972
            goto 19
        end local 2 // int accessMode
         8: .line 973
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeMethodInvocationName:()V
         9: .line 974
            return
        10: .line 977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeMethodInvocationName:()V
        11: .line 978
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.requireExtendedRecovery:()Z
            ifeq 18
        12: .line 980
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            iflt 18
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            if_acmpne 18
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            instanceof org.eclipse.jdt.internal.compiler.ast.ThisReference
            ifeq 18
        13: .line 981
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.MessageSend
            astore 3 /* messageSend */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.MessageSend messageSend
        14: .line 982
            aload 3 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.MessageSend.receiver:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            ifeq 18
        15: .line 983
            aload 3 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.MessageSend.receiver:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            astore 4 /* snr */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.SingleNameReference snr
        16: .line 984
            aload 4 /* snr */
            getfield org.eclipse.jdt.internal.compiler.ast.SingleNameReference.token:[C
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR:[C
            if_acmpne 18
        17: .line 985
            aload 3 /* messageSend */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.Expression
            putfield org.eclipse.jdt.internal.compiler.ast.MessageSend.receiver:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        end local 4 // org.eclipse.jdt.internal.compiler.ast.SingleNameReference snr
        end local 3 // org.eclipse.jdt.internal.compiler.ast.MessageSend messageSend
        18: .line 990
      StackMap locals:
      StackMap stack:
            return
        start local 2 // int accessMode
        19: .line 993
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnExplicitConstructorCall
            dup
            iload 2 /* accessMode */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnExplicitConstructorCall.<init>:(I)V
            astore 3 /* constructorCall */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall constructorCall
        20: .line 994
            aload 3 /* constructorCall */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.rParenPos:I
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.sourceEnd:I
        21: .line 995
            aload 3 /* constructorCall */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            laload
            bipush 32
            lushr
            l2i
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.sourceStart:I
        22: .line 997
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iaload
            dup
            istore 4 /* length */
        start local 4 // int length
        23: ifeq 26
        24: .line 998
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iload 4 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
        25: .line 999
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            iadd
            aload 3 /* constructorCall */
            iload 4 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iconst_0
            iload 4 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        26: .line 1002
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 31
        27: .line 1003
            aload 0 /* this */
            aload 3 /* constructorCall */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnAstStack:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        28: .line 1004
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        29: .line 1005
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        30: .line 1006
            goto 32
        31: .line 1007
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jdt.internal.codeassist.select.SelectionParser$1
            dup
            aload 0 /* this */
            aload 3 /* constructorCall */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionParser$1.<init>:(Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;)V
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnExpressionStack:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        32: .line 1019
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* constructorCall */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        33: .line 1020
            aload 0 /* this */
            aload 3 /* constructorCall */
            getfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        34: .line 1021
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        35: .line 1022
            return
        end local 4 // int length
        end local 3 // org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall constructorCall
        end local 2 // int accessMode
        end local 1 // char[] selector
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   36     0             this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            1   36     1         selector  [C
            4    5     2       accessMode  I
            7    8     2       accessMode  I
           19   36     2       accessMode  I
           14   18     3      messageSend  Lorg/eclipse/jdt/internal/compiler/ast/MessageSend;
           16   18     4              snr  Lorg/eclipse/jdt/internal/compiler/ast/SingleNameReference;
           20   36     3  constructorCall  Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
           23   36     4           length  I

  protected void consumeMethodInvocationPrimary();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1028
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
            astore 1 /* selector */
        start local 1 // char[] selector
         1: .line 1030
            aload 1 /* selector */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            if_acmpne 10
         2: .line 1031
            aload 1 /* selector */
            getstatic org.eclipse.jdt.internal.codeassist.select.SelectionParser.SUPER:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 5
         3: .line 1032
            iconst_2
            istore 2 /* accessMode */
        start local 2 // int accessMode
         4: .line 1033
            goto 12
        end local 2 // int accessMode
      StackMap locals: char[]
      StackMap stack:
         5: aload 1 /* selector */
            getstatic org.eclipse.jdt.internal.codeassist.select.SelectionParser.THIS:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 8
         6: .line 1034
            iconst_3
            istore 2 /* accessMode */
        start local 2 // int accessMode
         7: .line 1035
            goto 12
        end local 2 // int accessMode
         8: .line 1036
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeMethodInvocationPrimary:()V
         9: .line 1037
            return
        10: .line 1040
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeMethodInvocationPrimary:()V
        11: .line 1041
            return
        start local 2 // int accessMode
        12: .line 1044
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnExplicitConstructorCall
            dup
            iload 2 /* accessMode */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnExplicitConstructorCall.<init>:(I)V
            astore 3 /* constructorCall */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall constructorCall
        13: .line 1045
            aload 3 /* constructorCall */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.rParenPos:I
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.sourceEnd:I
        14: .line 1047
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iaload
            dup
            istore 4 /* length */
        start local 4 // int length
        15: ifeq 18
        16: .line 1048
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iload 4 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
        17: .line 1049
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            iadd
            aload 3 /* constructorCall */
            iload 4 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iconst_0
            iload 4 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 1051
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall int
      StackMap stack:
            aload 3 /* constructorCall */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.qualification:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        19: .line 1052
            aload 3 /* constructorCall */
            aload 3 /* constructorCall */
            getfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.qualification:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.sourceStart:I
        20: .line 1054
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 25
        21: .line 1055
            aload 0 /* this */
            aload 3 /* constructorCall */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnAstStack:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        22: .line 1056
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        23: .line 1057
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        24: .line 1058
            goto 26
        25: .line 1059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jdt.internal.codeassist.select.SelectionParser$2
            dup
            aload 0 /* this */
            aload 3 /* constructorCall */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionParser$2.<init>:(Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;)V
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnExpressionStack:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        26: .line 1072
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* constructorCall */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        27: .line 1073
            aload 0 /* this */
            aload 3 /* constructorCall */
            getfield org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        28: .line 1074
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        29: .line 1075
            return
        end local 4 // int length
        end local 3 // org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall constructorCall
        end local 2 // int accessMode
        end local 1 // char[] selector
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   30     0             this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            1   30     1         selector  [C
            4    5     2       accessMode  I
            7    8     2       accessMode  I
           12   30     2       accessMode  I
           13   30     3  constructorCall  Lorg/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall;
           15   30     4           length  I

  protected void consumeNormalAnnotation(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // boolean isTypeAnnotation
         0: .line 1080
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            dup
            istore 2 /* index */
        start local 2 // int index
         1: ifge 4
         2: .line 1081
            aload 0 /* this */
            iload 1 /* isTypeAnnotation */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeNormalAnnotation:(Z)V
         3: .line 1082
            return
         4: .line 1085
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 3 /* normalAnnotation */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.NormalAnnotation normalAnnotation
         5: .line 1086
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iaload
            istore 4 /* length */
        start local 4 // int length
         6: .line 1092
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierSubSet:(I)[[C
            astore 6 /* subset */
        start local 6 // char[][] subset
         7: .line 1093
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
         8: .line 1094
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iload 4 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
         9: .line 1095
            iload 4 /* length */
            newarray 11
            astore 7 /* positions */
        start local 7 // long[] positions
        10: .line 1097
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
        11: .line 1098
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iconst_1
            iadd
        12: .line 1099
            aload 7 /* positions */
        13: .line 1100
            iconst_0
        14: .line 1101
            iload 4 /* length */
        15: .line 1096
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 1105
            iload 2 /* index */
            ifne 22
        17: .line 1107
            aload 0 /* this */
        18: .line 1108
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
        19: .line 1109
            aload 7 /* positions */
            iconst_0
            laload
        20: .line 1107
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createSingleAssistTypeReference:([CJ)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 5 /* typeReference */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        21: .line 1110
            goto 27
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        22: .line 1112
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int org.eclipse.jdt.internal.compiler.ast.NormalAnnotation int top char[][] long[]
      StackMap stack:
            aload 0 /* this */
        23: .line 1113
            aload 6 /* subset */
        24: .line 1114
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
        25: .line 1115
            aload 7 /* positions */
        26: .line 1112
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createQualifiedAssistTypeReference:([[C[C[J)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 5 /* typeReference */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        27: .line 1117
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int org.eclipse.jdt.internal.compiler.ast.NormalAnnotation int org.eclipse.jdt.internal.compiler.ast.TypeReference char[][] long[]
      StackMap stack:
            aload 0 /* this */
            aload 5 /* typeReference */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        28: .line 1118
            aload 0 /* this */
            aload 5 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        29: .line 1120
            new org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
            dup
            aload 5 /* typeReference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            invokespecial org.eclipse.jdt.internal.compiler.ast.NormalAnnotation.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
            astore 3 /* normalAnnotation */
        30: .line 1121
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astLengthPtr:I
            iaload
            dup
            istore 4 /* length */
            ifeq 37
        31: .line 1123
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astStack:[Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        32: .line 1124
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            iload 4 /* length */
            isub
            dup_x1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.astPtr:I
            iconst_1
            iadd
        33: .line 1125
            aload 3 /* normalAnnotation */
            iload 4 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.MemberValuePair
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.NormalAnnotation.memberValuePairs:[Lorg/eclipse/jdt/internal/compiler/ast/MemberValuePair;
        34: .line 1126
            iconst_0
        35: .line 1127
            iload 4 /* length */
        36: .line 1122
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        37: .line 1129
      StackMap locals:
      StackMap stack:
            aload 3 /* normalAnnotation */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.rParenPos:I
            putfield org.eclipse.jdt.internal.compiler.ast.NormalAnnotation.declarationSourceEnd:I
        38: .line 1130
            iload 1 /* isTypeAnnotation */
            ifeq 41
        39: .line 1131
            aload 0 /* this */
            aload 3 /* normalAnnotation */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnTypeAnnotationStack:(Lorg/eclipse/jdt/internal/compiler/ast/Annotation;)V
        40: .line 1132
            goto 42
        41: .line 1133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* normalAnnotation */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnExpressionStack:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        42: .line 1135
      StackMap locals:
      StackMap stack:
            return
        end local 7 // long[] positions
        end local 6 // char[][] subset
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        end local 4 // int length
        end local 3 // org.eclipse.jdt.internal.compiler.ast.NormalAnnotation normalAnnotation
        end local 2 // int index
        end local 1 // boolean isTypeAnnotation
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   43     0              this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0   43     1  isTypeAnnotation  Z
            1   43     2             index  I
            5   43     3  normalAnnotation  Lorg/eclipse/jdt/internal/compiler/ast/NormalAnnotation;
            6   43     4            length  I
           21   22     5     typeReference  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           27   43     5     typeReference  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            7   43     6            subset  [[C
           10   43     7         positions  [J
    MethodParameters:
                  Name  Flags
      isTypeAnnotation  

  protected void consumeSingleMemberAnnotation(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // boolean isTypeAnnotation
         0: .line 1140
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            dup
            istore 2 /* index */
        start local 2 // int index
         1: ifge 4
         2: .line 1141
            aload 0 /* this */
            iload 1 /* isTypeAnnotation */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeSingleMemberAnnotation:(Z)V
         3: .line 1142
            return
         4: .line 1145
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 3 /* singleMemberAnnotation */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation singleMemberAnnotation
         5: .line 1146
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iaload
            istore 4 /* length */
        start local 4 // int length
         6: .line 1152
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierSubSet:(I)[[C
            astore 6 /* subset */
        start local 6 // char[][] subset
         7: .line 1153
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
         8: .line 1154
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iload 4 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
         9: .line 1155
            iload 4 /* length */
            newarray 11
            astore 7 /* positions */
        start local 7 // long[] positions
        10: .line 1157
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
        11: .line 1158
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iconst_1
            iadd
        12: .line 1159
            aload 7 /* positions */
        13: .line 1160
            iconst_0
        14: .line 1161
            iload 4 /* length */
        15: .line 1156
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 1165
            iload 2 /* index */
            ifne 22
        17: .line 1167
            aload 0 /* this */
        18: .line 1168
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
        19: .line 1169
            aload 7 /* positions */
            iconst_0
            laload
        20: .line 1167
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createSingleAssistTypeReference:([CJ)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 5 /* typeReference */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        21: .line 1170
            goto 27
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        22: .line 1172
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation int top char[][] long[]
      StackMap stack:
            aload 0 /* this */
        23: .line 1173
            aload 6 /* subset */
        24: .line 1174
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
        25: .line 1175
            aload 7 /* positions */
        26: .line 1172
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createQualifiedAssistTypeReference:([[C[C[J)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 5 /* typeReference */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        27: .line 1177
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation int org.eclipse.jdt.internal.compiler.ast.TypeReference char[][] long[]
      StackMap stack:
            aload 0 /* this */
            aload 5 /* typeReference */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        28: .line 1178
            aload 0 /* this */
            aload 5 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        29: .line 1180
            new org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
            dup
            aload 5 /* typeReference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
            astore 3 /* singleMemberAnnotation */
        30: .line 1181
            aload 3 /* singleMemberAnnotation */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            aaload
            putfield org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation.memberValue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        31: .line 1182
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
        32: .line 1183
            aload 3 /* singleMemberAnnotation */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.rParenPos:I
            putfield org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation.declarationSourceEnd:I
        33: .line 1184
            iload 1 /* isTypeAnnotation */
            ifeq 36
        34: .line 1185
            aload 0 /* this */
            aload 3 /* singleMemberAnnotation */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnTypeAnnotationStack:(Lorg/eclipse/jdt/internal/compiler/ast/Annotation;)V
        35: .line 1186
            goto 37
        36: .line 1187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* singleMemberAnnotation */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnExpressionStack:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        37: .line 1189
      StackMap locals:
      StackMap stack:
            return
        end local 7 // long[] positions
        end local 6 // char[][] subset
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        end local 4 // int length
        end local 3 // org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation singleMemberAnnotation
        end local 2 // int index
        end local 1 // boolean isTypeAnnotation
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   38     0                    this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0   38     1        isTypeAnnotation  Z
            1   38     2                   index  I
            5   38     3  singleMemberAnnotation  Lorg/eclipse/jdt/internal/compiler/ast/SingleMemberAnnotation;
            6   38     4                  length  I
           21   22     5           typeReference  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           27   38     5           typeReference  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            7   38     6                  subset  [[C
           10   38     7               positions  [J
    MethodParameters:
                  Name  Flags
      isTypeAnnotation  

  protected void consumeStaticImportOnDemandDeclarationName();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1199
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            dup
            istore 1 /* index */
        start local 1 // int index
         1: ifge 4
         2: .line 1200
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeStaticImportOnDemandDeclarationName:()V
         3: .line 1201
            return
         4: .line 1205
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iaload
            istore 2 /* length */
        start local 2 // int length
         5: .line 1206
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierSubSet:(I)[[C
            astore 3 /* subset */
        start local 3 // char[][] subset
         6: .line 1207
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
         7: .line 1208
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iload 2 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
         8: .line 1209
            iload 2 /* length */
            newarray 11
            astore 4 /* positions */
        start local 4 // long[] positions
         9: .line 1211
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
        10: .line 1212
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iconst_1
            iadd
        11: .line 1213
            aload 4 /* positions */
        12: .line 1214
            iconst_0
        13: .line 1215
            iload 2 /* length */
        14: .line 1210
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 1218
            aload 0 /* this */
            aload 3 /* subset */
            aload 4 /* positions */
            bipush 8
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createAssistImportReference:([[C[JI)Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            astore 5 /* reference */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.ImportReference reference
        16: .line 1219
            aload 5 /* reference */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.bits:I
            ldc 131072
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.bits:I
        17: .line 1221
            aload 5 /* reference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.trailingStarPosition:I
        18: .line 1222
            aload 0 /* this */
            aload 5 /* reference */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        19: .line 1223
            aload 0 /* this */
            aload 5 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        20: .line 1225
            aload 0 /* this */
            aload 5 /* reference */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnAstStack:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        21: .line 1227
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentToken:I
            bipush 25
            if_icmpne 24
        22: .line 1228
            aload 5 /* reference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            getfield org.eclipse.jdt.internal.compiler.parser.Scanner.currentPosition:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceEnd:I
        23: .line 1229
            goto 25
        24: .line 1230
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int char[][] long[] org.eclipse.jdt.internal.compiler.ast.ImportReference
      StackMap stack:
            aload 5 /* reference */
            aload 4 /* positions */
            iload 2 /* length */
            iconst_1
            isub
            laload
            l2i
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceEnd:I
        25: .line 1233
      StackMap locals:
      StackMap stack:
            aload 5 /* reference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceStart:I
        26: .line 1235
            aload 5 /* reference */
            aload 0 /* this */
            aload 5 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceEnd:I
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.flushCommentsDefinedPriorTo:(I)I
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceEnd:I
        27: .line 1238
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            ifnull 32
        28: .line 1239
            aload 0 /* this */
            aload 5 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        29: .line 1240
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            aload 5 /* reference */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.add:(Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;I)Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
        30: .line 1241
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        31: .line 1242
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        32: .line 1244
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.eclipse.jdt.internal.compiler.ast.ImportReference reference
        end local 4 // long[] positions
        end local 3 // char[][] subset
        end local 2 // int length
        end local 1 // int index
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   33     0       this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            1   33     1      index  I
            5   33     2     length  I
            6   33     3     subset  [[C
            9   33     4  positions  [J
           16   33     5  reference  Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;

  protected void consumeToken(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // int token
         0: .line 1247
            aload 0 /* this */
            iload 1 /* token */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeToken:(I)V
         1: .line 1250
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.isInsideMethod:()Z
            ifne 2
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.isInsideFieldInitialization:()Z
            ifeq 17
         2: .line 1251
      StackMap locals:
      StackMap stack:
            iload 1 /* token */
            lookupswitch { // 6
                   25: 14
                   32: 5
                   63: 9
                   84: 12
                  100: 9
                  103: 3
              default: 17
          }
         3: .line 1253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 1025
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnElementStack:(I)V
         4: .line 1254
            goto 17
         5: .line 1256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 1536
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.topKnownElementKind:(I)I
            tableswitch { // 1025 - 1025
                 1025: 6
              default: 8
          }
         6: .line 1262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
         7: .line 1263
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup2
            iaload
            iconst_1
            isub
            iastore
         8: .line 1265
      StackMap locals:
      StackMap stack:
            goto 17
         9: .line 1271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 1536
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.topKnownElementKind:(I)I
            sipush 1025
            if_icmpne 17
        10: .line 1272
            aload 0 /* this */
            sipush 1025
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.popElement:(I)V
        11: .line 1274
            goto 17
        12: .line 1276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 1026
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.bracketDepth:I
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnElementStack:(II)V
        13: .line 1277
            goto 17
        14: .line 1279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 1536
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.topKnownElementKind:(I)I
            tableswitch { // 1026 - 1026
                 1026: 15
              default: 17
          }
        15: .line 1281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 1536
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.topKnownElementInfo:(I)I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.bracketDepth:I
            if_icmpne 17
        16: .line 1282
            aload 0 /* this */
            sipush 1026
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.popElement:(I)V
        17: .line 1289
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int token
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0   18     1  token  I
    MethodParameters:
       Name  Flags
      token  

  protected void consumeTypeImportOnDemandDeclarationName();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1299
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            dup
            istore 1 /* index */
        start local 1 // int index
         1: ifge 4
         2: .line 1300
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.consumeTypeImportOnDemandDeclarationName:()V
         3: .line 1301
            return
         4: .line 1305
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iaload
            istore 2 /* length */
        start local 2 // int length
         5: .line 1306
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierSubSet:(I)[[C
            astore 3 /* subset */
        start local 3 // char[][] subset
         6: .line 1307
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
         7: .line 1308
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iload 2 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
         8: .line 1309
            iload 2 /* length */
            newarray 11
            astore 4 /* positions */
        start local 4 // long[] positions
         9: .line 1311
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
        10: .line 1312
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iconst_1
            iadd
        11: .line 1313
            aload 4 /* positions */
        12: .line 1314
            iconst_0
        13: .line 1315
            iload 2 /* length */
        14: .line 1310
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 1318
            aload 0 /* this */
            aload 3 /* subset */
            aload 4 /* positions */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createAssistImportReference:([[C[JI)Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            astore 5 /* reference */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.ImportReference reference
        16: .line 1319
            aload 5 /* reference */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.bits:I
            ldc 131072
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.bits:I
        17: .line 1321
            aload 5 /* reference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.trailingStarPosition:I
        18: .line 1322
            aload 0 /* this */
            aload 5 /* reference */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        19: .line 1323
            aload 0 /* this */
            aload 5 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        20: .line 1325
            aload 0 /* this */
            aload 5 /* reference */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnAstStack:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        21: .line 1327
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentToken:I
            bipush 25
            if_icmpne 24
        22: .line 1328
            aload 5 /* reference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            getfield org.eclipse.jdt.internal.compiler.parser.Scanner.currentPosition:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceEnd:I
        23: .line 1329
            goto 25
        24: .line 1330
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int char[][] long[] org.eclipse.jdt.internal.compiler.ast.ImportReference
      StackMap stack:
            aload 5 /* reference */
            aload 4 /* positions */
            iload 2 /* length */
            iconst_1
            isub
            laload
            l2i
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceEnd:I
        25: .line 1333
      StackMap locals:
      StackMap stack:
            aload 5 /* reference */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.intPtr:I
            iaload
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceStart:I
        26: .line 1335
            aload 5 /* reference */
            aload 0 /* this */
            aload 5 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceEnd:I
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.flushCommentsDefinedPriorTo:(I)I
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceEnd:I
        27: .line 1338
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            ifnull 32
        28: .line 1339
            aload 0 /* this */
            aload 5 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.declarationSourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        29: .line 1340
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            aload 5 /* reference */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.add:(Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;I)Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
        30: .line 1341
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        31: .line 1342
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        32: .line 1344
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.eclipse.jdt.internal.compiler.ast.ImportReference reference
        end local 4 // long[] positions
        end local 3 // char[][] subset
        end local 2 // int length
        end local 1 // int index
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   33     0       this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            1   33     1      index  I
            5   33     2     length  I
            6   33     3     subset  [[C
            9   33     4  positions  [J
           16   33     5  reference  Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;

  protected org.eclipse.jdt.internal.codeassist.select.SelectionParser createSnapShotParser();
    descriptor: ()Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1347
            new org.eclipse.jdt.internal.codeassist.select.SelectionParser
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionParser.<init>:(Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;)V
            areturn
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  public org.eclipse.jdt.internal.compiler.ast.ImportReference createAssistPackageVisibilityReference(char[][], long[]);
    descriptor: ([[C[J)Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // char[][] tokens
        start local 2 // long[] positions
         0: .line 1351
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnPackageVisibilityReference
            dup
            aload 1 /* tokens */
            aload 2 /* positions */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnPackageVisibilityReference.<init>:([[C[J)V
            areturn
        end local 2 // long[] positions
        end local 1 // char[][] tokens
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    1     1     tokens  [[C
            0    1     2  positions  [J
    MethodParameters:
           Name  Flags
      tokens     
      positions  

  public org.eclipse.jdt.internal.compiler.ast.ImportReference createAssistImportReference(char[][], long[], int);
    descriptor: ([[C[JI)Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // char[][] tokens
        start local 2 // long[] positions
        start local 3 // int mod
         0: .line 1355
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnImportReference
            dup
            aload 1 /* tokens */
            aload 2 /* positions */
            iload 3 /* mod */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnImportReference.<init>:([[C[JI)V
            areturn
        end local 3 // int mod
        end local 2 // long[] positions
        end local 1 // char[][] tokens
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    1     1     tokens  [[C
            0    1     2  positions  [J
            0    1     3        mod  I
    MethodParameters:
           Name  Flags
      tokens     
      positions  
      mod        

  public org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration createAssistModuleDeclaration(org.eclipse.jdt.internal.compiler.CompilationResult, char[][], long[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/CompilationResult;[[C[J)Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
        start local 2 // char[][] tokens
        start local 3 // long[] positions
         0: .line 1360
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnModuleDeclaration
            dup
            aload 1 /* compilationResult */
            aload 2 /* tokens */
            aload 3 /* positions */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnModuleDeclaration.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;[[C[J)V
            areturn
        end local 3 // long[] positions
        end local 2 // char[][] tokens
        end local 1 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    1     1  compilationResult  Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            0    1     2             tokens  [[C
            0    1     3          positions  [J
    MethodParameters:
                   Name  Flags
      compilationResult  
      tokens             
      positions          

  public org.eclipse.jdt.internal.compiler.ast.ImportReference createAssistPackageReference(char[][], long[]);
    descriptor: ([[C[J)Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // char[][] tokens
        start local 2 // long[] positions
         0: .line 1364
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnPackageReference
            dup
            aload 1 /* tokens */
            aload 2 /* positions */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnPackageReference.<init>:([[C[J)V
            areturn
        end local 2 // long[] positions
        end local 1 // char[][] tokens
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    1     1     tokens  [[C
            0    1     2  positions  [J
    MethodParameters:
           Name  Flags
      tokens     
      positions  

  protected org.eclipse.jdt.internal.compiler.parser.JavadocParser createJavadocParser();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/parser/JavadocParser;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1368
            new org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionJavadocParser.<init>:(Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;)V
            areturn
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected org.eclipse.jdt.internal.compiler.ast.LocalDeclaration createLocalDeclaration(char[], int, int);
    descriptor: ([CII)Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // char[] assistName
        start local 2 // int sourceStart
        start local 3 // int sourceEnd
         0: .line 1372
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            ifge 2
         1: .line 1373
            aload 0 /* this */
            aload 1 /* assistName */
            iload 2 /* sourceStart */
            iload 3 /* sourceEnd */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.createLocalDeclaration:([CII)Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            areturn
         2: .line 1375
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnLocalName
            dup
            aload 1 /* assistName */
            iload 2 /* sourceStart */
            iload 3 /* sourceEnd */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnLocalName.<init>:([CII)V
            astore 4 /* local */
        start local 4 // org.eclipse.jdt.internal.codeassist.select.SelectionOnLocalName local
         3: .line 1376
            aload 0 /* this */
            aload 4 /* local */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
         4: .line 1377
            aload 0 /* this */
            iload 3 /* sourceEnd */
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
         5: .line 1378
            aload 4 /* local */
            areturn
        end local 4 // org.eclipse.jdt.internal.codeassist.select.SelectionOnLocalName local
        end local 3 // int sourceEnd
        end local 2 // int sourceStart
        end local 1 // char[] assistName
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    6     1   assistName  [C
            0    6     2  sourceStart  I
            0    6     3    sourceEnd  I
            3    6     4        local  Lorg/eclipse/jdt/internal/codeassist/select/SelectionOnLocalName;
    MethodParameters:
             Name  Flags
      assistName   
      sourceStart  
      sourceEnd    

  public org.eclipse.jdt.internal.compiler.ast.NameReference createQualifiedAssistNameReference(char[][], char[], long[]);
    descriptor: ([[C[C[J)Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // char[][] previousIdentifiers
        start local 2 // char[] assistName
        start local 3 // long[] positions
         0: .line 1383
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedNameReference
            dup
         1: .line 1384
            aload 1 /* previousIdentifiers */
         2: .line 1385
            aload 2 /* assistName */
         3: .line 1386
            aload 3 /* positions */
         4: .line 1383
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedNameReference.<init>:([[C[C[J)V
            areturn
        end local 3 // long[] positions
        end local 2 // char[] assistName
        end local 1 // char[][] previousIdentifiers
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    5     1  previousIdentifiers  [[C
            0    5     2           assistName  [C
            0    5     3            positions  [J
    MethodParameters:
                     Name  Flags
      previousIdentifiers  
      assistName           
      positions            

  public org.eclipse.jdt.internal.compiler.ast.TypeReference createQualifiedAssistTypeReference(char[][], char[], long[]);
    descriptor: ([[C[C[J)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // char[][] previousIdentifiers
        start local 2 // char[] assistName
        start local 3 // long[] positions
         0: .line 1390
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedTypeReference
            dup
         1: .line 1391
            aload 1 /* previousIdentifiers */
         2: .line 1392
            aload 2 /* assistName */
         3: .line 1393
            aload 3 /* positions */
         4: .line 1390
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedTypeReference.<init>:([[C[C[J)V
            areturn
        end local 3 // long[] positions
        end local 2 // char[] assistName
        end local 1 // char[][] previousIdentifiers
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    5     1  previousIdentifiers  [[C
            0    5     2           assistName  [C
            0    5     3            positions  [J
    MethodParameters:
                     Name  Flags
      previousIdentifiers  
      assistName           
      positions            

  public org.eclipse.jdt.internal.compiler.ast.TypeReference createParameterizedQualifiedAssistTypeReference(char[][], org.eclipse.jdt.internal.compiler.ast.TypeReference[][], char[], org.eclipse.jdt.internal.compiler.ast.TypeReference[], long[]);
    descriptor: ([[C[[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;[C[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;[J)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // char[][] tokens
        start local 2 // org.eclipse.jdt.internal.compiler.ast.TypeReference[][] typeArguments
        start local 3 // char[] assistname
        start local 4 // org.eclipse.jdt.internal.compiler.ast.TypeReference[] assistTypeArguments
        start local 5 // long[] positions
         0: .line 1398
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedQualifiedTypeReference
            dup
            aload 1 /* tokens */
            aload 3 /* assistname */
            aload 2 /* typeArguments */
            aload 4 /* assistTypeArguments */
            aload 5 /* positions */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedQualifiedTypeReference.<init>:([[C[C[[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;[J)V
            areturn
        end local 5 // long[] positions
        end local 4 // org.eclipse.jdt.internal.compiler.ast.TypeReference[] assistTypeArguments
        end local 3 // char[] assistname
        end local 2 // org.eclipse.jdt.internal.compiler.ast.TypeReference[][] typeArguments
        end local 1 // char[][] tokens
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    1     1               tokens  [[C
            0    1     2        typeArguments  [[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            0    1     3           assistname  [C
            0    1     4  assistTypeArguments  [Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            0    1     5            positions  [J
    MethodParameters:
                     Name  Flags
      tokens               
      typeArguments        
      assistname           
      assistTypeArguments  
      positions            

  public org.eclipse.jdt.internal.compiler.ast.NameReference createSingleAssistNameReference(char[], long);
    descriptor: ([CJ)Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // char[] assistName
        start local 2 // long position
         0: .line 1403
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleNameReference
            dup
            aload 1 /* assistName */
            lload 2 /* position */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleNameReference.<init>:([CJ)V
            areturn
        end local 2 // long position
        end local 1 // char[] assistName
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    1     1  assistName  [C
            0    1     2    position  J
    MethodParameters:
            Name  Flags
      assistName  
      position    

  public org.eclipse.jdt.internal.compiler.ast.TypeReference createSingleAssistTypeReference(char[], long);
    descriptor: ([CJ)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // char[] assistName
        start local 2 // long position
         0: .line 1407
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference
            dup
            aload 1 /* assistName */
            lload 2 /* position */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnSingleTypeReference.<init>:([CJ)V
            areturn
        end local 2 // long position
        end local 1 // char[] assistName
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    1     1  assistName  [C
            0    1     2    position  J
    MethodParameters:
            Name  Flags
      assistName  
      position    

  public org.eclipse.jdt.internal.compiler.ast.TypeReference createParameterizedSingleAssistTypeReference(org.eclipse.jdt.internal.compiler.ast.TypeReference[], char[], long);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;[CJ)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.TypeReference[] typeArguments
        start local 2 // char[] assistName
        start local 3 // long position
         0: .line 1411
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedSingleTypeReference
            dup
            aload 2 /* assistName */
            aload 1 /* typeArguments */
            lload 3 /* position */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnParameterizedSingleTypeReference.<init>:([C[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;J)V
            areturn
        end local 3 // long position
        end local 2 // char[] assistName
        end local 1 // org.eclipse.jdt.internal.compiler.ast.TypeReference[] typeArguments
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    1     1  typeArguments  [Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            0    1     2     assistName  [C
            0    1     3       position  J
    MethodParameters:
               Name  Flags
      typeArguments  
      assistName     
      position       

  public org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration dietParse(org.eclipse.jdt.internal.compiler.env.ICompilationUnit, org.eclipse.jdt.internal.compiler.CompilationResult, int, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;Lorg/eclipse/jdt/internal/compiler/CompilationResult;II)Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // org.eclipse.jdt.internal.compiler.env.ICompilationUnit sourceUnit
        start local 2 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
        start local 3 // int start
        start local 4 // int end
         0: .line 1415
            aload 0 /* this */
            iload 3 /* start */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
         1: .line 1416
            aload 0 /* this */
            iload 4 /* end */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
         2: .line 1417
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            checkcast org.eclipse.jdt.internal.codeassist.select.SelectionScanner
            astore 5 /* selectionScanner */
        start local 5 // org.eclipse.jdt.internal.codeassist.select.SelectionScanner selectionScanner
         3: .line 1418
            aload 5 /* selectionScanner */
            aconst_null
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionScanner.selectionIdentifier:[C
         4: .line 1419
            aload 5 /* selectionScanner */
            iload 3 /* start */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionScanner.selectionStart:I
         5: .line 1420
            aload 5 /* selectionScanner */
            iload 4 /* end */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionScanner.selectionEnd:I
         6: .line 1421
            aload 0 /* this */
            aload 1 /* sourceUnit */
            aload 2 /* compilationResult */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.dietParse:(Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;Lorg/eclipse/jdt/internal/compiler/CompilationResult;)Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            areturn
        end local 5 // org.eclipse.jdt.internal.codeassist.select.SelectionScanner selectionScanner
        end local 4 // int end
        end local 3 // int start
        end local 2 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
        end local 1 // org.eclipse.jdt.internal.compiler.env.ICompilationUnit sourceUnit
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    7     1         sourceUnit  Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;
            0    7     2  compilationResult  Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            0    7     3              start  I
            0    7     4                end  I
            3    7     5   selectionScanner  Lorg/eclipse/jdt/internal/codeassist/select/SelectionScanner;
    MethodParameters:
                   Name  Flags
      sourceUnit         
      compilationResult  
      start              
      end                

  protected org.eclipse.jdt.internal.compiler.ast.NameReference getUnspecifiedReference(boolean);
    descriptor: (Z)Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // boolean rejectTypeAnnotations
         0: .line 1430
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            dup
            istore 2 /* completionIndex */
        start local 2 // int completionIndex
         1: ifge 3
         2: .line 1431
            aload 0 /* this */
            iload 1 /* rejectTypeAnnotations */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.getUnspecifiedReference:(Z)Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
            areturn
         3: .line 1434
      StackMap locals: int
      StackMap stack:
            iload 1 /* rejectTypeAnnotations */
            ifeq 5
         4: .line 1435
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.consumeNonTypeUseName:()V
         5: .line 1437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iaload
            istore 3 /* length */
        start local 3 // int length
         6: .line 1438
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            getstatic org.eclipse.jdt.internal.codeassist.select.SelectionParser.SUPER:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 35
         7: .line 1440
            iload 2 /* completionIndex */
            ifle 24
         8: .line 1443
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iload 2 /* completionIndex */
            iastore
         9: .line 1444
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iload 3 /* length */
            iload 2 /* completionIndex */
            isub
            isub
            dup_x1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            istore 5 /* ptr */
        start local 5 // int ptr
        10: .line 1445
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnGenericsLengthStack:(I)V
        11: .line 1446
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthStack:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iaload
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnGenericsIdentifiersLengthStack:(I)V
        12: .line 1447
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        13: goto 16
        14: .line 1448
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int int top int int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnTypeAnnotationLengthStack:(I)V
        15: .line 1447
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* i */
            iload 2 /* completionIndex */
            if_icmplt 14
        end local 6 // int i
        17: .line 1451
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedSuperReference
            dup
        18: .line 1452
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.getTypeReference:(I)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        19: .line 1453
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            iload 5 /* ptr */
            iconst_1
            iadd
            laload
            bipush 32
            lushr
            l2i
        20: .line 1454
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            iload 5 /* ptr */
            iconst_1
            iadd
            laload
            l2i
        21: .line 1451
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedSuperReference.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;II)V
        22: .line 1450
            astore 4 /* reference */
        end local 5 // int ptr
        start local 4 // org.eclipse.jdt.internal.compiler.ast.Reference reference
        23: .line 1455
            goto 27
        end local 4 // org.eclipse.jdt.internal.compiler.ast.Reference reference
        24: .line 1456
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iload 3 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
        25: .line 1457
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
        26: .line 1458
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnSuperReference
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iconst_1
            iadd
            laload
            bipush 32
            lushr
            l2i
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iconst_1
            iadd
            laload
            l2i
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnSuperReference.<init>:(II)V
            astore 4 /* reference */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.Reference reference
        27: .line 1460
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Reference
      StackMap stack:
            aload 0 /* this */
            aload 4 /* reference */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.pushOnAstStack:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        28: .line 1461
            aload 0 /* this */
            aload 4 /* reference */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        29: .line 1462
            aload 0 /* this */
            aload 4 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.Reference.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        30: .line 1463
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifeq 31
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.dietInt:I
            ifeq 33
        31: .line 1464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        32: .line 1465
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        33: .line 1467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        34: .line 1468
            new org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            dup
            getstatic org.eclipse.jdt.core.compiler.CharOperation.NO_CHAR:[C
            lconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleNameReference.<init>:([CJ)V
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.Reference reference
        35: .line 1473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* completionIndex */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierSubSet:(I)[[C
            astore 5 /* subset */
        start local 5 // char[][] subset
        36: .line 1474
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
        37: .line 1475
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iload 3 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
        38: .line 1476
            iload 3 /* length */
            newarray 11
            astore 6 /* positions */
        start local 6 // long[] positions
        39: .line 1478
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
        40: .line 1479
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iconst_1
            iadd
        41: .line 1480
            aload 6 /* positions */
        42: .line 1481
            iconst_0
        43: .line 1482
            iload 3 /* length */
        44: .line 1477
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        45: .line 1484
            iload 2 /* completionIndex */
            ifne 48
        46: .line 1486
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            aload 6 /* positions */
            iconst_0
            laload
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createSingleAssistNameReference:([CJ)Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
            astore 4 /* nameReference */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.NameReference nameReference
        47: .line 1487
            goto 49
        end local 4 // org.eclipse.jdt.internal.compiler.ast.NameReference nameReference
        48: .line 1489
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int int top char[][] long[]
      StackMap stack:
            aload 0 /* this */
            aload 5 /* subset */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            aload 6 /* positions */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createQualifiedAssistNameReference:([[C[C[J)Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
            astore 4 /* nameReference */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.NameReference nameReference
        49: .line 1491
      StackMap locals: org.eclipse.jdt.internal.codeassist.select.SelectionParser int int int org.eclipse.jdt.internal.compiler.ast.NameReference char[][] long[]
      StackMap stack:
            aload 0 /* this */
            aload 4 /* nameReference */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        50: .line 1492
            aload 0 /* this */
            aload 4 /* nameReference */
            getfield org.eclipse.jdt.internal.compiler.ast.NameReference.sourceEnd:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastCheckPoint:I
        51: .line 1493
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 54
        52: .line 1494
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
        53: .line 1495
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        54: .line 1497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        55: .line 1498
            aload 4 /* nameReference */
            areturn
        end local 6 // long[] positions
        end local 5 // char[][] subset
        end local 4 // org.eclipse.jdt.internal.compiler.ast.NameReference nameReference
        end local 3 // int length
        end local 2 // int completionIndex
        end local 1 // boolean rejectTypeAnnotations
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   56     0                   this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0   56     1  rejectTypeAnnotations  Z
            1   56     2        completionIndex  I
            6   56     3                 length  I
           23   24     4              reference  Lorg/eclipse/jdt/internal/compiler/ast/Reference;
           27   35     4              reference  Lorg/eclipse/jdt/internal/compiler/ast/Reference;
           10   23     5                    ptr  I
           13   17     6                      i  I
           47   48     4          nameReference  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
           49   56     4          nameReference  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
           36   56     5                 subset  [[C
           39   56     6              positions  [J
    MethodParameters:
                       Name  Flags
      rejectTypeAnnotations  

  protected org.eclipse.jdt.internal.compiler.ast.NameReference getUnspecifiedReferenceOptimized();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1509
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.indexOfAssistIdentifier:()I
            istore 1 /* index */
        start local 1 // int index
         1: .line 1510
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.getUnspecifiedReferenceOptimized:()Lorg/eclipse/jdt/internal/compiler/ast/NameReference;
            astore 2 /* reference */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.NameReference reference
         2: .line 1512
            iload 1 /* index */
            iflt 7
         3: .line 1513
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 6
         4: .line 1514
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.restartRecovery:Z
         5: .line 1515
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
         6: .line 1517
      StackMap locals: int org.eclipse.jdt.internal.compiler.ast.NameReference
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
         7: .line 1519
      StackMap locals:
      StackMap stack:
            aload 2 /* reference */
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.ast.NameReference reference
        end local 1 // int index
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            1    8     1      index  I
            2    8     2  reference  Lorg/eclipse/jdt/internal/compiler/ast/NameReference;

  public void initializeScanner();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1523
            aload 0 /* this */
            new org.eclipse.jdt.internal.codeassist.select.SelectionScanner
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.options:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.options:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.enablePreviewFeatures:Z
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionScanner.<init>:(JZ)V
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
         1: .line 1524
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  public org.eclipse.jdt.internal.compiler.ast.ReferenceExpression newReferenceExpression();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1527
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
            astore 1 /* selector */
        start local 1 // char[] selector
         1: .line 1528
            aload 1 /* selector */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            if_acmpeq 3
         2: .line 1529
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.newReferenceExpression:()Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            areturn
         3: .line 1531
      StackMap locals: char[]
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnReferenceExpressionName
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnReferenceExpressionName.<init>:(Lorg/eclipse/jdt/internal/compiler/parser/Scanner;)V
            astore 2 /* referenceExpression */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression referenceExpression
         4: .line 1532
            aload 0 /* this */
            aload 2 /* referenceExpression */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
         5: .line 1533
            aload 2 /* referenceExpression */
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression referenceExpression
        end local 1 // char[] selector
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    6     0                 this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            1    6     1             selector  [C
            4    6     2  referenceExpression  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  protected org.eclipse.jdt.internal.compiler.ast.MessageSend newMessageSend();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/MessageSend;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1540
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
            astore 1 /* selector */
        start local 1 // char[] selector
         1: .line 1541
            aload 1 /* selector */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            if_acmpeq 3
         2: .line 1542
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.newMessageSend:()Lorg/eclipse/jdt/internal/compiler/ast/MessageSend;
            areturn
         3: .line 1544
      StackMap locals: char[]
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnMessageSend
            dup
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnMessageSend.<init>:()V
            astore 2 /* messageSend */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.MessageSend messageSend
         4: .line 1546
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iaload
            dup
            istore 3 /* length */
        start local 3 // int length
         5: ifeq 13
         6: .line 1547
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iload 3 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
         7: .line 1549
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
         8: .line 1550
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            iadd
         9: .line 1551
            aload 2 /* messageSend */
            iload 3 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.MessageSend.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        10: .line 1552
            iconst_0
        11: .line 1553
            iload 3 /* length */
        12: .line 1548
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 1555
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.MessageSend int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* messageSend */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        14: .line 1556
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 17
        15: .line 1559
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
        16: .line 1560
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        17: .line 1563
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        18: .line 1564
            aload 2 /* messageSend */
            areturn
        end local 3 // int length
        end local 2 // org.eclipse.jdt.internal.compiler.ast.MessageSend messageSend
        end local 1 // char[] selector
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            1   19     1     selector  [C
            4   19     2  messageSend  Lorg/eclipse/jdt/internal/compiler/ast/MessageSend;
            5   19     3       length  I

  protected org.eclipse.jdt.internal.compiler.ast.MessageSend newMessageSendWithTypeArguments();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/MessageSend;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1568
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
            astore 1 /* selector */
        start local 1 // char[] selector
         1: .line 1569
            aload 1 /* selector */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            if_acmpeq 3
         2: .line 1570
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.newMessageSendWithTypeArguments:()Lorg/eclipse/jdt/internal/compiler/ast/MessageSend;
            areturn
         3: .line 1572
      StackMap locals: char[]
      StackMap stack:
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnMessageSend
            dup
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnMessageSend.<init>:()V
            astore 2 /* messageSend */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.MessageSend messageSend
         4: .line 1574
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionLengthPtr:I
            iaload
            dup
            istore 3 /* length */
        start local 3 // int length
         5: ifeq 13
         6: .line 1575
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iload 3 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
         7: .line 1577
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionStack:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
         8: .line 1578
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.expressionPtr:I
            iconst_1
            iadd
         9: .line 1579
            aload 2 /* messageSend */
            iload 3 /* length */
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.MessageSend.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        10: .line 1580
            iconst_0
        11: .line 1581
            iload 3 /* length */
        12: .line 1576
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 1583
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.MessageSend int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* messageSend */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        14: .line 1584
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.diet:Z
            ifne 17
        15: .line 1587
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionNodeFoundLevel:I
        16: .line 1588
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.lastIgnoredToken:I
        17: .line 1591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.isOrphanCompletionNode:Z
        18: .line 1592
            aload 2 /* messageSend */
            areturn
        end local 3 // int length
        end local 2 // org.eclipse.jdt.internal.compiler.ast.MessageSend messageSend
        end local 1 // char[] selector
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            1   19     1     selector  [C
            4   19     2  messageSend  Lorg/eclipse/jdt/internal/compiler/ast/MessageSend;
            5   19     3       length  I

  public org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration parse(org.eclipse.jdt.internal.compiler.env.ICompilationUnit, org.eclipse.jdt.internal.compiler.CompilationResult, int, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;Lorg/eclipse/jdt/internal/compiler/CompilationResult;II)Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // org.eclipse.jdt.internal.compiler.env.ICompilationUnit sourceUnit
        start local 2 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
        start local 3 // int start
        start local 4 // int end
         0: .line 1597
            iload 4 /* end */
            iconst_m1
            if_icmpne 1
            aload 0 /* this */
            aload 1 /* sourceUnit */
            aload 2 /* compilationResult */
            iload 3 /* start */
            iload 4 /* end */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.parse:(Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;Lorg/eclipse/jdt/internal/compiler/CompilationResult;II)Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            areturn
         1: .line 1599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* start */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionStart:I
         2: .line 1600
            aload 0 /* this */
            iload 4 /* end */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionEnd:I
         3: .line 1601
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            checkcast org.eclipse.jdt.internal.codeassist.select.SelectionScanner
            astore 5 /* selectionScanner */
        start local 5 // org.eclipse.jdt.internal.codeassist.select.SelectionScanner selectionScanner
         4: .line 1602
            aload 5 /* selectionScanner */
            aconst_null
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionScanner.selectionIdentifier:[C
         5: .line 1603
            aload 5 /* selectionScanner */
            iload 3 /* start */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionScanner.selectionStart:I
         6: .line 1604
            aload 5 /* selectionScanner */
            iload 4 /* end */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionScanner.selectionEnd:I
         7: .line 1605
            aload 0 /* this */
            aload 1 /* sourceUnit */
            aload 2 /* compilationResult */
            iconst_m1
            iconst_m1
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.parse:(Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;Lorg/eclipse/jdt/internal/compiler/CompilationResult;II)Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            areturn
        end local 5 // org.eclipse.jdt.internal.codeassist.select.SelectionScanner selectionScanner
        end local 4 // int end
        end local 3 // int start
        end local 2 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
        end local 1 // org.eclipse.jdt.internal.compiler.env.ICompilationUnit sourceUnit
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    8     1         sourceUnit  Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;
            0    8     2  compilationResult  Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            0    8     3              start  I
            0    8     4                end  I
            4    8     5   selectionScanner  Lorg/eclipse/jdt/internal/codeassist/select/SelectionScanner;
    MethodParameters:
                   Name  Flags
      sourceUnit         
      compilationResult  
      start              
      end                

  protected int resumeAfterRecovery();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1620
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            ifnull 15
         1: .line 1621
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.referenceContext:Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;
            instanceof org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
            ifne 15
         2: .line 1622
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.preserveEnclosingBlocks:()V
         3: .line 1623
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.requireExtendedRecovery:()Z
            ifeq 7
         4: .line 1624
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.unstackedAct:I
            sipush 16962
            if_icmpeq 6
         5: .line 1625
            iconst_2
            ireturn
         6: .line 1627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.resumeAfterRecovery:()I
            ireturn
         7: .line 1629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.enclosingType:()Lorg/eclipse/jdt/internal/compiler/parser/RecoveredType;
            ifnonnull 15
         8: .line 1630
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            instanceof org.eclipse.jdt.internal.compiler.parser.RecoveredType
            ifne 11
         9: .line 1631
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.resetStacks:()V
        10: .line 1632
            iconst_0
            ireturn
        11: .line 1635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            checkcast org.eclipse.jdt.internal.compiler.parser.RecoveredType
            astore 1 /* recoveredType */
        start local 1 // org.eclipse.jdt.internal.compiler.parser.RecoveredType recoveredType
        12: .line 1636
            aload 1 /* recoveredType */
            getfield org.eclipse.jdt.internal.compiler.parser.RecoveredType.typeDeclaration:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            ifnull 15
            aload 1 /* recoveredType */
            getfield org.eclipse.jdt.internal.compiler.parser.RecoveredType.typeDeclaration:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.allocation:Lorg/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            if_acmpne 15
        13: .line 1637
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.resetStacks:()V
        14: .line 1638
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.parser.RecoveredType recoveredType
        15: .line 1642
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.resumeAfterRecovery:()I
            ireturn
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
           12   15     1  recoveredType  Lorg/eclipse/jdt/internal/compiler/parser/RecoveredType;

  public void selectionIdentifierCheck();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1646
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.checkRecoveredType:()Z
            ifeq 1
            return
         1: .line 1647
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  public void setAssistIdentifier(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // char[] assistIdent
         0: .line 1650
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            checkcast org.eclipse.jdt.internal.codeassist.select.SelectionScanner
            aload 1 /* assistIdent */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionScanner.selectionIdentifier:[C
         1: .line 1651
            return
        end local 1 // char[] assistIdent
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    2     1  assistIdent  [C
    MethodParameters:
             Name  Flags
      assistIdent  

  protected void updateRecoveryState();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1659
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.updateFromParserState:()V
         1: .line 1662
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.selectionIdentifierCheck:()V
         2: .line 1663
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.attachOrphanCompletionNode:()V
         3: .line 1667
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            ifnull 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            ifnull 5
         4: .line 1668
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.currentElement:Lorg/eclipse/jdt/internal/compiler/parser/RecoveredElement;
            invokevirtual org.eclipse.jdt.internal.compiler.parser.RecoveredElement.preserveEnclosingBlocks:()V
         5: .line 1675
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.recoveryTokenCheck:()V
         6: .line 1676
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;

  protected org.eclipse.jdt.internal.compiler.ast.Argument typeElidedArgument();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/Argument;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1679
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
            astore 1 /* selector */
        start local 1 // char[] selector
         1: .line 1680
            aload 1 /* selector */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistIdentifier:()[C
            if_acmpeq 3
         2: .line 1681
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.typeElidedArgument:()Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            areturn
         3: .line 1683
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
         4: .line 1684
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            aaload
            astore 2 /* identifierName */
        start local 2 // char[] identifierName
         5: .line 1685
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            laload
            lstore 3 /* namePositions */
        start local 3 // long namePositions
         6: .line 1688
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName
            dup
         7: .line 1689
            aload 2 /* identifierName */
         8: .line 1690
            lload 3 /* namePositions */
         9: .line 1691
            aconst_null
        10: .line 1692
            iconst_0
        11: .line 1693
            iconst_1
        12: .line 1688
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName.<init>:([CJLorg/eclipse/jdt/internal/compiler/ast/TypeReference;IZ)V
        13: .line 1687
            astore 5 /* argument */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.Argument argument
        14: .line 1694
            aload 5 /* argument */
            lload 3 /* namePositions */
            bipush 32
            lushr
            l2i
            putfield org.eclipse.jdt.internal.compiler.ast.Argument.declarationSourceStart:I
        15: .line 1695
            aload 0 /* this */
            aload 5 /* argument */
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.assistNode:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
        16: .line 1696
            aload 5 /* argument */
            areturn
        end local 5 // org.eclipse.jdt.internal.compiler.ast.Argument argument
        end local 3 // long namePositions
        end local 2 // char[] identifierName
        end local 1 // char[] selector
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            1   17     1        selector  [C
            5   17     2  identifierName  [C
            6   17     3   namePositions  J
           14   17     5        argument  Lorg/eclipse/jdt/internal/compiler/ast/Argument;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
         0: .line 1700
            getstatic org.eclipse.jdt.internal.compiler.util.Util.EMPTY_STRING:Ljava/lang/String;
            astore 1 /* s */
        start local 1 // java.lang.String s
         1: .line 1701
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "elementKindStack : int[] = {"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
         2: .line 1702
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 1703
      StackMap locals: java.lang.String int
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.elementKindStack:[I
            iload 2 /* i */
            iaload
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
         5: .line 1702
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.elementPtr:I
            if_icmple 4
        end local 2 // int i
         7: .line 1705
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "}\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
         8: .line 1706
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "elementInfoStack : int[] = {"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
         9: .line 1707
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        10: goto 13
        11: .line 1708
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.elementInfoStack:[I
            iload 2 /* i */
            iaload
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
        12: .line 1707
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.elementPtr:I
            if_icmple 11
        end local 2 // int i
        14: .line 1710
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "}\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
        15: .line 1711
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.codeassist.impl.AssistParser.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            1   16     1     s  Ljava/lang/String;
            3    7     2     i  I
           10   14     2     i  I

  public org.eclipse.jdt.internal.compiler.ast.ModuleReference createAssistModuleReference(int);
    descriptor: (I)Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
        start local 1 // int index
         0: .line 1719
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthStack:[I
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            dup_x1
            iconst_1
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierLengthPtr:I
            iaload
            dup
            istore 2 /* length */
        start local 2 // int length
         1: anewarray char[]
            astore 3 /* tokens */
        start local 3 // char[][] tokens
         2: .line 1720
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iload 2 /* length */
            isub
            putfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
         3: .line 1721
            iload 2 /* length */
            newarray 11
            astore 4 /* positions */
        start local 4 // long[] positions
         4: .line 1722
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierStack:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iconst_1
            iadd
            aload 3 /* tokens */
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 1723
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPositionStack:[J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.codeassist.select.SelectionParser.identifierPtr:I
            iconst_1
            iadd
            aload 4 /* positions */
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 1724
            new org.eclipse.jdt.internal.codeassist.select.SelectionOnModuleReference
            dup
            aload 3 /* tokens */
            aload 4 /* positions */
            invokespecial org.eclipse.jdt.internal.codeassist.select.SelectionOnModuleReference.<init>:([[C[J)V
            areturn
        end local 4 // long[] positions
        end local 3 // char[][] tokens
        end local 2 // int length
        end local 1 // int index
        end local 0 // org.eclipse.jdt.internal.codeassist.select.SelectionParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            0    7     1      index  I
            1    7     2     length  I
            2    7     3     tokens  [[C
            4    7     4  positions  [J
    MethodParameters:
       Name  Flags
      index  

  protected org.eclipse.jdt.internal.codeassist.impl.AssistParser createSnapShotParser();
    descriptor: ()Lorg/eclipse/jdt/internal/codeassist/impl/AssistParser;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.jdt.internal.codeassist.select.SelectionParser.createSnapShotParser:()Lorg/eclipse/jdt/internal/codeassist/select/SelectionParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SelectionParser.java"
NestMembers:
  org.eclipse.jdt.internal.codeassist.select.SelectionParser$1  org.eclipse.jdt.internal.codeassist.select.SelectionParser$2
InnerClasses:
  org.eclipse.jdt.internal.codeassist.select.SelectionParser$1
  org.eclipse.jdt.internal.codeassist.select.SelectionParser$2