public abstract class org.apache.xpath.Expression implements java.io.Serializable, org.apache.xpath.ExpressionNode, org.apache.xpath.XPathVisitable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.xpath.Expression
  super_class: java.lang.Object
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 565665869777906902

  private org.apache.xpath.ExpressionNode m_parent;
    descriptor: Lorg/apache/xpath/ExpressionNode;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/Expression;

  public boolean canTraverseOutsideSubtree();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 63
            iconst_0
            ireturn
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/Expression;

  public org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext, int);
    descriptor: (Lorg/apache/xpath/XPathContext;I)Lorg/apache/xpath/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
        start local 2 // int currentNode
         0: .line 96
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            areturn
        end local 2 // int currentNode
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/xpath/Expression;
            0    1     1        xctxt  Lorg/apache/xpath/XPathContext;
            0    1     2  currentNode  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
             Name  Flags
      xctxt        
      currentNode  

  public org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext, int, org.apache.xml.dtm.DTM, int);
    descriptor: (Lorg/apache/xpath/XPathContext;ILorg/apache/xml/dtm/DTM;I)Lorg/apache/xpath/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
        start local 2 // int currentNode
        start local 3 // org.apache.xml.dtm.DTM dtm
        start local 4 // int expType
         0: .line 120
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            areturn
        end local 4 // int expType
        end local 3 // org.apache.xml.dtm.DTM dtm
        end local 2 // int currentNode
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/xpath/Expression;
            0    1     1        xctxt  Lorg/apache/xpath/XPathContext;
            0    1     2  currentNode  I
            0    1     3          dtm  Lorg/apache/xml/dtm/DTM;
            0    1     4      expType  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
             Name  Flags
      xctxt        
      currentNode  
      dtm          
      expType      

  public abstract org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext, boolean);
    descriptor: (Lorg/apache/xpath/XPathContext;Z)Lorg/apache/xpath/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
        start local 2 // boolean destructiveOK
         0: .line 155
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            areturn
        end local 2 // boolean destructiveOK
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/apache/xpath/Expression;
            0    1     1          xctxt  Lorg/apache/xpath/XPathContext;
            0    1     2  destructiveOK  Z
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
               Name  Flags
      xctxt          
      destructiveOK  

  public double num(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
         0: .line 171
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            invokevirtual org.apache.xpath.objects.XObject.num:()D
            dreturn
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/Expression;
            0    1     1  xctxt  Lorg/apache/xpath/XPathContext;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public boolean bool(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
         0: .line 186
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            invokevirtual org.apache.xpath.objects.XObject.bool:()Z
            ireturn
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/Expression;
            0    1     1  xctxt  Lorg/apache/xpath/XPathContext;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public org.apache.xml.utils.XMLString xstr(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)Lorg/apache/xml/utils/XMLString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
         0: .line 201
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            invokevirtual org.apache.xpath.objects.XObject.xstr:()Lorg/apache/xml/utils/XMLString;
            areturn
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/Expression;
            0    1     1  xctxt  Lorg/apache/xpath/XPathContext;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public boolean isNodesetExpr();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 211
            iconst_0
            ireturn
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/Expression;

  public int asNode(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
         0: .line 225
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            invokevirtual org.apache.xpath.objects.XObject.iter:()Lorg/apache/xml/dtm/DTMIterator;
            astore 2 /* iter */
        start local 2 // org.apache.xml.dtm.DTMIterator iter
         1: .line 226
            aload 2 /* iter */
            invokeinterface org.apache.xml.dtm.DTMIterator.nextNode:()I
            ireturn
        end local 2 // org.apache.xml.dtm.DTMIterator iter
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xpath/Expression;
            0    2     1  xctxt  Lorg/apache/xpath/XPathContext;
            1    2     2   iter  Lorg/apache/xml/dtm/DTMIterator;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public org.apache.xml.dtm.DTMIterator asIterator(org.apache.xpath.XPathContext, int);
    descriptor: (Lorg/apache/xpath/XPathContext;I)Lorg/apache/xml/dtm/DTMIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
        start local 2 // int contextNode
         0: .line 250
            aload 1 /* xctxt */
            iload 2 /* contextNode */
            iload 2 /* contextNode */
            invokevirtual org.apache.xpath.XPathContext.pushCurrentNodeAndExpression:(II)V
         1: .line 252
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            invokevirtual org.apache.xpath.objects.XObject.iter:()Lorg/apache/xml/dtm/DTMIterator;
            astore 4
         2: .line 256
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.popCurrentNodeAndExpression:()V
         3: .line 252
            aload 4
            areturn
         4: .line 255
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 256
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.popCurrentNodeAndExpression:()V
         6: .line 257
            aload 3
            athrow
        end local 2 // int contextNode
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/apache/xpath/Expression;
            0    7     1        xctxt  Lorg/apache/xpath/XPathContext;
            0    7     2  contextNode  I
      Exception table:
        from    to  target  type
           0     2       4  any
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
             Name  Flags
      xctxt        
      contextNode  

  public org.apache.xml.dtm.DTMIterator asIteratorRaw(org.apache.xpath.XPathContext, int);
    descriptor: (Lorg/apache/xpath/XPathContext;I)Lorg/apache/xml/dtm/DTMIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
        start local 2 // int contextNode
         0: .line 281
            aload 1 /* xctxt */
            iload 2 /* contextNode */
            iload 2 /* contextNode */
            invokevirtual org.apache.xpath.XPathContext.pushCurrentNodeAndExpression:(II)V
         1: .line 283
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            checkcast org.apache.xpath.objects.XNodeSet
            astore 3 /* nodeset */
        start local 3 // org.apache.xpath.objects.XNodeSet nodeset
         2: .line 284
            aload 3 /* nodeset */
            invokevirtual org.apache.xpath.objects.XNodeSet.iterRaw:()Lorg/apache/xml/dtm/DTMIterator;
            astore 5
         3: .line 288
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.popCurrentNodeAndExpression:()V
         4: .line 284
            aload 5
            areturn
        end local 3 // org.apache.xpath.objects.XNodeSet nodeset
         5: .line 287
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         6: .line 288
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.popCurrentNodeAndExpression:()V
         7: .line 289
            aload 4
            athrow
        end local 2 // int contextNode
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/apache/xpath/Expression;
            0    8     1        xctxt  Lorg/apache/xpath/XPathContext;
            0    8     2  contextNode  I
            2    5     3      nodeset  Lorg/apache/xpath/objects/XNodeSet;
      Exception table:
        from    to  target  type
           0     3       5  any
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
             Name  Flags
      xctxt        
      contextNode  

  public void executeCharsToContentHandler(org.apache.xpath.XPathContext, org.xml.sax.ContentHandler);
    descriptor: (Lorg/apache/xpath/XPathContext;Lorg/xml/sax/ContentHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
        start local 2 // org.xml.sax.ContentHandler handler
         0: .line 313
            aload 0 /* this */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            astore 3 /* obj */
        start local 3 // org.apache.xpath.objects.XObject obj
         1: .line 315
            aload 3 /* obj */
            aload 2 /* handler */
            invokevirtual org.apache.xpath.objects.XObject.dispatchCharactersEvents:(Lorg/xml/sax/ContentHandler;)V
         2: .line 316
            aload 3 /* obj */
            invokevirtual org.apache.xpath.objects.XObject.detach:()V
         3: .line 317
            return
        end local 3 // org.apache.xpath.objects.XObject obj
        end local 2 // org.xml.sax.ContentHandler handler
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/xpath/Expression;
            0    4     1    xctxt  Lorg/apache/xpath/XPathContext;
            0    4     2  handler  Lorg/xml/sax/ContentHandler;
            1    4     3      obj  Lorg/apache/xpath/objects/XObject;
    Exceptions:
      throws javax.xml.transform.TransformerException, org.xml.sax.SAXException
    MethodParameters:
         Name  Flags
      xctxt    
      handler  

  public boolean isStableNumber();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 329
            iconst_0
            ireturn
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/Expression;

  public abstract void fixupVariables(java.util.Vector, int);
    descriptor: (Ljava/util/Vector;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  public abstract boolean deepEquals(org.apache.xpath.Expression);
    descriptor: (Lorg/apache/xpath/Expression;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      expr  

  protected final boolean isSameClass(org.apache.xpath.Expression);
    descriptor: (Lorg/apache/xpath/Expression;)Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.Expression expr
         0: .line 367
            aload 1 /* expr */
            ifnonnull 2
         1: .line 368
            iconst_0
            ireturn
         2: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* expr */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpne 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // org.apache.xpath.Expression expr
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/Expression;
            0    4     1  expr  Lorg/apache/xpath/Expression;
    MethodParameters:
      Name  Flags
      expr  

  public void warn(org.apache.xpath.XPathContext, java.lang.String, java.lang.Object[]);
    descriptor: (Lorg/apache/xpath/XPathContext;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
        start local 2 // java.lang.String msg
        start local 3 // java.lang.Object[] args
         0: .line 392
            aload 2 /* msg */
            aload 3 /* args */
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHWarning:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* fmsg */
        start local 4 // java.lang.String fmsg
         1: .line 394
            aload 1 /* xctxt */
            ifnull 4
         2: .line 396
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getErrorListener:()Ljavax/xml/transform/ErrorListener;
            astore 5 /* eh */
        start local 5 // javax.xml.transform.ErrorListener eh
         3: .line 399
            aload 5 /* eh */
            new javax.xml.transform.TransformerException
            dup
            aload 4 /* fmsg */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getSAXLocator:()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
        end local 5 // javax.xml.transform.ErrorListener eh
         4: .line 401
      StackMap locals: java.lang.String
      StackMap stack:
            return
        end local 4 // java.lang.String fmsg
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String msg
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/xpath/Expression;
            0    5     1  xctxt  Lorg/apache/xpath/XPathContext;
            0    5     2    msg  Ljava/lang/String;
            0    5     3   args  [Ljava/lang/Object;
            1    5     4   fmsg  Ljava/lang/String;
            3    4     5     eh  Ljavax/xml/transform/ErrorListener;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  
      msg    
      args   

  public void assertion(boolean, java.lang.String);
    descriptor: (ZLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.xpath.Expression this
        start local 1 // boolean b
        start local 2 // java.lang.String msg
         0: .line 417
            iload 1 /* b */
            ifne 5
         1: .line 420
            ldc "ER_INCORRECT_PROGRAMMER_ASSERTION"
         2: .line 421
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* msg */
            aastore
         3: .line 419
            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 423
            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 425
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String msg
        end local 1 // boolean b
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/xpath/Expression;
            0    6     1     b  Z
            0    6     2   msg  Ljava/lang/String;
            4    5     3  fMsg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      b     
      msg   

  public void error(org.apache.xpath.XPathContext, java.lang.String, java.lang.Object[]);
    descriptor: (Lorg/apache/xpath/XPathContext;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.XPathContext xctxt
        start local 2 // java.lang.String msg
        start local 3 // java.lang.Object[] args
         0: .line 447
            aload 2 /* msg */
            aload 3 /* args */
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* fmsg */
        start local 4 // java.lang.String fmsg
         1: .line 449
            aload 1 /* xctxt */
            ifnull 5
         2: .line 451
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getErrorListener:()Ljavax/xml/transform/ErrorListener;
            astore 5 /* eh */
        start local 5 // javax.xml.transform.ErrorListener eh
         3: .line 452
            new javax.xml.transform.TransformerException
            dup
            aload 4 /* fmsg */
            aload 0 /* this */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;Ljavax/xml/transform/SourceLocator;)V
            astore 6 /* te */
        start local 6 // javax.xml.transform.TransformerException te
         4: .line 454
            aload 5 /* eh */
            aload 6 /* te */
            invokeinterface javax.xml.transform.ErrorListener.fatalError:(Ljavax/xml/transform/TransformerException;)V
        end local 6 // javax.xml.transform.TransformerException te
        end local 5 // javax.xml.transform.ErrorListener eh
         5: .line 456
      StackMap locals: java.lang.String
      StackMap stack:
            return
        end local 4 // java.lang.String fmsg
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String msg
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/xpath/Expression;
            0    6     1  xctxt  Lorg/apache/xpath/XPathContext;
            0    6     2    msg  Ljava/lang/String;
            0    6     3   args  [Ljava/lang/Object;
            1    6     4   fmsg  Ljava/lang/String;
            3    5     5     eh  Ljavax/xml/transform/ErrorListener;
            4    5     6     te  Ljavax/xml/transform/TransformerException;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  
      msg    
      args   

  public org.apache.xpath.ExpressionNode getExpressionOwner();
    descriptor: ()Lorg/apache/xpath/ExpressionNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 464
            aload 0 /* this */
            invokevirtual org.apache.xpath.Expression.exprGetParent:()Lorg/apache/xpath/ExpressionNode;
            astore 1 /* parent */
        start local 1 // org.apache.xpath.ExpressionNode parent
         1: .line 465
            goto 3
         2: .line 466
      StackMap locals: org.apache.xpath.ExpressionNode
      StackMap stack:
            aload 1 /* parent */
            invokeinterface org.apache.xpath.ExpressionNode.exprGetParent:()Lorg/apache/xpath/ExpressionNode;
            astore 1 /* parent */
         3: .line 465
      StackMap locals:
      StackMap stack:
            aload 1 /* parent */
            ifnull 4
            aload 1 /* parent */
            instanceof org.apache.xpath.Expression
            ifne 2
         4: .line 467
      StackMap locals:
      StackMap stack:
            aload 1 /* parent */
            areturn
        end local 1 // org.apache.xpath.ExpressionNode parent
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/xpath/Expression;
            1    5     1  parent  Lorg/apache/xpath/ExpressionNode;

  public void exprSetParent(org.apache.xpath.ExpressionNode);
    descriptor: (Lorg/apache/xpath/ExpressionNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.ExpressionNode n
         0: .line 476
            aload 0 /* this */
            aload 1 /* n */
            aload 0 /* this */
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.apache.xpath.Expression
         1: iconst_0
      StackMap locals: org.apache.xpath.Expression org.apache.xpath.ExpressionNode
      StackMap stack: org.apache.xpath.Expression int
         2: ldc "Can not parent an expression to itself!"
            invokevirtual org.apache.xpath.Expression.assertion:(ZLjava/lang/String;)V
         3: .line 477
            aload 0 /* this */
            aload 1 /* n */
            putfield org.apache.xpath.Expression.m_parent:Lorg/apache/xpath/ExpressionNode;
         4: .line 478
            return
        end local 1 // org.apache.xpath.ExpressionNode n
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xpath/Expression;
            0    5     1     n  Lorg/apache/xpath/ExpressionNode;
    MethodParameters:
      Name  Flags
      n     

  public org.apache.xpath.ExpressionNode exprGetParent();
    descriptor: ()Lorg/apache/xpath/ExpressionNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 482
            aload 0 /* this */
            getfield org.apache.xpath.Expression.m_parent:Lorg/apache/xpath/ExpressionNode;
            areturn
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/Expression;

  public void exprAddChild(org.apache.xpath.ExpressionNode, int);
    descriptor: (Lorg/apache/xpath/ExpressionNode;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.xpath.Expression this
        start local 1 // org.apache.xpath.ExpressionNode n
        start local 2 // int i
         0: .line 489
            aload 0 /* this */
            iconst_0
            ldc "exprAddChild method not implemented!"
            invokevirtual org.apache.xpath.Expression.assertion:(ZLjava/lang/String;)V
         1: .line 490
            return
        end local 2 // int i
        end local 1 // org.apache.xpath.ExpressionNode n
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/Expression;
            0    2     1     n  Lorg/apache/xpath/ExpressionNode;
            0    2     2     i  I
    MethodParameters:
      Name  Flags
      n     
      i     

  public org.apache.xpath.ExpressionNode exprGetChild(int);
    descriptor: (I)Lorg/apache/xpath/ExpressionNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.xpath.Expression this
        start local 1 // int i
         0: .line 496
            aconst_null
            areturn
        end local 1 // int i
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/Expression;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int exprGetNumChildren();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 502
            iconst_0
            ireturn
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/Expression;

  public java.lang.String getPublicId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 520
            aload 0 /* this */
            getfield org.apache.xpath.Expression.m_parent:Lorg/apache/xpath/ExpressionNode;
            ifnonnull 2
         1: .line 521
            aconst_null
            areturn
         2: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.Expression.m_parent:Lorg/apache/xpath/ExpressionNode;
            invokeinterface org.apache.xpath.ExpressionNode.getPublicId:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/Expression;

  public java.lang.String getSystemId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 541
            aload 0 /* this */
            getfield org.apache.xpath.Expression.m_parent:Lorg/apache/xpath/ExpressionNode;
            ifnonnull 2
         1: .line 542
            aconst_null
            areturn
         2: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.Expression.m_parent:Lorg/apache/xpath/ExpressionNode;
            invokeinterface org.apache.xpath.ExpressionNode.getSystemId:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/Expression;

  public int getLineNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 563
            aload 0 /* this */
            getfield org.apache.xpath.Expression.m_parent:Lorg/apache/xpath/ExpressionNode;
            ifnonnull 2
         1: .line 564
            iconst_0
            ireturn
         2: .line 565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.Expression.m_parent:Lorg/apache/xpath/ExpressionNode;
            invokeinterface org.apache.xpath.ExpressionNode.getLineNumber:()I
            ireturn
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/Expression;

  public int getColumnNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.Expression this
         0: .line 585
            aload 0 /* this */
            getfield org.apache.xpath.Expression.m_parent:Lorg/apache/xpath/ExpressionNode;
            ifnonnull 2
         1: .line 586
            iconst_0
            ireturn
         2: .line 587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.Expression.m_parent:Lorg/apache/xpath/ExpressionNode;
            invokeinterface org.apache.xpath.ExpressionNode.getColumnNumber:()I
            ireturn
        end local 0 // org.apache.xpath.Expression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/Expression;
}
SourceFile: "Expression.java"