com.evolvedbinary.xpath.parser.ast
Class AbstractASTNode

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
All Implemented Interfaces:
ASTNode
Direct Known Subclasses:
AbstractOperand, AbstractPartialASTNode, AbstractSequenceType, Axis, AxisStep, Expr, FilterExpr, ForExpr, GeneralComp, IfExpr, ItemTypeItem, KindTest, NameTest, NodeComp, OccurrenceIndicator, PathExpr, Predicate, PredicateList, PrimaryExpr, QNameW, QuantifiedExpr, RelativePathExpr, SequenceType, SimpleForClause, SingleType, Step, TextTest, ValueComp

public abstract class AbstractASTNode
extends Object
implements ASTNode

Created by aretter on 28/01/2016.


Constructor Summary
AbstractASTNode()
           
 
Method Summary
protected abstract  String describe()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractASTNode

public AbstractASTNode()
Method Detail

describe

protected abstract String describe()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.