Class AbstractASTNode
- java.lang.Object
-
- 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
Constructors Constructor Description AbstractASTNode()
-