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


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



public class PlusExpr
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.UnExpr
Class for Plus expression support.

Constructor Summary

PlusExpr(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

PlusExpr

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

Constructor for PlusExpr.


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.