com.evolvedbinary.xpath.parser.ast.partial
Class AbstractPartialASTNode<T extends AbstractASTNode,U>

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<T,U>
Type Parameters:
T - The type of the ASTNode which is to be completed
U - 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
AbstractPartialASTNode()
           
 
Method Summary
 String toString()
           
 
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
 

Constructor Detail

AbstractPartialASTNode

public AbstractPartialASTNode()
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractASTNode


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