public class org.apache.xpath.compiler.XPathParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.compiler.XPathParser
  super_class: java.lang.Object
{
  public static final java.lang.String CONTINUE_AFTER_FATAL_ERROR;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "CONTINUE_AFTER_FATAL_ERROR"

  private org.apache.xpath.compiler.OpMap m_ops;
    descriptor: Lorg/apache/xpath/compiler/OpMap;
    flags: (0x0002) ACC_PRIVATE

  transient java.lang.String m_token;
    descriptor: Ljava/lang/String;
    flags: (0x0080) ACC_TRANSIENT

  transient char m_tokenChar;
    descriptor: C
    flags: (0x0080) ACC_TRANSIENT

  int m_queueMark;
    descriptor: I
    flags: (0x0000) 

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

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

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

  org.apache.xml.utils.PrefixResolver m_namespaceContext;
    descriptor: Lorg/apache/xml/utils/PrefixResolver;
    flags: (0x0000) 

  private javax.xml.transform.ErrorListener m_errorListener;
    descriptor: Ljavax/xml/transform/ErrorListener;
    flags: (0x0002) ACC_PRIVATE

  javax.xml.transform.SourceLocator m_sourceLocator;
    descriptor: Ljavax/xml/transform/SourceLocator;
    flags: (0x0000) 

  private org.apache.xpath.compiler.FunctionTable m_functionTable;
    descriptor: Lorg/apache/xpath/compiler/FunctionTable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(javax.xml.transform.ErrorListener, javax.xml.transform.SourceLocator);
    descriptor: (Ljavax/xml/transform/ErrorListener;Ljavax/xml/transform/SourceLocator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // javax.xml.transform.ErrorListener errorListener
        start local 2 // javax.xml.transform.SourceLocator sourceLocator
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
         2: .line 66
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
         3: .line 80
            aload 0 /* this */
            aload 1 /* errorListener */
            putfield org.apache.xpath.compiler.XPathParser.m_errorListener:Ljavax/xml/transform/ErrorListener;
         4: .line 81
            aload 0 /* this */
            aload 2 /* sourceLocator */
            putfield org.apache.xpath.compiler.XPathParser.m_sourceLocator:Ljavax/xml/transform/SourceLocator;
         5: .line 82
            return
        end local 2 // javax.xml.transform.SourceLocator sourceLocator
        end local 1 // javax.xml.transform.ErrorListener errorListener
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/xpath/compiler/XPathParser;
            0    6     1  errorListener  Ljavax/xml/transform/ErrorListener;
            0    6     2  sourceLocator  Ljavax/xml/transform/SourceLocator;
    MethodParameters:
               Name  Flags
      errorListener  
      sourceLocator  

  public void initXPath(org.apache.xpath.compiler.Compiler, java.lang.String, org.apache.xml.utils.PrefixResolver);
    descriptor: (Lorg/apache/xpath/compiler/Compiler;Ljava/lang/String;Lorg/apache/xml/utils/PrefixResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // org.apache.xpath.compiler.Compiler compiler
        start local 2 // java.lang.String expression
        start local 3 // org.apache.xml.utils.PrefixResolver namespaceContext
         0: .line 106
            aload 0 /* this */
            aload 1 /* compiler */
            putfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
         1: .line 107
            aload 0 /* this */
            aload 3 /* namespaceContext */
            putfield org.apache.xpath.compiler.XPathParser.m_namespaceContext:Lorg/apache/xml/utils/PrefixResolver;
         2: .line 108
            aload 0 /* this */
            aload 1 /* compiler */
            invokevirtual org.apache.xpath.compiler.Compiler.getFunctionTable:()Lorg/apache/xpath/compiler/FunctionTable;
            putfield org.apache.xpath.compiler.XPathParser.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
         3: .line 110
            new org.apache.xpath.compiler.Lexer
            dup
            aload 1 /* compiler */
            aload 3 /* namespaceContext */
            aload 0 /* this */
            invokespecial org.apache.xpath.compiler.Lexer.<init>:(Lorg/apache/xpath/compiler/Compiler;Lorg/apache/xml/utils/PrefixResolver;Lorg/apache/xpath/compiler/XPathParser;)V
            astore 4 /* lexer */
        start local 4 // org.apache.xpath.compiler.Lexer lexer
         4: .line 112
            aload 4 /* lexer */
            aload 2 /* expression */
            invokevirtual org.apache.xpath.compiler.Lexer.tokenize:(Ljava/lang/String;)V
         5: .line 114
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_0
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         6: .line 115
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            iconst_2
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         7: .line 128
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         8: .line 129
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Expr:()V
         9: .line 131
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 26
        10: .line 133
            ldc ""
            astore 5 /* extraTokens */
        start local 5 // java.lang.String extraTokens
        11: .line 135
            goto 16
        12: .line 137
      StackMap locals: org.apache.xpath.compiler.Lexer java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 5 /* extraTokens */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token: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 5 /* extraTokens */
        13: .line 139
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        14: .line 141
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 16
        15: .line 142
            new java.lang.StringBuilder
            dup
            aload 5 /* extraTokens */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* extraTokens */
        16: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnonnull 12
        17: .line 145
            aload 0 /* this */
            ldc "ER_EXTRA_ILLEGAL_TOKENS"
        18: .line 146
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* extraTokens */
            aastore
        19: .line 145
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 5 // java.lang.String extraTokens
        20: .line 149
            goto 26
        21: .line 150
      StackMap locals: org.apache.xpath.compiler.XPathParser org.apache.xpath.compiler.Compiler java.lang.String org.apache.xml.utils.PrefixResolver org.apache.xpath.compiler.Lexer
      StackMap stack: org.apache.xpath.XPathProcessorException
            astore 5 /* e */
        start local 5 // org.apache.xpath.XPathProcessorException e
        22: .line 152
            ldc "CONTINUE_AFTER_FATAL_ERROR"
            aload 5 /* e */
            invokevirtual org.apache.xpath.XPathProcessorException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
        23: .line 157
            aload 0 /* this */
            aload 1 /* compiler */
            ldc "/.."
            aload 3 /* namespaceContext */
            invokevirtual org.apache.xpath.compiler.XPathParser.initXPath:(Lorg/apache/xpath/compiler/Compiler;Ljava/lang/String;Lorg/apache/xml/utils/PrefixResolver;)V
        24: .line 158
            goto 26
        25: .line 160
      StackMap locals: org.apache.xpath.XPathProcessorException
      StackMap stack:
            aload 5 /* e */
            athrow
        end local 5 // org.apache.xpath.XPathProcessorException e
        26: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* compiler */
            invokevirtual org.apache.xpath.compiler.Compiler.shrink:()V
        27: .line 164
            return
        end local 4 // org.apache.xpath.compiler.Lexer lexer
        end local 3 // org.apache.xml.utils.PrefixResolver namespaceContext
        end local 2 // java.lang.String expression
        end local 1 // org.apache.xpath.compiler.Compiler compiler
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   28     0              this  Lorg/apache/xpath/compiler/XPathParser;
            0   28     1          compiler  Lorg/apache/xpath/compiler/Compiler;
            0   28     2        expression  Ljava/lang/String;
            0   28     3  namespaceContext  Lorg/apache/xml/utils/PrefixResolver;
            4   28     4             lexer  Lorg/apache/xpath/compiler/Lexer;
           11   20     5       extraTokens  Ljava/lang/String;
           22   26     5                 e  Lorg/apache/xpath/XPathProcessorException;
      Exception table:
        from    to  target  type
           7    20      21  Class org.apache.xpath.XPathProcessorException
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
                  Name  Flags
      compiler          
      expression        
      namespaceContext  

  public void initMatchPattern(org.apache.xpath.compiler.Compiler, java.lang.String, org.apache.xml.utils.PrefixResolver);
    descriptor: (Lorg/apache/xpath/compiler/Compiler;Ljava/lang/String;Lorg/apache/xml/utils/PrefixResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // org.apache.xpath.compiler.Compiler compiler
        start local 2 // java.lang.String expression
        start local 3 // org.apache.xml.utils.PrefixResolver namespaceContext
         0: .line 182
            aload 0 /* this */
            aload 1 /* compiler */
            putfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
         1: .line 183
            aload 0 /* this */
            aload 3 /* namespaceContext */
            putfield org.apache.xpath.compiler.XPathParser.m_namespaceContext:Lorg/apache/xml/utils/PrefixResolver;
         2: .line 184
            aload 0 /* this */
            aload 1 /* compiler */
            invokevirtual org.apache.xpath.compiler.Compiler.getFunctionTable:()Lorg/apache/xpath/compiler/FunctionTable;
            putfield org.apache.xpath.compiler.XPathParser.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
         3: .line 186
            new org.apache.xpath.compiler.Lexer
            dup
            aload 1 /* compiler */
            aload 3 /* namespaceContext */
            aload 0 /* this */
            invokespecial org.apache.xpath.compiler.Lexer.<init>:(Lorg/apache/xpath/compiler/Compiler;Lorg/apache/xml/utils/PrefixResolver;Lorg/apache/xpath/compiler/XPathParser;)V
            astore 4 /* lexer */
        start local 4 // org.apache.xpath.compiler.Lexer lexer
         4: .line 188
            aload 4 /* lexer */
            aload 2 /* expression */
            invokevirtual org.apache.xpath.compiler.Lexer.tokenize:(Ljava/lang/String;)V
         5: .line 190
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_0
            bipush 30
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         6: .line 191
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            iconst_2
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         7: .line 193
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         8: .line 194
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Pattern:()V
         9: .line 196
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 20
        10: .line 198
            ldc ""
            astore 5 /* extraTokens */
        start local 5 // java.lang.String extraTokens
        11: .line 200
            goto 16
        12: .line 202
      StackMap locals: org.apache.xpath.compiler.Lexer java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 5 /* extraTokens */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token: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 5 /* extraTokens */
        13: .line 204
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        14: .line 206
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 16
        15: .line 207
            new java.lang.StringBuilder
            dup
            aload 5 /* extraTokens */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* extraTokens */
        16: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnonnull 12
        17: .line 210
            aload 0 /* this */
            ldc "ER_EXTRA_ILLEGAL_TOKENS"
        18: .line 211
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* extraTokens */
            aastore
        19: .line 210
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 5 // java.lang.String extraTokens
        20: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_m1
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        21: .line 216
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        22: .line 218
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            invokevirtual org.apache.xpath.compiler.OpMap.shrink:()V
        23: .line 219
            return
        end local 4 // org.apache.xpath.compiler.Lexer lexer
        end local 3 // org.apache.xml.utils.PrefixResolver namespaceContext
        end local 2 // java.lang.String expression
        end local 1 // org.apache.xpath.compiler.Compiler compiler
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   24     0              this  Lorg/apache/xpath/compiler/XPathParser;
            0   24     1          compiler  Lorg/apache/xpath/compiler/Compiler;
            0   24     2        expression  Ljava/lang/String;
            0   24     3  namespaceContext  Lorg/apache/xml/utils/PrefixResolver;
            4   24     4             lexer  Lorg/apache/xpath/compiler/Lexer;
           11   20     5       extraTokens  Ljava/lang/String;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
                  Name  Flags
      compiler          
      expression        
      namespaceContext  

  public void setErrorHandler(javax.xml.transform.ErrorListener);
    descriptor: (Ljavax/xml/transform/ErrorListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // javax.xml.transform.ErrorListener handler
         0: .line 241
            aload 0 /* this */
            aload 1 /* handler */
            putfield org.apache.xpath.compiler.XPathParser.m_errorListener:Ljavax/xml/transform/ErrorListener;
         1: .line 242
            return
        end local 1 // javax.xml.transform.ErrorListener handler
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/xpath/compiler/XPathParser;
            0    2     1  handler  Ljavax/xml/transform/ErrorListener;
    MethodParameters:
         Name  Flags
      handler  

  public javax.xml.transform.ErrorListener getErrorListener();
    descriptor: ()Ljavax/xml/transform/ErrorListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 251
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_errorListener:Ljavax/xml/transform/ErrorListener;
            areturn
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/compiler/XPathParser;

  final boolean tokenIs(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // java.lang.String s
         0: .line 264
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            aload 1 /* s */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            goto 3
      StackMap locals:
      StackMap stack:
         1: aload 1 /* s */
            ifnonnull 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // java.lang.String s
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/compiler/XPathParser;
            0    4     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  final boolean tokenIs(char);
    descriptor: (C)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // char c
         0: .line 277
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            iload 1 /* c */
            if_icmpne 1
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         1: iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // char c
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/compiler/XPathParser;
            0    4     1     c  C
    MethodParameters:
      Name  Flags
      c     

  final boolean lookahead(char, int);
    descriptor: (CI)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // char c
        start local 2 // int n
         0: .line 293
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iload 2 /* n */
            iadd
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 296
            iload 3 /* pos */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            invokevirtual org.apache.xpath.compiler.OpMap.getTokenQueueSize:()I
            if_icmpgt 9
            iload 3 /* pos */
            ifle 9
         2: .line 297
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            invokevirtual org.apache.xpath.compiler.OpMap.getTokenQueueSize:()I
            ifeq 9
         3: .line 299
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            iload 3 /* pos */
            iconst_1
            isub
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* tok */
        start local 5 // java.lang.String tok
         4: .line 301
            aload 5 /* tok */
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 6
            aload 5 /* tok */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            iload 1 /* c */
            if_icmpne 5
            iconst_1
            goto 7
      StackMap locals: org.apache.xpath.compiler.XPathParser int int int top java.lang.String
      StackMap stack:
         5: iconst_0
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* b */
        end local 5 // java.lang.String tok
        start local 4 // boolean b
         8: .line 302
            goto 10
        end local 4 // boolean b
         9: .line 305
      StackMap locals: org.apache.xpath.compiler.XPathParser int int int
      StackMap stack:
            iconst_0
            istore 4 /* b */
        start local 4 // boolean b
        10: .line 308
      StackMap locals: int
      StackMap stack:
            iload 4 /* b */
            ireturn
        end local 4 // boolean b
        end local 3 // int pos
        end local 2 // int n
        end local 1 // char c
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/xpath/compiler/XPathParser;
            0   11     1     c  C
            0   11     2     n  I
            1   11     3   pos  I
            8    9     4     b  Z
           10   11     4     b  Z
            4    8     5   tok  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      c     
      n     

  private final boolean lookbehind(char, int);
    descriptor: (CI)Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // char c
        start local 2 // int n
         0: .line 329
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iload 2 /* n */
            iconst_1
            iadd
            isub
            istore 4 /* lookBehindPos */
        start local 4 // int lookBehindPos
         1: .line 331
            iload 4 /* lookBehindPos */
            iflt 14
         2: .line 333
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            iload 4 /* lookBehindPos */
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* lookbehind */
        start local 5 // java.lang.String lookbehind
         3: .line 335
            aload 5 /* lookbehind */
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 12
         4: .line 337
            aload 5 /* lookbehind */
            ifnonnull 5
            bipush 124
            goto 6
      StackMap locals: org.apache.xpath.compiler.XPathParser int int top int java.lang.String
      StackMap stack:
         5: aload 5 /* lookbehind */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
      StackMap locals:
      StackMap stack: int
         6: istore 6 /* c0 */
        start local 6 // char c0
         7: .line 339
            iload 6 /* c0 */
            bipush 124
            if_icmpne 8
            iconst_0
            goto 10
      StackMap locals: int
      StackMap stack:
         8: iload 6 /* c0 */
            iload 1 /* c */
            if_icmpne 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: istore 3 /* isToken */
        end local 6 // char c0
        start local 3 // boolean isToken
        11: .line 340
            goto 15
        end local 3 // boolean isToken
        12: .line 343
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* isToken */
        end local 5 // java.lang.String lookbehind
        start local 3 // boolean isToken
        13: .line 345
            goto 15
        end local 3 // boolean isToken
        14: .line 348
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* isToken */
        start local 3 // boolean isToken
        15: .line 351
      StackMap locals: org.apache.xpath.compiler.XPathParser int int int int
      StackMap stack:
            iload 3 /* isToken */
            ireturn
        end local 4 // int lookBehindPos
        end local 3 // boolean isToken
        end local 2 // int n
        end local 1 // char c
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lorg/apache/xpath/compiler/XPathParser;
            0   16     1              c  C
            0   16     2              n  I
           11   12     3        isToken  Z
           13   14     3        isToken  Z
           15   16     3        isToken  Z
            1   16     4  lookBehindPos  I
            3   13     5     lookbehind  Ljava/lang/String;
            7   11     6             c0  C
    MethodParameters:
      Name  Flags
      c     
      n     

  private final boolean lookbehindHasToken(int);
    descriptor: (I)Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // int n
         0: .line 371
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iload 1 /* n */
            isub
            ifle 9
         1: .line 373
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iload 1 /* n */
            iconst_1
            isub
            isub
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* lookbehind */
        start local 3 // java.lang.String lookbehind
         2: .line 374
            aload 3 /* lookbehind */
            ifnonnull 3
            bipush 124
            goto 4
      StackMap locals: org.apache.xpath.compiler.XPathParser int top java.lang.String
      StackMap stack:
         3: aload 3 /* lookbehind */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
      StackMap locals:
      StackMap stack: int
         4: istore 4 /* c0 */
        start local 4 // char c0
         5: .line 376
            iload 4 /* c0 */
            bipush 124
            if_icmpne 6
            iconst_0
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: istore 2 /* hasToken */
        end local 4 // char c0
        end local 3 // java.lang.String lookbehind
        start local 2 // boolean hasToken
         8: .line 377
            goto 10
        end local 2 // boolean hasToken
         9: .line 380
      StackMap locals: org.apache.xpath.compiler.XPathParser int
      StackMap stack:
            iconst_0
            istore 2 /* hasToken */
        start local 2 // boolean hasToken
        10: .line 383
      StackMap locals: int
      StackMap stack:
            iload 2 /* hasToken */
            ireturn
        end local 2 // boolean hasToken
        end local 1 // int n
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/apache/xpath/compiler/XPathParser;
            0   11     1           n  I
            8    9     2    hasToken  Z
           10   11     2    hasToken  Z
            2    8     3  lookbehind  Ljava/lang/String;
            5    8     4          c0  C
    MethodParameters:
      Name  Flags
      n     

  private final boolean lookahead(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // java.lang.String s
        start local 2 // int n
         0: .line 402
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iload 2 /* n */
            iadd
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            invokevirtual org.apache.xpath.compiler.OpMap.getTokenQueueSize:()I
            if_icmpgt 7
         1: .line 404
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iload 2 /* n */
            iconst_1
            isub
            iadd
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* lookahead */
        start local 4 // java.lang.String lookahead
         2: .line 406
            aload 4 /* lookahead */
            ifnull 3
            aload 4 /* lookahead */
            aload 1 /* s */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            goto 5
      StackMap locals: org.apache.xpath.compiler.XPathParser java.lang.String int top java.lang.String
      StackMap stack:
         3: aload 1 /* s */
            ifnonnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* isToken */
        end local 4 // java.lang.String lookahead
        start local 3 // boolean isToken
         6: .line 407
            goto 10
        end local 3 // boolean isToken
         7: .line 410
      StackMap locals: org.apache.xpath.compiler.XPathParser java.lang.String int
      StackMap stack:
            aload 1 /* s */
            ifnonnull 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 3 /* isToken */
        start local 3 // boolean isToken
        10: .line 413
      StackMap locals: int
      StackMap stack:
            iload 3 /* isToken */
            ireturn
        end local 3 // boolean isToken
        end local 2 // int n
        end local 1 // java.lang.String s
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/apache/xpath/compiler/XPathParser;
            0   11     1          s  Ljava/lang/String;
            0   11     2          n  I
            6    7     3    isToken  Z
           10   11     3    isToken  Z
            2    6     4  lookahead  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     
      n     

  private final void nextToken();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 423
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            invokevirtual org.apache.xpath.compiler.OpMap.getTokenQueueSize:()I
            if_icmpge 4
         1: .line 425
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            putfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
         2: .line 426
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            putfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
         3: .line 427
            goto 6
         4: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
         5: .line 431
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
         6: .line 433
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/xpath/compiler/XPathParser;

  private final java.lang.String getTokenRelative(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // int i
         0: .line 447
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iload 1 /* i */
            iadd
            istore 3 /* relative */
        start local 3 // int relative
         1: .line 449
            iload 3 /* relative */
            ifle 4
            iload 3 /* relative */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            invokevirtual org.apache.xpath.compiler.OpMap.getTokenQueueSize:()I
            if_icmpge 4
         2: .line 451
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            iload 3 /* relative */
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* tok */
        start local 2 // java.lang.String tok
         3: .line 452
            goto 5
        end local 2 // java.lang.String tok
         4: .line 455
      StackMap locals: org.apache.xpath.compiler.XPathParser int top int
      StackMap stack:
            aconst_null
            astore 2 /* tok */
        start local 2 // java.lang.String tok
         5: .line 458
      StackMap locals: org.apache.xpath.compiler.XPathParser int java.lang.String int
      StackMap stack:
            aload 2 /* tok */
            areturn
        end local 3 // int relative
        end local 2 // java.lang.String tok
        end local 1 // int i
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/xpath/compiler/XPathParser;
            0    6     1         i  I
            3    4     2       tok  Ljava/lang/String;
            5    6     2       tok  Ljava/lang/String;
            1    6     3  relative  I
    MethodParameters:
      Name  Flags
      i     

  private final void prevToken();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 468
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            ifle 5
         1: .line 470
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            putfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
         2: .line 472
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            putfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
         3: .line 473
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            putfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
         4: .line 474
            goto 7
         5: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
         6: .line 478
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
         7: .line 480
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/xpath/compiler/XPathParser;

  private final void consumeExpected(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // java.lang.String expected
         0: .line 494
            aload 0 /* this */
            aload 1 /* expected */
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 496
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         2: .line 497
            goto 7
         3: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "ER_EXPECTED_BUT_FOUND"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* expected */
            aastore
            dup
            iconst_1
         4: .line 501
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            aastore
         5: .line 500
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 506
            new org.apache.xpath.XPathProcessorException
            dup
            ldc "CONTINUE_AFTER_FATAL_ERROR"
            invokespecial org.apache.xpath.XPathProcessorException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 508
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String expected
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/apache/xpath/compiler/XPathParser;
            0    8     1  expected  Ljava/lang/String;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
          Name  Flags
      expected  

  private final void consumeExpected(char);
    descriptor: (C)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // char expected
         0: .line 522
            aload 0 /* this */
            iload 1 /* expected */
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 3
         1: .line 524
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         2: .line 525
            goto 8
         3: .line 528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "ER_EXPECTED_BUT_FOUND"
         4: .line 529
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* expected */
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            aastore
            dup
            iconst_1
         5: .line 530
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            aastore
         6: .line 528
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 535
            new org.apache.xpath.XPathProcessorException
            dup
            ldc "CONTINUE_AFTER_FATAL_ERROR"
            invokespecial org.apache.xpath.XPathProcessorException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 537
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char expected
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/apache/xpath/compiler/XPathParser;
            0    9     1  expected  C
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
          Name  Flags
      expected  

  void warn(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Object[] args
         0: .line 554
            aload 1 /* msg */
            aload 2 /* args */
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHWarning:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fmsg */
        start local 3 // java.lang.String fmsg
         1: .line 555
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.getErrorListener:()Ljavax/xml/transform/ErrorListener;
            astore 4 /* ehandler */
        start local 4 // javax.xml.transform.ErrorListener ehandler
         2: .line 557
            aload 4 /* ehandler */
            ifnull 5
         3: .line 560
            aload 4 /* ehandler */
            new javax.xml.transform.TransformerException
            dup
            aload 3 /* fmsg */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_sourceLocator:Ljavax/xml/transform/SourceLocator;
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;Ljavax/xml/transform/SourceLocator;)V
            invokeinterface javax.xml.transform.ErrorListener.warning:(Ljavax/xml/transform/TransformerException;)V
         4: .line 561
            goto 6
         5: .line 565
      StackMap locals: java.lang.String javax.xml.transform.ErrorListener
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            aload 3 /* fmsg */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 567
      StackMap locals:
      StackMap stack:
            return
        end local 4 // javax.xml.transform.ErrorListener ehandler
        end local 3 // java.lang.String fmsg
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String msg
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/apache/xpath/compiler/XPathParser;
            0    7     1       msg  Ljava/lang/String;
            0    7     2      args  [Ljava/lang/Object;
            1    7     3      fmsg  Ljava/lang/String;
            2    7     4  ehandler  Ljavax/xml/transform/ErrorListener;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
      Name  Flags
      msg   
      args  

  private void assertion(boolean, java.lang.String);
    descriptor: (ZLjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // boolean b
        start local 2 // java.lang.String msg
         0: .line 581
            iload 1 /* b */
            ifne 5
         1: .line 584
            ldc "ER_INCORRECT_PROGRAMMER_ASSERTION"
         2: .line 585
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* msg */
            aastore
         3: .line 583
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fMsg */
        start local 3 // java.lang.String fMsg
         4: .line 587
            new java.lang.RuntimeException
            dup
            aload 3 /* fMsg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String fMsg
         5: .line 589
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String msg
        end local 1 // boolean b
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/xpath/compiler/XPathParser;
            0    6     1     b  Z
            0    6     2   msg  Ljava/lang/String;
            4    5     3  fMsg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      b     
      msg   

  void error(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Object[] args
         0: .line 607
            aload 1 /* msg */
            aload 2 /* args */
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fmsg */
        start local 3 // java.lang.String fmsg
         1: .line 608
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.getErrorListener:()Ljavax/xml/transform/ErrorListener;
            astore 4 /* ehandler */
        start local 4 // javax.xml.transform.ErrorListener ehandler
         2: .line 610
            new javax.xml.transform.TransformerException
            dup
            aload 3 /* fmsg */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_sourceLocator:Ljavax/xml/transform/SourceLocator;
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;Ljavax/xml/transform/SourceLocator;)V
            astore 5 /* te */
        start local 5 // javax.xml.transform.TransformerException te
         3: .line 611
            aload 4 /* ehandler */
            ifnull 6
         4: .line 614
            aload 4 /* ehandler */
            aload 5 /* te */
            invokeinterface javax.xml.transform.ErrorListener.fatalError:(Ljavax/xml/transform/TransformerException;)V
         5: .line 615
            goto 7
         6: .line 619
      StackMap locals: java.lang.String javax.xml.transform.ErrorListener javax.xml.transform.TransformerException
      StackMap stack:
            aload 5 /* te */
            athrow
         7: .line 621
      StackMap locals:
      StackMap stack:
            return
        end local 5 // javax.xml.transform.TransformerException te
        end local 4 // javax.xml.transform.ErrorListener ehandler
        end local 3 // java.lang.String fmsg
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String msg
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/apache/xpath/compiler/XPathParser;
            0    8     1       msg  Ljava/lang/String;
            0    8     2      args  [Ljava/lang/Object;
            1    8     3      fmsg  Ljava/lang/String;
            2    8     4  ehandler  Ljavax/xml/transform/ErrorListener;
            3    8     5        te  Ljavax/xml/transform/TransformerException;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
      Name  Flags
      msg   
      args  

  void errorForDOM3(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Object[] args
         0: .line 652
            aload 1 /* msg */
            aload 2 /* args */
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fmsg */
        start local 3 // java.lang.String fmsg
         1: .line 653
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.getErrorListener:()Ljavax/xml/transform/ErrorListener;
            astore 4 /* ehandler */
        start local 4 // javax.xml.transform.ErrorListener ehandler
         2: .line 655
            new org.apache.xpath.domapi.XPathStylesheetDOM3Exception
            dup
            aload 3 /* fmsg */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_sourceLocator:Ljavax/xml/transform/SourceLocator;
            invokespecial org.apache.xpath.domapi.XPathStylesheetDOM3Exception.<init>:(Ljava/lang/String;Ljavax/xml/transform/SourceLocator;)V
            astore 5 /* te */
        start local 5 // javax.xml.transform.TransformerException te
         3: .line 656
            aload 4 /* ehandler */
            ifnull 6
         4: .line 659
            aload 4 /* ehandler */
            aload 5 /* te */
            invokeinterface javax.xml.transform.ErrorListener.fatalError:(Ljavax/xml/transform/TransformerException;)V
         5: .line 660
            goto 7
         6: .line 664
      StackMap locals: java.lang.String javax.xml.transform.ErrorListener javax.xml.transform.TransformerException
      StackMap stack:
            aload 5 /* te */
            athrow
         7: .line 666
      StackMap locals:
      StackMap stack:
            return
        end local 5 // javax.xml.transform.TransformerException te
        end local 4 // javax.xml.transform.ErrorListener ehandler
        end local 3 // java.lang.String fmsg
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String msg
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/apache/xpath/compiler/XPathParser;
            0    8     1       msg  Ljava/lang/String;
            0    8     2      args  [Ljava/lang/Object;
            1    8     3      fmsg  Ljava/lang/String;
            2    8     4  ehandler  Ljavax/xml/transform/ErrorListener;
            3    8     5        te  Ljavax/xml/transform/TransformerException;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
      Name  Flags
      msg   
      args  

  protected java.lang.String dumpRemainingTokenQueue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 677
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            istore 1 /* q */
        start local 1 // int q
         1: .line 680
            iload 1 /* q */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            invokevirtual org.apache.xpath.compiler.OpMap.getTokenQueueSize:()I
            if_icmpge 9
         2: .line 682
            ldc "\n Remaining tokens: ("
            astore 3 /* msg */
        start local 3 // java.lang.String msg
         3: .line 684
            goto 6
         4: .line 686
      StackMap locals: org.apache.xpath.compiler.XPathParser int top java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            iload 1 /* q */
            iinc 1 /* q */ 1
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* t */
        start local 4 // java.lang.String t
         5: .line 688
            new java.lang.StringBuilder
            dup
            aload 3 /* msg */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " '"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* t */
            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 3 /* msg */
        end local 4 // java.lang.String t
         6: .line 684
      StackMap locals:
      StackMap stack:
            iload 1 /* q */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            invokevirtual org.apache.xpath.compiler.OpMap.getTokenQueueSize:()I
            if_icmplt 4
         7: .line 691
            new java.lang.StringBuilder
            dup
            aload 3 /* msg */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* returnMsg */
        end local 3 // java.lang.String msg
        start local 2 // java.lang.String returnMsg
         8: .line 692
            goto 10
        end local 2 // java.lang.String returnMsg
         9: .line 695
      StackMap locals: org.apache.xpath.compiler.XPathParser int
      StackMap stack:
            ldc ""
            astore 2 /* returnMsg */
        start local 2 // java.lang.String returnMsg
        10: .line 698
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* returnMsg */
            areturn
        end local 2 // java.lang.String returnMsg
        end local 1 // int q
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/apache/xpath/compiler/XPathParser;
            1   11     1          q  I
            8    9     2  returnMsg  Ljava/lang/String;
           10   11     2  returnMsg  Ljava/lang/String;
            3    8     3        msg  Ljava/lang/String;
            5    6     4          t  Ljava/lang/String;

  final int getFunctionToken(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // java.lang.String key
         0: .line 721
            aload 1 /* key */
            invokestatic org.apache.xpath.compiler.Keywords.lookupNodeTest:(Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* id */
        start local 3 // java.lang.Object id
         1: .line 722
            aload 3 /* id */
            ifnonnull 2
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
            aload 1 /* key */
            invokevirtual org.apache.xpath.compiler.FunctionTable.getFunctionID:(Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* id */
         2: .line 723
      StackMap locals: org.apache.xpath.compiler.XPathParser java.lang.String top java.lang.Object
      StackMap stack:
            aload 3 /* id */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 2 /* tok */
        start local 2 // int tok
         3: .line 724
            goto 9
        end local 3 // java.lang.Object id
        end local 2 // int tok
         4: .line 725
      StackMap locals: org.apache.xpath.compiler.XPathParser java.lang.String
      StackMap stack: java.lang.NullPointerException
            pop
         5: .line 727
            iconst_m1
            istore 2 /* tok */
        start local 2 // int tok
         6: goto 9
        end local 2 // int tok
         7: .line 729
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
            pop
         8: .line 731
            iconst_m1
            istore 2 /* tok */
        start local 2 // int tok
         9: .line 734
      StackMap locals: int
      StackMap stack:
            iload 2 /* tok */
            ireturn
        end local 2 // int tok
        end local 1 // java.lang.String key
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/xpath/compiler/XPathParser;
            0   10     1   key  Ljava/lang/String;
            3    4     2   tok  I
            6    7     2   tok  I
            9   10     2   tok  I
            1    4     3    id  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.NullPointerException
           0     3       7  Class java.lang.ClassCastException
    MethodParameters:
      Name  Flags
      key   

  void insertOp(int, int, int);
    descriptor: (III)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // int pos
        start local 2 // int length
        start local 3 // int op
         0: .line 749
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 4 /* totalLen */
        start local 4 // int totalLen
         1: .line 751
            iload 4 /* totalLen */
            iconst_1
            isub
            istore 5 /* i */
        start local 5 // int i
         2: goto 5
         3: .line 753
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 5 /* i */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 5 /* i */
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         4: .line 751
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            iload 1 /* pos */
            if_icmpge 3
        end local 5 // int i
         6: .line 756
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* pos */
            iload 3 /* op */
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         7: .line 757
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            iload 4 /* totalLen */
            iload 2 /* length */
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         8: .line 758
            return
        end local 4 // int totalLen
        end local 3 // int op
        end local 2 // int length
        end local 1 // int pos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/apache/xpath/compiler/XPathParser;
            0    9     1       pos  I
            0    9     2    length  I
            0    9     3        op  I
            1    9     4  totalLen  I
            2    6     5         i  I
    MethodParameters:
        Name  Flags
      pos     
      length  
      op      

  void appendOp(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // int length
        start local 2 // int op
         0: .line 771
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 3 /* totalLen */
        start local 3 // int totalLen
         1: .line 773
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 3 /* totalLen */
            iload 2 /* op */
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         2: .line 774
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 3 /* totalLen */
            iconst_1
            iadd
            iload 1 /* length */
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         3: .line 775
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            iload 3 /* totalLen */
            iload 1 /* length */
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         4: .line 776
            return
        end local 3 // int totalLen
        end local 2 // int op
        end local 1 // int length
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/xpath/compiler/XPathParser;
            0    5     1    length  I
            0    5     2        op  I
            1    5     3  totalLen  I
    MethodParameters:
        Name  Flags
      length  
      op      

  protected void Expr();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 790
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.OrExpr:()V
         1: .line 791
            return
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/compiler/XPathParser;
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void OrExpr();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 805
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 807
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.AndExpr:()V
         2: .line 809
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 9
            aload 0 /* this */
            ldc "or"
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 9
         3: .line 811
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         4: .line 812
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_2
            iconst_2
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
         5: .line 813
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.OrExpr:()V
         6: .line 815
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
         7: .line 816
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
         8: .line 815
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         9: .line 818
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/apache/xpath/compiler/XPathParser;
            1   10     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void AndExpr();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 832
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 834
            aload 0 /* this */
            iconst_m1
            invokevirtual org.apache.xpath.compiler.XPathParser.EqualityExpr:(I)I
            pop
         2: .line 836
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 9
            aload 0 /* this */
            ldc "and"
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 9
         3: .line 838
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         4: .line 839
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_2
            iconst_3
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
         5: .line 840
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.AndExpr:()V
         6: .line 842
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
         7: .line 843
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
         8: .line 842
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         9: .line 845
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/apache/xpath/compiler/XPathParser;
            1   10     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected int EqualityExpr(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // int addPos
         0: .line 865
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 2 /* opPos */
        start local 2 // int opPos
         1: .line 867
            iconst_m1
            iload 1 /* addPos */
            if_icmpne 3
         2: .line 868
            iload 2 /* opPos */
            istore 1 /* addPos */
         3: .line 870
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            invokevirtual org.apache.xpath.compiler.XPathParser.RelationalExpr:(I)I
            pop
         4: .line 872
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 25
         5: .line 874
            aload 0 /* this */
            bipush 33
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 16
            aload 0 /* this */
            bipush 61
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifeq 16
         6: .line 876
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         7: .line 877
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         8: .line 878
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            iconst_4
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
         9: .line 880
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* addPos */
            isub
            istore 3 /* opPlusLeftHandLen */
        start local 3 // int opPlusLeftHandLen
        10: .line 882
            aload 0 /* this */
            iload 1 /* addPos */
            invokevirtual org.apache.xpath.compiler.XPathParser.EqualityExpr:(I)I
            istore 1 /* addPos */
        11: .line 883
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iconst_1
            iadd
        12: .line 884
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iload 3 /* opPlusLeftHandLen */
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* opPlusLeftHandLen */
            iadd
        13: .line 883
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        14: .line 885
            iinc 1 /* addPos */ 2
        end local 3 // int opPlusLeftHandLen
        15: .line 886
            goto 25
        16: .line 887
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 61
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 25
        17: .line 889
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        18: .line 890
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            iconst_5
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
        19: .line 892
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* addPos */
            isub
            istore 3 /* opPlusLeftHandLen */
        start local 3 // int opPlusLeftHandLen
        20: .line 894
            aload 0 /* this */
            iload 1 /* addPos */
            invokevirtual org.apache.xpath.compiler.XPathParser.EqualityExpr:(I)I
            istore 1 /* addPos */
        21: .line 895
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iconst_1
            iadd
        22: .line 896
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iload 3 /* opPlusLeftHandLen */
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* opPlusLeftHandLen */
            iadd
        23: .line 895
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        24: .line 897
            iinc 1 /* addPos */ 2
        end local 3 // int opPlusLeftHandLen
        25: .line 901
      StackMap locals:
      StackMap stack:
            iload 1 /* addPos */
            ireturn
        end local 2 // int opPos
        end local 1 // int addPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   26     0               this  Lorg/apache/xpath/compiler/XPathParser;
            0   26     1             addPos  I
            1   26     2              opPos  I
           10   15     3  opPlusLeftHandLen  I
           20   25     3  opPlusLeftHandLen  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
        Name  Flags
      addPos  

  protected int RelationalExpr(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // int addPos
         0: .line 925
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 2 /* opPos */
        start local 2 // int opPos
         1: .line 927
            iconst_m1
            iload 1 /* addPos */
            if_icmpne 3
         2: .line 928
            iload 2 /* opPos */
            istore 1 /* addPos */
         3: .line 930
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            invokevirtual org.apache.xpath.compiler.XPathParser.AdditiveExpr:(I)I
            pop
         4: .line 932
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 32
         5: .line 934
            aload 0 /* this */
            bipush 60
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 19
         6: .line 936
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         7: .line 938
            aload 0 /* this */
            bipush 61
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 11
         8: .line 940
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         9: .line 941
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            bipush 6
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
        10: .line 942
            goto 12
        11: .line 945
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            bipush 7
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
        12: .line 948
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* addPos */
            isub
            istore 3 /* opPlusLeftHandLen */
        start local 3 // int opPlusLeftHandLen
        13: .line 950
            aload 0 /* this */
            iload 1 /* addPos */
            invokevirtual org.apache.xpath.compiler.XPathParser.RelationalExpr:(I)I
            istore 1 /* addPos */
        14: .line 951
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iconst_1
            iadd
        15: .line 952
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iload 3 /* opPlusLeftHandLen */
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* opPlusLeftHandLen */
            iadd
        16: .line 951
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        17: .line 953
            iinc 1 /* addPos */ 2
        end local 3 // int opPlusLeftHandLen
        18: .line 954
            goto 32
        19: .line 955
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 62
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 32
        20: .line 957
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        21: .line 959
            aload 0 /* this */
            bipush 61
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 25
        22: .line 961
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        23: .line 962
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            bipush 8
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
        24: .line 963
            goto 26
        25: .line 966
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            bipush 9
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
        26: .line 969
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* addPos */
            isub
            istore 3 /* opPlusLeftHandLen */
        start local 3 // int opPlusLeftHandLen
        27: .line 971
            aload 0 /* this */
            iload 1 /* addPos */
            invokevirtual org.apache.xpath.compiler.XPathParser.RelationalExpr:(I)I
            istore 1 /* addPos */
        28: .line 972
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iconst_1
            iadd
        29: .line 973
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iload 3 /* opPlusLeftHandLen */
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* opPlusLeftHandLen */
            iadd
        30: .line 972
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        31: .line 974
            iinc 1 /* addPos */ 2
        end local 3 // int opPlusLeftHandLen
        32: .line 978
      StackMap locals:
      StackMap stack:
            iload 1 /* addPos */
            ireturn
        end local 2 // int opPos
        end local 1 // int addPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   33     0               this  Lorg/apache/xpath/compiler/XPathParser;
            0   33     1             addPos  I
            1   33     2              opPos  I
           13   18     3  opPlusLeftHandLen  I
           27   32     3  opPlusLeftHandLen  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
        Name  Flags
      addPos  

  protected int AdditiveExpr(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // int addPos
         0: .line 1000
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 2 /* opPos */
        start local 2 // int opPos
         1: .line 1002
            iconst_m1
            iload 1 /* addPos */
            if_icmpne 3
         2: .line 1003
            iload 2 /* opPos */
            istore 1 /* addPos */
         3: .line 1005
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            invokevirtual org.apache.xpath.compiler.XPathParser.MultiplicativeExpr:(I)I
            pop
         4: .line 1007
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 24
         5: .line 1009
            aload 0 /* this */
            bipush 43
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 15
         6: .line 1011
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         7: .line 1012
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            bipush 10
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
         8: .line 1014
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* addPos */
            isub
            istore 3 /* opPlusLeftHandLen */
        start local 3 // int opPlusLeftHandLen
         9: .line 1016
            aload 0 /* this */
            iload 1 /* addPos */
            invokevirtual org.apache.xpath.compiler.XPathParser.AdditiveExpr:(I)I
            istore 1 /* addPos */
        10: .line 1017
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iconst_1
            iadd
        11: .line 1018
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iload 3 /* opPlusLeftHandLen */
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* opPlusLeftHandLen */
            iadd
        12: .line 1017
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        13: .line 1019
            iinc 1 /* addPos */ 2
        end local 3 // int opPlusLeftHandLen
        14: .line 1020
            goto 24
        15: .line 1021
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 45
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 24
        16: .line 1023
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        17: .line 1024
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            bipush 11
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
        18: .line 1026
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* addPos */
            isub
            istore 3 /* opPlusLeftHandLen */
        start local 3 // int opPlusLeftHandLen
        19: .line 1028
            aload 0 /* this */
            iload 1 /* addPos */
            invokevirtual org.apache.xpath.compiler.XPathParser.AdditiveExpr:(I)I
            istore 1 /* addPos */
        20: .line 1029
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iconst_1
            iadd
        21: .line 1030
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iload 3 /* opPlusLeftHandLen */
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* opPlusLeftHandLen */
            iadd
        22: .line 1029
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        23: .line 1031
            iinc 1 /* addPos */ 2
        end local 3 // int opPlusLeftHandLen
        24: .line 1035
      StackMap locals:
      StackMap stack:
            iload 1 /* addPos */
            ireturn
        end local 2 // int opPos
        end local 1 // int addPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   25     0               this  Lorg/apache/xpath/compiler/XPathParser;
            0   25     1             addPos  I
            1   25     2              opPos  I
            9   14     3  opPlusLeftHandLen  I
           19   24     3  opPlusLeftHandLen  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
        Name  Flags
      addPos  

  protected int MultiplicativeExpr(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // int addPos
         0: .line 1058
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 2 /* opPos */
        start local 2 // int opPos
         1: .line 1060
            iconst_m1
            iload 1 /* addPos */
            if_icmpne 3
         2: .line 1061
            iload 2 /* opPos */
            istore 1 /* addPos */
         3: .line 1063
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.UnaryExpr:()V
         4: .line 1065
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 44
         5: .line 1067
            aload 0 /* this */
            bipush 42
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 15
         6: .line 1069
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         7: .line 1070
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            bipush 12
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
         8: .line 1072
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* addPos */
            isub
            istore 3 /* opPlusLeftHandLen */
        start local 3 // int opPlusLeftHandLen
         9: .line 1074
            aload 0 /* this */
            iload 1 /* addPos */
            invokevirtual org.apache.xpath.compiler.XPathParser.MultiplicativeExpr:(I)I
            istore 1 /* addPos */
        10: .line 1075
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iconst_1
            iadd
        11: .line 1076
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iload 3 /* opPlusLeftHandLen */
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* opPlusLeftHandLen */
            iadd
        12: .line 1075
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        13: .line 1077
            iinc 1 /* addPos */ 2
        end local 3 // int opPlusLeftHandLen
        14: .line 1078
            goto 44
        15: .line 1079
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "div"
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 25
        16: .line 1081
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        17: .line 1082
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            bipush 13
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
        18: .line 1084
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* addPos */
            isub
            istore 3 /* opPlusLeftHandLen */
        start local 3 // int opPlusLeftHandLen
        19: .line 1086
            aload 0 /* this */
            iload 1 /* addPos */
            invokevirtual org.apache.xpath.compiler.XPathParser.MultiplicativeExpr:(I)I
            istore 1 /* addPos */
        20: .line 1087
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iconst_1
            iadd
        21: .line 1088
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iload 3 /* opPlusLeftHandLen */
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* opPlusLeftHandLen */
            iadd
        22: .line 1087
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        23: .line 1089
            iinc 1 /* addPos */ 2
        end local 3 // int opPlusLeftHandLen
        24: .line 1090
            goto 44
        25: .line 1091
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "mod"
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 35
        26: .line 1093
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        27: .line 1094
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            bipush 14
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
        28: .line 1096
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* addPos */
            isub
            istore 3 /* opPlusLeftHandLen */
        start local 3 // int opPlusLeftHandLen
        29: .line 1098
            aload 0 /* this */
            iload 1 /* addPos */
            invokevirtual org.apache.xpath.compiler.XPathParser.MultiplicativeExpr:(I)I
            istore 1 /* addPos */
        30: .line 1099
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iconst_1
            iadd
        31: .line 1100
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iload 3 /* opPlusLeftHandLen */
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* opPlusLeftHandLen */
            iadd
        32: .line 1099
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        33: .line 1101
            iinc 1 /* addPos */ 2
        end local 3 // int opPlusLeftHandLen
        34: .line 1102
            goto 44
        35: .line 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "quo"
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 44
        36: .line 1105
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        37: .line 1106
            aload 0 /* this */
            iload 1 /* addPos */
            iconst_2
            bipush 15
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
        38: .line 1108
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* addPos */
            isub
            istore 3 /* opPlusLeftHandLen */
        start local 3 // int opPlusLeftHandLen
        39: .line 1110
            aload 0 /* this */
            iload 1 /* addPos */
            invokevirtual org.apache.xpath.compiler.XPathParser.MultiplicativeExpr:(I)I
            istore 1 /* addPos */
        40: .line 1111
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iconst_1
            iadd
        41: .line 1112
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* addPos */
            iload 3 /* opPlusLeftHandLen */
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* opPlusLeftHandLen */
            iadd
        42: .line 1111
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        43: .line 1113
            iinc 1 /* addPos */ 2
        end local 3 // int opPlusLeftHandLen
        44: .line 1117
      StackMap locals:
      StackMap stack:
            iload 1 /* addPos */
            ireturn
        end local 2 // int opPos
        end local 1 // int addPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   45     0               this  Lorg/apache/xpath/compiler/XPathParser;
            0   45     1             addPos  I
            1   45     2              opPos  I
            9   14     3  opPlusLeftHandLen  I
           19   24     3  opPlusLeftHandLen  I
           29   34     3  opPlusLeftHandLen  I
           39   44     3  opPlusLeftHandLen  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
        Name  Flags
      addPos  

  protected void UnaryExpr();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1131
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1132
            iconst_0
            istore 2 /* isNeg */
        start local 2 // boolean isNeg
         2: .line 1134
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            bipush 45
            if_icmpne 6
         3: .line 1136
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         4: .line 1137
            aload 0 /* this */
            iconst_2
            bipush 16
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         5: .line 1139
            iconst_1
            istore 2 /* isNeg */
         6: .line 1142
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.UnionExpr:()V
         7: .line 1144
            iload 2 /* isNeg */
            ifeq 11
         8: .line 1145
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
         9: .line 1146
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
        10: .line 1145
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        11: .line 1147
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean isNeg
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/apache/xpath/compiler/XPathParser;
            1   12     1  opPos  I
            2   12     2  isNeg  Z
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void StringExpr();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1159
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1161
            aload 0 /* this */
            iconst_2
            bipush 17
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         2: .line 1162
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Expr:()V
         3: .line 1164
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
         4: .line 1165
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
         5: .line 1164
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         6: .line 1166
            return
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/xpath/compiler/XPathParser;
            1    7     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void BooleanExpr();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1179
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1181
            aload 0 /* this */
            iconst_2
            bipush 18
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         2: .line 1182
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Expr:()V
         3: .line 1184
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
            istore 2 /* opLen */
        start local 2 // int opLen
         4: .line 1186
            iload 2 /* opLen */
            iconst_2
            if_icmpne 6
         5: .line 1188
            aload 0 /* this */
            ldc "ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 1191
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
            iload 2 /* opLen */
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         7: .line 1192
            return
        end local 2 // int opLen
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/xpath/compiler/XPathParser;
            1    8     1  opPos  I
            4    8     2  opLen  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void NumberExpr();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1205
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1207
            aload 0 /* this */
            iconst_2
            bipush 19
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         2: .line 1208
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Expr:()V
         3: .line 1210
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
         4: .line 1211
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
         5: .line 1210
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         6: .line 1212
            return
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/xpath/compiler/XPathParser;
            1    7     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void UnionExpr();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1230
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1231
            iconst_1
            istore 2 /* continueOrLoop */
        start local 2 // boolean continueOrLoop
         2: .line 1232
            iconst_0
            istore 3 /* foundUnion */
        start local 3 // boolean foundUnion
         3: .line 1236
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.PathExpr:()V
         4: .line 1238
            aload 0 /* this */
            bipush 124
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 10
         5: .line 1240
            iload 3 /* foundUnion */
            ifne 8
         6: .line 1242
            iconst_1
            istore 3 /* foundUnion */
         7: .line 1244
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_2
            bipush 20
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
         8: .line 1247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         9: .line 1256
            iload 2 /* continueOrLoop */
            ifne 3
        10: .line 1258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
        11: .line 1259
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
        12: .line 1258
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        13: .line 1260
            return
        end local 3 // boolean foundUnion
        end local 2 // boolean continueOrLoop
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lorg/apache/xpath/compiler/XPathParser;
            1   14     1           opPos  I
            2   14     2  continueOrLoop  Z
            3   14     3      foundUnion  Z
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void PathExpr();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1276
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1278
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.FilterExpr:()I
            istore 2 /* filterExprMatch */
        start local 2 // int filterExprMatch
         2: .line 1280
            iload 2 /* filterExprMatch */
            ifeq 20
         3: .line 1284
            iload 2 /* filterExprMatch */
            iconst_2
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: int int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* locationPathStarted */
        start local 3 // boolean locationPathStarted
         6: .line 1286
            aload 0 /* this */
            bipush 47
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 13
         7: .line 1288
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         8: .line 1290
            iload 3 /* locationPathStarted */
            ifne 11
         9: .line 1293
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_2
            bipush 28
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
        10: .line 1295
            iconst_1
            istore 3 /* locationPathStarted */
        11: .line 1298
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.RelativeLocationPath:()Z
            ifne 13
        12: .line 1301
            aload 0 /* this */
            ldc "ER_EXPECTED_REL_LOC_PATH"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 1307
      StackMap locals:
      StackMap stack:
            iload 3 /* locationPathStarted */
            ifeq 21
        14: .line 1309
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_m1
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        15: .line 1310
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        16: .line 1311
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
        17: .line 1312
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
        18: .line 1311
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        end local 3 // boolean locationPathStarted
        19: .line 1314
            goto 21
        20: .line 1317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.LocationPath:()V
        21: .line 1319
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int filterExprMatch
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   22     0                 this  Lorg/apache/xpath/compiler/XPathParser;
            1   22     1                opPos  I
            2   22     2      filterExprMatch  I
            6   19     3  locationPathStarted  Z
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected int FilterExpr();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1341
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1345
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.PrimaryExpr:()Z
            ifeq 11
         2: .line 1347
            aload 0 /* this */
            bipush 91
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 9
         3: .line 1351
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_2
            bipush 28
            invokevirtual org.apache.xpath.compiler.XPathParser.insertOp:(III)V
         4: .line 1353
            goto 6
         5: .line 1355
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Predicate:()V
         6: .line 1353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 91
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 5
         7: .line 1358
            iconst_2
            istore 2 /* filterMatch */
        start local 2 // int filterMatch
         8: .line 1359
            goto 12
        end local 2 // int filterMatch
         9: .line 1362
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* filterMatch */
        start local 2 // int filterMatch
        10: .line 1364
            goto 12
        end local 2 // int filterMatch
        11: .line 1367
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* filterMatch */
        start local 2 // int filterMatch
        12: .line 1370
      StackMap locals: int
      StackMap stack:
            iload 2 /* filterMatch */
            ireturn
        end local 2 // int filterMatch
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/apache/xpath/compiler/XPathParser;
            1   13     1        opPos  I
            8    9     2  filterMatch  I
           10   11     2  filterMatch  I
           12   13     2  filterMatch  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected boolean PrimaryExpr();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1398
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 2 /* opPos */
        start local 2 // int opPos
         1: .line 1400
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            bipush 39
            if_icmpeq 2
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            bipush 34
            if_icmpne 9
         2: .line 1402
      StackMap locals: org.apache.xpath.compiler.XPathParser top int
      StackMap stack:
            aload 0 /* this */
            iconst_2
            bipush 21
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         3: .line 1403
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Literal:()V
         4: .line 1405
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 2 /* opPos */
            iconst_1
            iadd
         5: .line 1406
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 2 /* opPos */
            isub
         6: .line 1405
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         7: .line 1408
            iconst_1
            istore 1 /* matchFound */
        start local 1 // boolean matchFound
         8: .line 1409
            goto 44
        end local 1 // boolean matchFound
         9: .line 1410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            bipush 36
            if_icmpne 18
        10: .line 1412
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        11: .line 1413
            aload 0 /* this */
            iconst_2
            bipush 22
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        12: .line 1414
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.QName:()V
        13: .line 1416
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 2 /* opPos */
            iconst_1
            iadd
        14: .line 1417
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 2 /* opPos */
            isub
        15: .line 1416
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        16: .line 1419
            iconst_1
            istore 1 /* matchFound */
        start local 1 // boolean matchFound
        17: .line 1420
            goto 44
        end local 1 // boolean matchFound
        18: .line 1421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            bipush 40
            if_icmpne 28
        19: .line 1423
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        20: .line 1424
            aload 0 /* this */
            iconst_2
            bipush 23
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        21: .line 1425
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Expr:()V
        22: .line 1426
            aload 0 /* this */
            bipush 41
            invokevirtual org.apache.xpath.compiler.XPathParser.consumeExpected:(C)V
        23: .line 1428
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 2 /* opPos */
            iconst_1
            iadd
        24: .line 1429
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 2 /* opPos */
            isub
        25: .line 1428
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        26: .line 1431
            iconst_1
            istore 1 /* matchFound */
        start local 1 // boolean matchFound
        27: .line 1432
            goto 44
        end local 1 // boolean matchFound
        28: .line 1433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 40
            bipush 46
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            if_icmpne 32
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmple 32
        29: .line 1434
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            iconst_1
            invokevirtual java.lang.String.charAt:(I)C
        30: .line 1433
            invokestatic java.lang.Character.isDigit:(C)Z
        31: .line 1434
            ifne 33
      StackMap locals:
      StackMap stack:
        32: aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            invokestatic java.lang.Character.isDigit:(C)Z
            ifeq 40
        33: .line 1436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            bipush 27
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        34: .line 1437
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Number:()V
        35: .line 1439
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 2 /* opPos */
            iconst_1
            iadd
        36: .line 1440
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 2 /* opPos */
            isub
        37: .line 1439
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        38: .line 1442
            iconst_1
            istore 1 /* matchFound */
        start local 1 // boolean matchFound
        39: .line 1443
            goto 44
        end local 1 // boolean matchFound
        40: .line 1444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 40
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifne 41
            aload 0 /* this */
            bipush 58
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifeq 43
            aload 0 /* this */
            bipush 40
            iconst_3
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifeq 43
        41: .line 1446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.FunctionCall:()Z
            istore 1 /* matchFound */
        start local 1 // boolean matchFound
        42: .line 1447
            goto 44
        end local 1 // boolean matchFound
        43: .line 1450
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* matchFound */
        start local 1 // boolean matchFound
        44: .line 1453
      StackMap locals: org.apache.xpath.compiler.XPathParser int int
      StackMap stack:
            iload 1 /* matchFound */
            ireturn
        end local 2 // int opPos
        end local 1 // boolean matchFound
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   45     0        this  Lorg/apache/xpath/compiler/XPathParser;
            8    9     1  matchFound  Z
           17   18     1  matchFound  Z
           27   28     1  matchFound  Z
           39   40     1  matchFound  Z
           42   43     1  matchFound  Z
           44   45     1  matchFound  Z
            1   45     2       opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void Argument();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1466
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1468
            aload 0 /* this */
            iconst_2
            bipush 26
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         2: .line 1469
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Expr:()V
         3: .line 1471
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
         4: .line 1472
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
         5: .line 1471
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         6: .line 1473
            return
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/xpath/compiler/XPathParser;
            1    7     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected boolean FunctionCall();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1486
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1488
            aload 0 /* this */
            bipush 58
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifeq 9
         2: .line 1490
            aload 0 /* this */
            iconst_4
            bipush 24
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         3: .line 1492
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         4: .line 1494
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         5: .line 1495
            aload 0 /* this */
            bipush 58
            invokevirtual org.apache.xpath.compiler.XPathParser.consumeExpected:(C)V
         6: .line 1497
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
            iconst_2
            iadd
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         7: .line 1499
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         8: .line 1500
            goto 19
         9: .line 1503
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            invokevirtual org.apache.xpath.compiler.XPathParser.getFunctionToken:(Ljava/lang/String;)I
            istore 2 /* funcTok */
        start local 2 // int funcTok
        10: .line 1505
            iconst_m1
            iload 2 /* funcTok */
            if_icmpne 14
        11: .line 1507
            aload 0 /* this */
            ldc "ER_COULDNOT_FIND_FUNCTION"
        12: .line 1508
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            aastore
        13: .line 1507
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        14: .line 1511
      StackMap locals: int
      StackMap stack:
            iload 2 /* funcTok */
            tableswitch { // 1030 - 1033
                 1030: 15
                 1031: 15
                 1032: 15
                 1033: 15
              default: 16
          }
        15: .line 1518
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        16: .line 1520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            bipush 25
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        17: .line 1522
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
            iconst_1
            iadd
            iload 2 /* funcTok */
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        18: .line 1525
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        end local 2 // int funcTok
        19: .line 1528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 40
            invokevirtual org.apache.xpath.compiler.XPathParser.consumeExpected:(C)V
        20: .line 1530
            goto 30
        21: .line 1532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 44
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 23
        22: .line 1534
            aload 0 /* this */
            ldc "ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        23: .line 1537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Argument:()V
        24: .line 1539
            aload 0 /* this */
            bipush 41
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 30
        25: .line 1541
            aload 0 /* this */
            bipush 44
            invokevirtual org.apache.xpath.compiler.XPathParser.consumeExpected:(C)V
        26: .line 1543
            aload 0 /* this */
            bipush 41
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 30
        27: .line 1545
            aload 0 /* this */
            ldc "ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG"
        28: .line 1546
            aconst_null
        29: .line 1545
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        30: .line 1530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 41
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 31
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnonnull 21
        31: .line 1551
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 41
            invokevirtual org.apache.xpath.compiler.XPathParser.consumeExpected:(C)V
        32: .line 1554
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_m1
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        33: .line 1555
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        34: .line 1556
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
        35: .line 1557
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
        36: .line 1556
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        37: .line 1559
            iconst_1
            ireturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   38     0     this  Lorg/apache/xpath/compiler/XPathParser;
            1   38     1    opPos  I
           10   19     2  funcTok  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void LocationPath();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1575
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1578
            aload 0 /* this */
            iconst_2
            bipush 28
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         2: .line 1580
            aload 0 /* this */
            bipush 47
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            istore 2 /* seenSlash */
        start local 2 // boolean seenSlash
         3: .line 1582
            iload 2 /* seenSlash */
            ifeq 9
         4: .line 1584
            aload 0 /* this */
            iconst_4
            bipush 50
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         5: .line 1587
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_2
            isub
            iconst_4
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         6: .line 1588
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            isub
            bipush 35
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         7: .line 1590
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         8: .line 1591
            goto 11
      StackMap locals: int int
      StackMap stack:
         9: aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnonnull 11
        10: .line 1592
            aload 0 /* this */
            ldc "ER_EXPECTED_LOC_PATH_AT_END_EXPR"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        11: .line 1595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 16
        12: .line 1597
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.RelativeLocationPath:()Z
            ifne 16
            iload 2 /* seenSlash */
            ifne 16
        13: .line 1601
            aload 0 /* this */
            ldc "ER_EXPECTED_LOC_PATH"
        14: .line 1602
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            aastore
        15: .line 1601
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        16: .line 1607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_m1
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        17: .line 1608
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        18: .line 1609
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
        19: .line 1610
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
        20: .line 1609
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        21: .line 1611
            return
        end local 2 // boolean seenSlash
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lorg/apache/xpath/compiler/XPathParser;
            1   22     1      opPos  I
            3   22     2  seenSlash  Z
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected boolean RelativeLocationPath();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1626
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Step:()Z
            ifne 5
         1: .line 1628
            iconst_0
            ireturn
         2: .line 1633
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         3: .line 1635
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Step:()Z
            ifne 5
         4: .line 1639
            aload 0 /* this */
            ldc "ER_EXPECTED_LOC_STEP"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 1631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 47
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 2
         6: .line 1643
            iconst_1
            ireturn
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/xpath/compiler/XPathParser;
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected boolean Step();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1657
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1659
            aload 0 /* this */
            bipush 47
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            istore 2 /* doubleSlash */
        start local 2 // boolean doubleSlash
         2: .line 1664
            iload 2 /* doubleSlash */
            ifeq 15
         3: .line 1666
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         4: .line 1668
            aload 0 /* this */
            iconst_2
            bipush 42
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         5: .line 1676
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         6: .line 1677
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            sipush 1033
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         7: .line 1678
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         8: .line 1681
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
            iconst_1
            iadd
         9: .line 1682
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
        10: .line 1681
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        11: .line 1685
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
        12: .line 1686
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
        13: .line 1685
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        14: .line 1688
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        15: .line 1691
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            ldc "."
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 23
        16: .line 1693
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        17: .line 1695
            aload 0 /* this */
            bipush 91
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 19
        18: .line 1697
            aload 0 /* this */
            ldc "ER_PREDICATE_ILLEGAL_SYNTAX"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        19: .line 1700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            bipush 48
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        20: .line 1703
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_2
            isub
            iconst_4
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        21: .line 1704
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            isub
            sipush 1033
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        22: .line 1705
            goto 42
        23: .line 1706
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ".."
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 29
        24: .line 1708
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        25: .line 1709
            aload 0 /* this */
            iconst_4
            bipush 45
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        26: .line 1712
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_2
            isub
            iconst_4
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        27: .line 1713
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            isub
            sipush 1033
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        28: .line 1714
            goto 42
        29: .line 1719
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 42
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 31
            aload 0 /* this */
            bipush 64
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 31
            aload 0 /* this */
            bipush 95
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 31
        30: .line 1720
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 39
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic java.lang.Character.isLetter:(C)Z
            ifeq 39
        31: .line 1722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Basis:()V
        32: .line 1724
            goto 34
        33: .line 1726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Predicate:()V
        34: .line 1724
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 91
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 33
        35: .line 1730
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
        36: .line 1731
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
        37: .line 1730
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        38: .line 1732
            goto 42
        39: .line 1736
      StackMap locals:
      StackMap stack:
            iload 2 /* doubleSlash */
            ifeq 41
        40: .line 1739
            aload 0 /* this */
            ldc "ER_EXPECTED_LOC_STEP"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        41: .line 1742
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        42: .line 1745
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // boolean doubleSlash
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   43     0         this  Lorg/apache/xpath/compiler/XPathParser;
            1   43     1        opPos  I
            2   43     2  doubleSlash  Z
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void Basis();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1758
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1762
            aload 0 /* this */
            ldc "::"
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(Ljava/lang/String;I)Z
            ifeq 6
         2: .line 1764
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.AxisName:()I
            istore 2 /* axesType */
        start local 2 // int axesType
         3: .line 1766
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         4: .line 1767
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         5: .line 1768
            goto 13
        end local 2 // int axesType
         6: .line 1769
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 64
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 11
         7: .line 1771
            bipush 39
            istore 2 /* axesType */
        start local 2 // int axesType
         8: .line 1773
            aload 0 /* this */
            iconst_2
            iload 2 /* axesType */
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         9: .line 1774
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        10: .line 1775
            goto 13
        end local 2 // int axesType
        11: .line 1778
      StackMap locals:
      StackMap stack:
            bipush 40
            istore 2 /* axesType */
        start local 2 // int axesType
        12: .line 1780
            aload 0 /* this */
            iconst_2
            iload 2 /* axesType */
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        13: .line 1784
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        14: .line 1786
            aload 0 /* this */
            iload 2 /* axesType */
            invokevirtual org.apache.xpath.compiler.XPathParser.NodeTest:(I)V
        15: .line 1789
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
            iconst_1
            iadd
        16: .line 1790
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
        17: .line 1789
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        18: .line 1791
            return
        end local 2 // int axesType
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/apache/xpath/compiler/XPathParser;
            1   19     1     opPos  I
            3    6     2  axesType  I
            8   11     2  axesType  I
           12   19     2  axesType  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected int AxisName();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1805
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            invokestatic org.apache.xpath.compiler.Keywords.getAxisName:(Ljava/lang/String;)Ljava/lang/Object;
            astore 1 /* val */
        start local 1 // java.lang.Object val
         1: .line 1807
            aload 1 /* val */
            ifnonnull 5
         2: .line 1809
            aload 0 /* this */
            ldc "ER_ILLEGAL_AXIS_NAME"
         3: .line 1810
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            aastore
         4: .line 1809
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 1813
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* val */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 2 /* axesType */
        start local 2 // int axesType
         6: .line 1815
            aload 0 /* this */
            iconst_2
            iload 2 /* axesType */
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         7: .line 1817
            iload 2 /* axesType */
            ireturn
        end local 2 // int axesType
        end local 1 // java.lang.Object val
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/apache/xpath/compiler/XPathParser;
            1    8     1       val  Ljava/lang/Object;
            6    8     2  axesType  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void NodeTest(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // int axesType
         0: .line 1833
            aload 0 /* this */
            bipush 40
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifeq 17
         1: .line 1835
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            invokestatic org.apache.xpath.compiler.Keywords.getNodeType:(Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* nodeTestOp */
        start local 2 // java.lang.Object nodeTestOp
         2: .line 1837
            aload 2 /* nodeTestOp */
            ifnonnull 7
         3: .line 1839
            aload 0 /* this */
            ldc "ER_UNKNOWN_NODETYPE"
         4: .line 1840
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            aastore
         5: .line 1839
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 1841
            goto 39
         7: .line 1844
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         8: .line 1846
            aload 2 /* nodeTestOp */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 3 /* nt */
        start local 3 // int nt
         9: .line 1848
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 3 /* nt */
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        10: .line 1849
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        11: .line 1851
            aload 0 /* this */
            bipush 40
            invokevirtual org.apache.xpath.compiler.XPathParser.consumeExpected:(C)V
        12: .line 1853
            sipush 1032
            iload 3 /* nt */
            if_icmpne 15
        13: .line 1855
            aload 0 /* this */
            bipush 41
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 15
        14: .line 1857
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Literal:()V
        15: .line 1861
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 41
            invokevirtual org.apache.xpath.compiler.XPathParser.consumeExpected:(C)V
        end local 3 // int nt
        end local 2 // java.lang.Object nodeTestOp
        16: .line 1863
            goto 39
        17: .line 1868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            bipush 34
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        18: .line 1869
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        19: .line 1871
            aload 0 /* this */
            bipush 58
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifeq 29
        20: .line 1873
            aload 0 /* this */
            bipush 42
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 23
        21: .line 1875
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            bipush -3
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        22: .line 1876
            goto 26
        23: .line 1879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        24: .line 1883
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            invokestatic java.lang.Character.isLetter:(C)Z
            ifne 26
            aload 0 /* this */
            bipush 95
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 26
        25: .line 1886
            aload 0 /* this */
            ldc "ER_EXPECTED_NODE_TEST"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        26: .line 1890
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        27: .line 1891
            aload 0 /* this */
            bipush 58
            invokevirtual org.apache.xpath.compiler.XPathParser.consumeExpected:(C)V
        28: .line 1892
            goto 30
        29: .line 1895
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            bipush -2
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        30: .line 1898
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        31: .line 1900
            aload 0 /* this */
            bipush 42
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 34
        32: .line 1902
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            bipush -3
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        33: .line 1903
            goto 37
        34: .line 1906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        35: .line 1910
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            invokestatic java.lang.Character.isLetter:(C)Z
            ifne 37
            aload 0 /* this */
            bipush 95
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 37
        36: .line 1913
            aload 0 /* this */
            ldc "ER_EXPECTED_NODE_TEST"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        37: .line 1917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        38: .line 1919
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        39: .line 1921
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int axesType
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   40     0        this  Lorg/apache/xpath/compiler/XPathParser;
            0   40     1    axesType  I
            2   16     2  nodeTestOp  Ljava/lang/Object;
            9   16     3          nt  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
          Name  Flags
      axesType  

  protected void Predicate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1933
            aload 0 /* this */
            bipush 91
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 4
         1: .line 1935
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         2: .line 1936
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.PredicateExpr:()V
         3: .line 1937
            aload 0 /* this */
            bipush 93
            invokevirtual org.apache.xpath.compiler.XPathParser.consumeExpected:(C)V
         4: .line 1939
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xpath/compiler/XPathParser;
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void PredicateExpr();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1951
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 1953
            aload 0 /* this */
            iconst_2
            bipush 29
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         2: .line 1954
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Expr:()V
         3: .line 1957
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_m1
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         4: .line 1958
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         5: .line 1959
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
         6: .line 1960
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
         7: .line 1959
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         8: .line 1961
            return
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/xpath/compiler/XPathParser;
            1    9     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void QName();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 1973
            aload 0 /* this */
            bipush 58
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifeq 6
         1: .line 1975
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         2: .line 1976
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         3: .line 1978
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         4: .line 1979
            aload 0 /* this */
            bipush 58
            invokevirtual org.apache.xpath.compiler.XPathParser.consumeExpected:(C)V
         5: .line 1980
            goto 8
         6: .line 1983
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            bipush -2
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         7: .line 1984
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         8: .line 1988
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         9: .line 1989
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        10: .line 1991
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        11: .line 1992
            return
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/xpath/compiler/XPathParser;
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void NCName();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 2001
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         1: .line 2002
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
         2: .line 2004
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         3: .line 2005
            return
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/compiler/XPathParser;

  protected void Literal();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 2020
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            istore 1 /* last */
        start local 1 // int last
         1: .line 2021
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_tokenChar:C
            istore 2 /* c0 */
        start local 2 // char c0
         2: .line 2022
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            iload 1 /* last */
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* cX */
        start local 3 // char cX
         3: .line 2024
            iload 2 /* c0 */
            bipush 34
            if_icmpne 4
            iload 3 /* cX */
            bipush 34
            if_icmpeq 5
      StackMap locals: int int int
      StackMap stack:
         4: iload 2 /* c0 */
            bipush 39
            if_icmpne 13
            iload 3 /* cX */
            bipush 39
            if_icmpne 13
         5: .line 2029
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            istore 4 /* tokenQueuePos */
        start local 4 // int tokenQueuePos
         6: .line 2031
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            aconst_null
            iload 4 /* tokenQueuePos */
            invokevirtual org.apache.xml.utils.ObjectVector.setElementAt:(Ljava/lang/Object;I)V
         7: .line 2033
            new org.apache.xpath.objects.XString
            dup
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            iconst_1
            iload 1 /* last */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokespecial org.apache.xpath.objects.XString.<init>:(Ljava/lang/String;)V
            astore 5 /* obj */
        start local 5 // java.lang.Object obj
         8: .line 2035
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            aload 5 /* obj */
            iload 4 /* tokenQueuePos */
            invokevirtual org.apache.xml.utils.ObjectVector.setElementAt:(Ljava/lang/Object;I)V
         9: .line 2038
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 4 /* tokenQueuePos */
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        10: .line 2039
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        11: .line 2041
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        end local 5 // java.lang.Object obj
        end local 4 // int tokenQueuePos
        12: .line 2042
            goto 16
        13: .line 2045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "ER_PATTERN_LITERAL_NEEDS_BE_QUOTED"
        14: .line 2046
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            aastore
        15: .line 2045
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        16: .line 2048
      StackMap locals:
      StackMap stack:
            return
        end local 3 // char cX
        end local 2 // char c0
        end local 1 // int last
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lorg/apache/xpath/compiler/XPathParser;
            1   17     1           last  I
            2   17     2             c0  C
            3   17     3             cX  C
            6   12     4  tokenQueuePos  I
            8   12     5            obj  Ljava/lang/Object;
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void Number();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 2060
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 14
         1: .line 2070
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            bipush 101
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpgt 2
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            bipush 69
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmple 3
         2: .line 2071
      StackMap locals:
      StackMap stack:
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
         3: .line 2072
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            invokestatic java.lang.Double.valueOf:(Ljava/lang/String;)Ljava/lang/Double;
            invokevirtual java.lang.Double.doubleValue:()D
            dstore 1 /* num */
        start local 1 // double num
         4: .line 2073
            goto 10
        end local 1 // double num
         5: .line 2074
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
            pop
         6: .line 2076
            dconst_0
            dstore 1 /* num */
        start local 1 // double num
         7: .line 2078
            aload 0 /* this */
            ldc "ER_COULDNOT_BE_FORMATTED_TO_NUMBER"
         8: .line 2079
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            aastore
         9: .line 2078
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 2082
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            new org.apache.xpath.objects.XNumber
            dup
            dload 1 /* num */
            invokespecial org.apache.xpath.objects.XNumber.<init>:(D)V
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            invokevirtual org.apache.xml.utils.ObjectVector.setElementAt:(Ljava/lang/Object;I)V
        11: .line 2083
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_queueMark:I
            iconst_1
            isub
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        12: .line 2084
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        13: .line 2086
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        end local 1 // double num
        14: .line 2088
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/xpath/compiler/XPathParser;
            4    5     1   num  D
            7   14     1   num  D
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.NumberFormatException
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void Pattern();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 2105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.LocationPathPattern:()V
         1: .line 2107
            aload 0 /* this */
            bipush 124
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 4
         2: .line 2109
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         3: .line 2103
            goto 0
         4: .line 2116
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xpath/compiler/XPathParser;
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void LocationPathPattern();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 2131
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 1 /* opPos */
        start local 1 // int opPos
         1: .line 2137
            iconst_0
            istore 2 /* relativePathStatus */
        start local 2 // int relativePathStatus
         2: .line 2139
            aload 0 /* this */
            iconst_2
            bipush 31
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         3: .line 2141
            aload 0 /* this */
            bipush 40
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifeq 18
         4: .line 2142
            aload 0 /* this */
            ldc "id"
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifne 6
         5: .line 2143
            aload 0 /* this */
            ldc "key"
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 18
         6: .line 2145
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.IdKeyPattern:()V
         7: .line 2147
            aload 0 /* this */
            bipush 47
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 31
         8: .line 2149
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         9: .line 2151
            aload 0 /* this */
            bipush 47
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 13
        10: .line 2153
            aload 0 /* this */
            iconst_4
            bipush 52
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        11: .line 2155
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        12: .line 2156
            goto 14
        13: .line 2159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            bipush 53
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        14: .line 2163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_2
            isub
            iconst_4
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        15: .line 2164
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            isub
            sipush 1034
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        16: .line 2166
            iconst_2
            istore 2 /* relativePathStatus */
        17: .line 2168
            goto 31
        18: .line 2169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 47
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 30
        19: .line 2171
            aload 0 /* this */
            bipush 47
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifeq 24
        20: .line 2173
            aload 0 /* this */
            iconst_4
            bipush 52
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        21: .line 2179
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        22: .line 2181
            iconst_2
            istore 2 /* relativePathStatus */
        23: .line 2182
            goto 26
        24: .line 2185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            bipush 50
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        25: .line 2187
            iconst_1
            istore 2 /* relativePathStatus */
        26: .line 2192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_2
            isub
            iconst_4
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        27: .line 2193
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            isub
            bipush 35
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        28: .line 2195
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        29: .line 2196
            goto 31
        30: .line 2199
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 2 /* relativePathStatus */
        31: .line 2202
      StackMap locals:
      StackMap stack:
            iload 2 /* relativePathStatus */
            ifeq 37
        32: .line 2204
            aload 0 /* this */
            bipush 124
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 35
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            ifnull 35
        33: .line 2206
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.RelativePathPattern:()V
        34: .line 2207
            goto 37
        35: .line 2208
      StackMap locals:
      StackMap stack:
            iload 2 /* relativePathStatus */
            iconst_2
            if_icmpne 37
        36: .line 2211
            aload 0 /* this */
            ldc "ER_EXPECTED_REL_PATH_PATTERN"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        37: .line 2216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_m1
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        38: .line 2217
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        39: .line 2218
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 1 /* opPos */
            iconst_1
            iadd
        40: .line 2219
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 1 /* opPos */
            isub
        41: .line 2218
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        42: .line 2220
            return
        end local 2 // int relativePathStatus
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   43     0                this  Lorg/apache/xpath/compiler/XPathParser;
            1   43     1               opPos  I
            2   43     2  relativePathStatus  I
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void IdKeyPattern();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 2233
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.FunctionCall:()Z
            pop
         1: .line 2234
            return
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/compiler/XPathParser;
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected void RelativePathPattern();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.xpath.compiler.XPathParser this
         0: .line 2250
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.xpath.compiler.XPathParser.StepPattern:(Z)Z
            istore 1 /* trailingSlashConsumed */
        start local 1 // boolean trailingSlashConsumed
         1: .line 2252
            goto 6
         2: .line 2254
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         3: .line 2259
            aload 0 /* this */
            iload 1 /* trailingSlashConsumed */
            ifeq 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack: org.apache.xpath.compiler.XPathParser
         4: iconst_1
      StackMap locals: org.apache.xpath.compiler.XPathParser int
      StackMap stack: org.apache.xpath.compiler.XPathParser int
         5: invokevirtual org.apache.xpath.compiler.XPathParser.StepPattern:(Z)Z
            istore 1 /* trailingSlashConsumed */
         6: .line 2252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 47
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 2
         7: .line 2261
            return
        end local 1 // boolean trailingSlashConsumed
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    8     0                   this  Lorg/apache/xpath/compiler/XPathParser;
            1    8     1  trailingSlashConsumed  Z
    Exceptions:
      throws javax.xml.transform.TransformerException

  protected boolean StepPattern(boolean);
    descriptor: (Z)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // boolean isLeadingSlashPermitted
         0: .line 2277
            aload 0 /* this */
            iload 1 /* isLeadingSlashPermitted */
            invokevirtual org.apache.xpath.compiler.XPathParser.AbbreviatedNodeTestStep:(Z)Z
            ireturn
        end local 1 // boolean isLeadingSlashPermitted
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lorg/apache/xpath/compiler/XPathParser;
            0    1     1  isLeadingSlashPermitted  Z
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
                         Name  Flags
      isLeadingSlashPermitted  

  protected boolean AbbreviatedNodeTestStep(boolean);
    descriptor: (Z)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.apache.xpath.compiler.XPathParser this
        start local 1 // boolean isLeadingSlashPermitted
         0: .line 2295
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 2 /* opPos */
        start local 2 // int opPos
         1: .line 2299
            iconst_m1
            istore 4 /* matchTypePos */
        start local 4 // int matchTypePos
         2: .line 2301
            aload 0 /* this */
            bipush 64
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 7
         3: .line 2303
            bipush 51
            istore 3 /* axesType */
        start local 3 // int axesType
         4: .line 2305
            aload 0 /* this */
            iconst_2
            iload 3 /* axesType */
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
         5: .line 2306
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
         6: .line 2307
            goto 34
        end local 3 // int axesType
         7: .line 2308
      StackMap locals: org.apache.xpath.compiler.XPathParser int int top int
      StackMap stack:
            aload 0 /* this */
            ldc "::"
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(Ljava/lang/String;I)Z
            ifeq 24
         8: .line 2310
            aload 0 /* this */
            ldc "attribute"
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 12
         9: .line 2312
            bipush 51
            istore 3 /* axesType */
        start local 3 // int axesType
        10: .line 2314
            aload 0 /* this */
            iconst_2
            iload 3 /* axesType */
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        11: .line 2315
            goto 21
        end local 3 // int axesType
        12: .line 2316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "child"
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(Ljava/lang/String;)Z
            ifeq 17
        13: .line 2318
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 4 /* matchTypePos */
        14: .line 2319
            bipush 53
            istore 3 /* axesType */
        start local 3 // int axesType
        15: .line 2321
            aload 0 /* this */
            iconst_2
            iload 3 /* axesType */
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        16: .line 2322
            goto 21
        end local 3 // int axesType
        17: .line 2325
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 3 /* axesType */
        start local 3 // int axesType
        18: .line 2327
            aload 0 /* this */
            ldc "ER_AXES_NOT_ALLOWED"
        19: .line 2328
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_token:Ljava/lang/String;
            aastore
        20: .line 2327
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        21: .line 2331
      StackMap locals: org.apache.xpath.compiler.XPathParser int int int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        22: .line 2332
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        23: .line 2333
            goto 34
        end local 3 // int axesType
        24: .line 2334
      StackMap locals: org.apache.xpath.compiler.XPathParser int int top int
      StackMap stack:
            aload 0 /* this */
            bipush 47
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 31
        25: .line 2336
            iload 1 /* isLeadingSlashPermitted */
            ifne 27
        26: .line 2339
            aload 0 /* this */
            ldc "ER_EXPECTED_STEP_PATTERN"
            aconst_null
            invokevirtual org.apache.xpath.compiler.XPathParser.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 2341
      StackMap locals:
      StackMap stack:
            bipush 52
            istore 3 /* axesType */
        start local 3 // int axesType
        28: .line 2343
            aload 0 /* this */
            iconst_2
            iload 3 /* axesType */
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        29: .line 2344
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        30: .line 2345
            goto 34
        end local 3 // int axesType
        31: .line 2348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 4 /* matchTypePos */
        32: .line 2349
            bipush 53
            istore 3 /* axesType */
        start local 3 // int axesType
        33: .line 2351
            aload 0 /* this */
            iconst_2
            iload 3 /* axesType */
            invokevirtual org.apache.xpath.compiler.XPathParser.appendOp:(II)V
        34: .line 2355
      StackMap locals: org.apache.xpath.compiler.XPathParser int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        35: .line 2357
            aload 0 /* this */
            iload 3 /* axesType */
            invokevirtual org.apache.xpath.compiler.XPathParser.NodeTest:(I)V
        36: .line 2360
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 2 /* opPos */
            iconst_1
            iadd
            iconst_1
            iadd
        37: .line 2361
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 2 /* opPos */
            isub
        38: .line 2360
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        39: .line 2363
            goto 41
        40: .line 2365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.Predicate:()V
        41: .line 2363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 91
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifne 40
        42: .line 2382
            iload 4 /* matchTypePos */
            iconst_m1
            if_icmple 47
            aload 0 /* this */
            bipush 47
            invokevirtual org.apache.xpath.compiler.XPathParser.tokenIs:(C)Z
            ifeq 47
            aload 0 /* this */
            bipush 47
            iconst_1
            invokevirtual org.apache.xpath.compiler.XPathParser.lookahead:(CI)Z
            ifeq 47
        43: .line 2384
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 4 /* matchTypePos */
            bipush 52
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        44: .line 2386
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.XPathParser.nextToken:()V
        45: .line 2388
            iconst_1
            istore 5 /* trailingSlashConsumed */
        start local 5 // boolean trailingSlashConsumed
        46: .line 2389
            goto 48
        end local 5 // boolean trailingSlashConsumed
        47: .line 2392
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* trailingSlashConsumed */
        start local 5 // boolean trailingSlashConsumed
        48: .line 2396
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iload 2 /* opPos */
            iconst_1
            iadd
        49: .line 2397
            aload 0 /* this */
            getfield org.apache.xpath.compiler.XPathParser.m_ops:Lorg/apache/xpath/compiler/OpMap;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            iload 2 /* opPos */
            isub
        50: .line 2396
            invokevirtual org.apache.xpath.compiler.OpMap.setOp:(II)V
        51: .line 2399
            iload 5 /* trailingSlashConsumed */
            ireturn
        end local 5 // boolean trailingSlashConsumed
        end local 4 // int matchTypePos
        end local 3 // int axesType
        end local 2 // int opPos
        end local 1 // boolean isLeadingSlashPermitted
        end local 0 // org.apache.xpath.compiler.XPathParser this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   52     0                     this  Lorg/apache/xpath/compiler/XPathParser;
            0   52     1  isLeadingSlashPermitted  Z
            1   52     2                    opPos  I
            4    7     3                 axesType  I
           10   12     3                 axesType  I
           15   17     3                 axesType  I
           18   24     3                 axesType  I
           28   31     3                 axesType  I
           33   52     3                 axesType  I
            2   52     4             matchTypePos  I
           46   47     5    trailingSlashConsumed  Z
           48   52     5    trailingSlashConsumed  Z
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
                         Name  Flags
      isLeadingSlashPermitted  
}
SourceFile: "XPathParser.java"