public class AndExpr extends AbstractBinaryExpr<OrExpr,AndExpr>
AndExpr ::= OrExpr | OrExpr 'and' AndExpr
Constructor and Description |
---|
AndExpr()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(XPathVisitor visitor)
Accepts a visitor.
|
getLeft, getRight, setLeft, setRight
public void accept(XPathVisitor visitor)
AbstractXPathNode
accept
in class AbstractXPathNode
AbstractXPathNode.accept(org.artificer.common.query.xpath.visitors.XPathVisitor)
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.