public class com.sun.org.apache.xpath.internal.XPathVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xpath.internal.XPathVisitor
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;

  public boolean visitLocationPath(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.axes.LocPathIterator);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/axes/LocPathIterator;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.axes.LocPathIterator path
         0: .line 63
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.axes.LocPathIterator path
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1  owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2   path  Lcom/sun/org/apache/xpath/internal/axes/LocPathIterator;
    MethodParameters:
       Name  Flags
      owner  
      path   

  public boolean visitUnionPath(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.axes.UnionPathIterator);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/axes/UnionPathIterator;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.axes.UnionPathIterator path
         0: .line 75
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.axes.UnionPathIterator path
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1  owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2   path  Lcom/sun/org/apache/xpath/internal/axes/UnionPathIterator;
    MethodParameters:
       Name  Flags
      owner  
      path   

  public boolean visitStep(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.patterns.NodeTest);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/patterns/NodeTest;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.patterns.NodeTest step
         0: .line 87
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.patterns.NodeTest step
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1  owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2   step  Lcom/sun/org/apache/xpath/internal/patterns/NodeTest;
    MethodParameters:
       Name  Flags
      owner  
      step   

  public boolean visitPredicate(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.Expression);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/Expression;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.Expression pred
         0: .line 102
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.Expression pred
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1  owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2   pred  Lcom/sun/org/apache/xpath/internal/Expression;
    MethodParameters:
       Name  Flags
      owner  
      pred   

  public boolean visitBinaryOperation(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.operations.Operation);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/operations/Operation;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.operations.Operation op
         0: .line 114
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.operations.Operation op
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1  owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2     op  Lcom/sun/org/apache/xpath/internal/operations/Operation;
    MethodParameters:
       Name  Flags
      owner  
      op     

  public boolean visitUnaryOperation(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.operations.UnaryOperation);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/operations/UnaryOperation;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.operations.UnaryOperation op
         0: .line 126
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.operations.UnaryOperation op
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1  owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2     op  Lcom/sun/org/apache/xpath/internal/operations/UnaryOperation;
    MethodParameters:
       Name  Flags
      owner  
      op     

  public boolean visitVariableRef(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.operations.Variable);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/operations/Variable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.operations.Variable var
         0: .line 138
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.operations.Variable var
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1  owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2    var  Lcom/sun/org/apache/xpath/internal/operations/Variable;
    MethodParameters:
       Name  Flags
      owner  
      var    

  public boolean visitFunction(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.functions.Function);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/functions/Function;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.functions.Function func
         0: .line 150
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.functions.Function func
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1  owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2   func  Lcom/sun/org/apache/xpath/internal/functions/Function;
    MethodParameters:
       Name  Flags
      owner  
      func   

  public boolean visitMatchPattern(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.patterns.StepPattern);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.patterns.StepPattern pattern
         0: .line 162
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.patterns.StepPattern pattern
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1    owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2  pattern  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
    MethodParameters:
         Name  Flags
      owner    
      pattern  

  public boolean visitUnionPattern(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.patterns.UnionPattern);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.patterns.UnionPattern pattern
         0: .line 174
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.patterns.UnionPattern pattern
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1    owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2  pattern  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
    MethodParameters:
         Name  Flags
      owner    
      pattern  

  public boolean visitStringLiteral(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.objects.XString);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/objects/XString;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.objects.XString str
         0: .line 186
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.objects.XString str
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1  owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2    str  Lcom/sun/org/apache/xpath/internal/objects/XString;
    MethodParameters:
       Name  Flags
      owner  
      str    

  public boolean visitNumberLiteral(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.objects.XNumber);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/objects/XNumber;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.objects.XNumber num
         0: .line 199
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.objects.XNumber num
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.XPathVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            0    1     1  owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    1     2    num  Lcom/sun/org/apache/xpath/internal/objects/XNumber;
    MethodParameters:
       Name  Flags
      owner  
      num    
}
SourceFile: "XPathVisitor.java"