Package org.eclipse.wst.xml.xpath2.processor.internal.ast


org.eclipse.wst.xml.xpath2.processor.internal.ast
Class MinusExpr



public class MinusExpr
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.UnExpr
Class for Minus expressions.

Constructor Summary

MinusExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr arg)

Method Summary

public java.lang.Objectaccept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
     Support for Visitor interface.

Constructor Detail

MinusExpr

public MinusExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr arg)

Constructor for MinusExpr


Methods Detail

accept

public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)

Support for Visitor interface.

Parameters

v

Returns

java.lang.Object - Result of Visitor operation.