public class Expr extends AbstractXPathNode
Expr ::= AndExpr
| Constructor and Description |
|---|
Expr()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(XPathVisitor visitor)
Accepts a visitor.
|
AndExpr |
getAndExpr() |
void |
setAndExpr(AndExpr andExpr) |
public AndExpr getAndExpr()
public void setAndExpr(AndExpr andExpr)
andExpr - the andExpr to setpublic void accept(XPathVisitor visitor)
AbstractXPathNodeaccept in class AbstractXPathNodeAbstractXPathNode.accept(org.overlord.sramp.common.query.xpath.visitors.XPathVisitor)Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.