Class AbstractPartialASTNode<T extends AbstractASTNode,U>
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<T,U>
-
- Type Parameters:
T- The type of the ASTNode which is to be completedU- The type of the value to use to complete the partial AST node
- All Implemented Interfaces:
ASTNode,PartialASTNode<T,U>
- Direct Known Subclasses:
PartialAdditiveExpr,PartialAndExpr,PartialAttributeTest,PartialAttributeTest.PartialAttributeTest1,PartialAxisStep,PartialComparisonExpr,PartialComparisonExpr.PartialComparisonExpr1,PartialDecimalLiteral,PartialDocumentTest,PartialDoubleLiteral,PartialDoubleLiteral.PartialDoubleLiteral1,PartialDoubleLiteral.PartialDoubleLiteral1.PartialDoubleLiteral2,PartialElementTest,PartialElementTest.PartialElementTest1,PartialElementTest.PartialElementTest1.PartialElementTest2,PartialFilterExpr,PartialForExpr,PartialFunctionCall,PartialIfExpr,PartialIfExpr.PartialIfExpr1,PartialIntersectExceptExpr,PartialMultiplicativeExpr,PartialOrExpr,PartialPITest,PartialPrefixedName,PartialQuantifierExpr,PartialQuantifierExpr.PartialQuantifierExpr1,PartialRangeExpr,PartialSequenceType,PartialStep,PartialUnaryExpr,PartialUnionExpr
public abstract class AbstractPartialASTNode<T extends AbstractASTNode,U> extends AbstractASTNode implements PartialASTNode<T,U>
-
-
Constructor Summary
Constructors Constructor Description AbstractPartialASTNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
describe
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolvedbinary.xpath.parser.ast.partial.PartialASTNode
complete
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classAbstractASTNode
-
-