Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class AndExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.BinExprClass for binary operation And. The value of an and-expression is determined by the effective boolean values (EBV's) of its operands.
Constructor Summary |
AndExpr(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 AndExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr r)
Constructor for AndExpr.
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.