Uses of Class
com.evolvedbinary.xpath.parser.ast.PrimaryExpr
-
Packages that use PrimaryExpr Package Description com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of PrimaryExpr in com.evolvedbinary.xpath.parser.ast
Subclasses of PrimaryExpr in com.evolvedbinary.xpath.parser.ast Modifier and Type Class Description classAtomicTypeCreated by aretter on 11/02/2016.classContextItemExprCreated by aretter on 11/02/2016.classDecimalLiteralCreated by aretter on 10/02/2016.classDoubleLiteralCreated by aretter on 10/02/2016.classFunctionCallCreated by aretter on 11/02/2016.classIntegerLiteralCreated by aretter on 10/02/2016.classLiteralCreated by aretter on 11/02/2016.classNumericLiteral<T extends Number>Created by aretter on 10/02/2016.classParenthesizedExprCreated by aretter on 14/02/2016.classStringLiteralCreated by aretter on 31/01/2016.classVarRefCreated by aretter on 11/02/2016.Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type PrimaryExpr Constructor Description FilterExpr(PrimaryExpr primaryExpr, PredicateList predicateList) -
Uses of PrimaryExpr in com.evolvedbinary.xpath.parser.ast.partial
Constructors in com.evolvedbinary.xpath.parser.ast.partial with parameters of type PrimaryExpr Constructor Description PartialFilterExpr(PrimaryExpr primaryExpr)
-