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


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



public class AddExpr
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.BinExpr
Class 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.Objectaccept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
     Support for Visitor interface.

Constructor Detail

AddExpr

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

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.