com.evolvedbinary.xpath.parser.ast.partial
Interface PartialASTNode<T extends AbstractASTNode,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 Superinterfaces:
ASTNode
All Known Implementing Classes:
AbstractPartialASTNode, 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 interface PartialASTNode<T extends AbstractASTNode,U>
extends ASTNode


Method Summary
 T complete(U completeWith)
           
 

Method Detail

complete

T complete(U completeWith)


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