Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class AddExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.BinExprClass for binary operation Add, takes 2 inputs and returns the combined value.
Constructor Summary |
AddExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr r) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
Constructor Detail |
public AddExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr r)
Constructor for AddExpr
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.