org.overlord.sramp.common.query.xpath.ast
Class AbstractXPathNode
java.lang.Object
org.overlord.sramp.common.query.xpath.ast.AbstractXPathNode
- Direct Known Subclasses:
- AbstractBinaryExpr, Argument, ArtifactSet, Expr, ForwardPropertyStep, FunctionCall, LocationPath, Predicate, PrimaryExpr, Query, RelationshipPath, SubartifactSet
public abstract class AbstractXPathNode
- extends Object
Base class for all S-RAMP XPath Query AST models.
- Author:
- eric.wittmann@redhat.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXPathNode
public AbstractXPathNode()
- Default constructor.
accept
public abstract void accept(XPathVisitor visitor)
- Accepts a visitor.
- Parameters:
visitor -
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.