Uses of Class
com.evolvedbinary.xpath.parser.ast.PrimaryExpr

Packages that use PrimaryExpr
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
 class AtomicType
          Created by aretter on 11/02/2016.
 class ContextItemExpr
          Created by aretter on 11/02/2016.
 class DecimalLiteral
          Created by aretter on 10/02/2016.
 class DoubleLiteral
          Created by aretter on 10/02/2016.
 class FunctionCall
          Created by aretter on 11/02/2016.
 class IntegerLiteral
          Created by aretter on 10/02/2016.
 class Literal
          Created by aretter on 11/02/2016.
 class NumericLiteral<T extends Number>
          Created by aretter on 10/02/2016.
 class ParenthesizedExpr
          Created by aretter on 14/02/2016.
 class StringLiteral
          Created by aretter on 31/01/2016.
 class VarRef
          Created by aretter on 11/02/2016.
 

Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type PrimaryExpr
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
PartialFilterExpr(PrimaryExpr primaryExpr)
           
 



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