Uses of Interface
com.evolvedbinary.xpath.parser.ast.ASTNode
-
Packages that use ASTNode Package Description com.evolvedbinary.xpath.parser com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of ASTNode in com.evolvedbinary.xpath.parser
Methods in com.evolvedbinary.xpath.parser that return ASTNode Modifier and Type Method Description ASTNodeXPathParser. peek()ASTNodeXPathParser. pop()Methods in com.evolvedbinary.xpath.parser with parameters of type ASTNode Modifier and Type Method Description booleanXPathParser. push(ASTNode value) -
Uses of ASTNode in com.evolvedbinary.xpath.parser.ast
Subinterfaces of ASTNode in com.evolvedbinary.xpath.parser.ast Modifier and Type Interface Description interfaceComparisonCreated by aretter on 13/02/2016.interfaceExprSingleCreated by aretter on 11/02/2016.interfaceItemTypeCreated by aretter on 12/02/2016.interfaceNodeTestCreated by aretter on 28/01/2016.interfaceStepExprCreated by aretter on 15/02/2016.Classes in com.evolvedbinary.xpath.parser.ast that implement ASTNode Modifier and Type Class Description classAbstractASTNodeCreated by aretter on 28/01/2016.classAbstractOperandCreated by aretter on 11/02/2016.classAbstractOperandWithOps<T>Created by aretter on 15/02/2016.classAbstractSequenceTypeCreated by aretter on 11/02/2016.classAdditiveExprCreated by aretter on 12/02/2016.classAndExprCreated by aretter on 15/02/2016.classAnyKindTestCreated by aretter on 31/01/2016.classAtomicTypeCreated by aretter on 11/02/2016.classAttributeTestCreated by aretter on 30/01/2016.classAxisCreated by aretter on 28/01/2016.classAxisStepCreated by aretter on 28/01/2016.classCastableExprCreated by aretter on 11/02/2016.classCastExprCreated by aretter on 11/02/2016.classCommentTestCreated by aretter on 31/01/2016.classComparisonExprCreated by aretter on 13/02/2016.classContextItemExprCreated by aretter on 11/02/2016.classDecimalLiteralCreated by aretter on 10/02/2016.classDocumentTestCreated by aretter on 30/01/2016.classDoubleLiteralCreated by aretter on 10/02/2016.classElementTestCreated by aretter on 30/01/2016.classExprCreated by aretter on 14/02/2016.classFilterExprCreated by aretter on 11/02/2016.classForExprCreated by aretter on 17/02/2016.classFunctionCallCreated by aretter on 11/02/2016.classGeneralCompCreated by aretter on 13/02/2016.classIfExprCreated by aretter on 15/02/2016.classInstanceOfExprCreated by aretter on 11/02/2016.classIntegerLiteralCreated by aretter on 10/02/2016.classIntersectExceptExprCreated by aretter on 12/02/2016.classItemTypeItemCreated by aretter on 12/02/2016.classKindTestCreated by aretter on 30/01/2016.classLiteralCreated by aretter on 11/02/2016.classMultiplicativeExprCreated by aretter on 12/02/2016.classNameTestCreated by aretter on 28/01/2016.classNodeCompCreated by aretter on 13/02/2016.classNumericLiteral<T extends Number>Created by aretter on 10/02/2016.classOccurrenceIndicatorCreated by aretter on 11/02/2016.classOrExprCreated by aretter on 15/02/2016.classParenthesizedExprCreated by aretter on 14/02/2016.classPathExprCreated by aretter on 17/02/2016.classPITestCreated by aretter on 30/01/2016.classPredicateCreated by aretter on 11/02/2016.classPredicateListCreated by aretter on 11/02/2016.classPrimaryExprCreated by aretter on 11/02/2016.classQNameWSimilar to a QName but where the prefix or localPart may be a WILDCARD i.e.classQuantifiedExprCreated by aretter on 15/02/2016.classRangeExprCreated by aretter on 12/02/2016.classRelativePathExprCreated by aretter on 15/02/2016.classSchemaAttributeTestCreated by aretter on 30/01/2016.classSchemaElementTestCreated by aretter on 30/01/2016.classSequenceTypeCreated by aretter on 11/02/2016.classSimpleForClauseCreated by aretter on 17/02/2016.classSingleTypeCreated by aretter on 11/02/2016.classStepCreated by aretter on 10/02/2016.classStringLiteralCreated by aretter on 31/01/2016.classTextTestCreated by aretter on 11/02/2016.classTreatExprCreated by aretter on 11/02/2016.classUnaryExprCreated by aretter on 11/02/2016.classUnionExprCreated by aretter on 12/02/2016.classValueCompCreated by aretter on 13/02/2016.classValueExprCreated by aretter on 11/02/2016.classVarRefCreated by aretter on 11/02/2016.Fields in com.evolvedbinary.xpath.parser.ast declared as ASTNode Modifier and Type Field Description ASTNodeSimpleForClause.RangeVariable. exprSingleASTNodeQuantifiedExpr.InClause. inASTNodeValueExpr. pathExprMethods in com.evolvedbinary.xpath.parser.ast that return ASTNode Modifier and Type Method Description ASTNodeValueExpr. getPathExpr()Methods in com.evolvedbinary.xpath.parser.ast that return types with arguments of type ASTNode Modifier and Type Method Description List<? extends ASTNode>Expr. getExprSingles()Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type ASTNode Constructor Description Expr(ASTNode... exprSingles)ForExpr(SimpleForClause simpleForClause, ASTNode returnExpression)FunctionCall(QNameW functionName, ASTNode... arguments)IfExpr(Expr testExpression, ASTNode thenExpression, ASTNode elseExpression)InClause(QNameW varName, ASTNode in)ParenthesizedExpr(ASTNode expr)Predicate(ASTNode expr)QuantifiedExpr(QuantifiedExpr.Quantifier quantifier, List<QuantifiedExpr.InClause> inClauses, ASTNode satisfies)RangeVariable(QNameW varName, ASTNode exprSingle)ValueExpr(ASTNode pathExpr)Constructor parameters in com.evolvedbinary.xpath.parser.ast with type arguments of type ASTNode Constructor Description Expr(List<? extends ASTNode> exprSingles)FunctionCall(QNameW functionName, List<? extends ASTNode> arguments) -
Uses of ASTNode in com.evolvedbinary.xpath.parser.ast.partial
Subinterfaces of ASTNode in com.evolvedbinary.xpath.parser.ast.partial Modifier and Type Interface Description interfacePartialASTNode<T extends AbstractASTNode,U>Classes in com.evolvedbinary.xpath.parser.ast.partial that implement ASTNode Modifier and Type Class Description classAbstractPartialASTNode<T extends AbstractASTNode,U>classPartialAdditiveExprCreated by aretter on 12/02/2016.classPartialAndExprCreated by aretter on 15/02/2016.classPartialAttributeTestCreated by aretter on 30/01/2016.classPartialAttributeTest.PartialAttributeTest1classPartialAxisStepCreated by aretter on 11/02/2016.classPartialComparisonExprCreated by aretter on 14/02/2016.classPartialComparisonExpr.PartialComparisonExpr1classPartialDecimalLiteralCreated by aretter on 10/02/2016.classPartialDocumentTestCreated by aretter on 30/01/2016.classPartialDoubleLiteralCreated by aretter on 10/02/2016.classPartialDoubleLiteral.PartialDoubleLiteral1classPartialDoubleLiteral.PartialDoubleLiteral1.PartialDoubleLiteral2classPartialElementTestCreated by aretter on 30/01/2016.classPartialElementTest.PartialElementTest1classPartialElementTest.PartialElementTest1.PartialElementTest2classPartialFilterExprCreated by aretter on 11/02/2016.classPartialForExprCreated by aretter on 17/02/2016.classPartialFunctionCallCreated by aretter on 11/02/2016.classPartialIfExprCreated by aretter on 15/02/2016.classPartialIfExpr.PartialIfExpr1classPartialIntersectExceptExprCreated by aretter on 12/02/2016.classPartialMultiplicativeExprCreated by aretter on 12/02/2016.classPartialOrExprCreated by aretter on 15/02/2016.classPartialPITestCreated by aretter on 30/01/2016.classPartialPrefixedNameCreated by aretter on 30/01/2016.classPartialQuantifierExprCreated by aretter on 15/02/2016.classPartialQuantifierExpr.PartialQuantifierExpr1classPartialRangeExprCreated by aretter on 12/02/2016.classPartialSequenceTypeCreated by aretter on 12/02/2016.classPartialStepCreated by aretter on 10/02/2016.classPartialUnaryExprCreated by aretter on 11/02/2016.classPartialUnionExprCreated by aretter on 12/02/2016.Methods in com.evolvedbinary.xpath.parser.ast.partial with parameters of type ASTNode Modifier and Type Method Description ForExprPartialForExpr. complete(ASTNode returnExpression)PartialIfExpr.PartialIfExpr1PartialIfExpr. complete(ASTNode thenExpression)IfExprPartialIfExpr.PartialIfExpr1. complete(ASTNode elseExpression)QuantifiedExprPartialQuantifierExpr.PartialQuantifierExpr1. complete(ASTNode satisfies)Constructors in com.evolvedbinary.xpath.parser.ast.partial with parameters of type ASTNode Constructor Description PartialIfExpr1(ASTNode thenExpression)
-