org.ucl.xpath.ast
Class MinusExpr

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.Expr
          extended byorg.ucl.xpath.ast.UnExpr
              extended byorg.ucl.xpath.ast.MinusExpr

public class MinusExpr
extends UnExpr

Class for Minus expressions.


Constructor Summary
MinusExpr(Expr arg)
          Constructor for MinusExpr
 
Method Summary
 java.lang.Object accept(XPathVisitor v)
          Support for Visitor interface.
 
Methods inherited from class org.ucl.xpath.ast.UnExpr
arg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinusExpr

public MinusExpr(Expr arg)
Constructor for MinusExpr

Parameters:
arg - argument expressions.
Method Detail

accept

public java.lang.Object accept(XPathVisitor v)
Support for Visitor interface.

Specified by:
accept in class XPathNode
Returns:
Result of Visitor operation.