Interface PartialASTNode<T extends AbstractASTNode,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 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcomplete(U completeWith)
-