org.overlord.sramp.common.query.xpath.ast
Class AbstractXPathNode

java.lang.Object
  extended by 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

Constructor Summary
AbstractXPathNode()
          Default constructor.
 
Method Summary
abstract  void accept(XPathVisitor visitor)
          Accepts a visitor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXPathNode

public AbstractXPathNode()
Default constructor.

Method Detail

accept

public abstract void accept(XPathVisitor visitor)
Accepts a visitor.

Parameters:
visitor -


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.