public abstract class org.apache.xpath.operations.UnaryOperation extends org.apache.xpath.Expression implements org.apache.xpath.ExpressionOwner
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.xpath.operations.UnaryOperation
  super_class: org.apache.xpath.Expression
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6536083808424286166

  protected org.apache.xpath.Expression m_right;
    descriptor: Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED

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

  public void fixupVariables(java.util.Vector, int);
    descriptor: (Ljava/util/Vector;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.xpath.operations.UnaryOperation this
        start local 1 // java.util.Vector vars
        start local 2 // int globalsSize
         0: .line 52
            aload 0 /* this */
            getfield org.apache.xpath.operations.UnaryOperation.m_right:Lorg/apache/xpath/Expression;
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual org.apache.xpath.Expression.fixupVariables:(Ljava/util/Vector;I)V
         1: .line 53
            return
        end local 2 // int globalsSize
        end local 1 // java.util.Vector vars
        end local 0 // org.apache.xpath.operations.UnaryOperation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/xpath/operations/UnaryOperation;
            0    2     1         vars  Ljava/util/Vector;
            0    2     2  globalsSize  I
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  public boolean canTraverseOutsideSubtree();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.operations.UnaryOperation this
         0: .line 64
            aload 0 /* this */
            getfield org.apache.xpath.operations.UnaryOperation.m_right:Lorg/apache/xpath/Expression;
            ifnull 2
            aload 0 /* this */
            getfield org.apache.xpath.operations.UnaryOperation.m_right:Lorg/apache/xpath/Expression;
            invokevirtual org.apache.xpath.Expression.canTraverseOutsideSubtree:()Z
            ifeq 2
         1: .line 65
            iconst_1
            ireturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.apache.xpath.operations.UnaryOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/operations/UnaryOperation;

  public void setRight(org.apache.xpath.Expression);
    descriptor: (Lorg/apache/xpath/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.operations.UnaryOperation this
        start local 1 // org.apache.xpath.Expression r
         0: .line 79
            aload 0 /* this */
            aload 1 /* r */
            putfield org.apache.xpath.operations.UnaryOperation.m_right:Lorg/apache/xpath/Expression;
         1: .line 80
            aload 1 /* r */
            aload 0 /* this */
            invokevirtual org.apache.xpath.Expression.exprSetParent:(Lorg/apache/xpath/ExpressionNode;)V
         2: .line 81
            return
        end local 1 // org.apache.xpath.Expression r
        end local 0 // org.apache.xpath.operations.UnaryOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/operations/UnaryOperation;
            0    3     1     r  Lorg/apache/xpath/Expression;
    MethodParameters:
      Name  Flags
      r     

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

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

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

  public void callVisitors(org.apache.xpath.ExpressionOwner, org.apache.xpath.XPathVisitor);
    descriptor: (Lorg/apache/xpath/ExpressionOwner;Lorg/apache/xpath/XPathVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.xpath.operations.UnaryOperation this
        start local 1 // org.apache.xpath.ExpressionOwner owner
        start local 2 // org.apache.xpath.XPathVisitor visitor
         0: .line 124
            aload 2 /* visitor */
            aload 1 /* owner */
            aload 0 /* this */
            invokevirtual org.apache.xpath.XPathVisitor.visitUnaryOperation:(Lorg/apache/xpath/ExpressionOwner;Lorg/apache/xpath/operations/UnaryOperation;)Z
            ifeq 2
         1: .line 126
            aload 0 /* this */
            getfield org.apache.xpath.operations.UnaryOperation.m_right:Lorg/apache/xpath/Expression;
            aload 0 /* this */
            aload 2 /* visitor */
            invokevirtual org.apache.xpath.Expression.callVisitors:(Lorg/apache/xpath/ExpressionOwner;Lorg/apache/xpath/XPathVisitor;)V
         2: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.apache.xpath.XPathVisitor visitor
        end local 1 // org.apache.xpath.ExpressionOwner owner
        end local 0 // org.apache.xpath.operations.UnaryOperation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/xpath/operations/UnaryOperation;
            0    3     1    owner  Lorg/apache/xpath/ExpressionOwner;
            0    3     2  visitor  Lorg/apache/xpath/XPathVisitor;
    MethodParameters:
         Name  Flags
      owner    
      visitor  

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

  public void setExpression(org.apache.xpath.Expression);
    descriptor: (Lorg/apache/xpath/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.operations.UnaryOperation this
        start local 1 // org.apache.xpath.Expression exp
         0: .line 144
            aload 1 /* exp */
            aload 0 /* this */
            invokevirtual org.apache.xpath.Expression.exprSetParent:(Lorg/apache/xpath/ExpressionNode;)V
         1: .line 145
            aload 0 /* this */
            aload 1 /* exp */
            putfield org.apache.xpath.operations.UnaryOperation.m_right:Lorg/apache/xpath/Expression;
         2: .line 146
            return
        end local 1 // org.apache.xpath.Expression exp
        end local 0 // org.apache.xpath.operations.UnaryOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/operations/UnaryOperation;
            0    3     1   exp  Lorg/apache/xpath/Expression;
    MethodParameters:
      Name  Flags
      exp   

  public boolean deepEquals(org.apache.xpath.Expression);
    descriptor: (Lorg/apache/xpath/Expression;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.operations.UnaryOperation this
        start local 1 // org.apache.xpath.Expression expr
         0: .line 153
            aload 0 /* this */
            aload 1 /* expr */
            invokevirtual org.apache.xpath.operations.UnaryOperation.isSameClass:(Lorg/apache/xpath/Expression;)Z
            ifne 2
         1: .line 154
            iconst_0
            ireturn
         2: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.operations.UnaryOperation.m_right:Lorg/apache/xpath/Expression;
            aload 1 /* expr */
            checkcast org.apache.xpath.operations.UnaryOperation
            getfield org.apache.xpath.operations.UnaryOperation.m_right:Lorg/apache/xpath/Expression;
            invokevirtual org.apache.xpath.Expression.deepEquals:(Lorg/apache/xpath/Expression;)Z
            ifne 4
         3: .line 157
            iconst_0
            ireturn
         4: .line 159
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // org.apache.xpath.Expression expr
        end local 0 // org.apache.xpath.operations.UnaryOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/xpath/operations/UnaryOperation;
            0    5     1  expr  Lorg/apache/xpath/Expression;
    MethodParameters:
      Name  Flags
      expr  
}
SourceFile: "UnaryOperation.java"