com.evolvedbinary.xpath.parser.ast
Class PrimaryExpr

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.PrimaryExpr
All Implemented Interfaces:
ASTNode
Direct Known Subclasses:
AtomicType, ContextItemExpr, FunctionCall, Literal, ParenthesizedExpr, VarRef

public abstract class PrimaryExpr
extends AbstractASTNode

Created by aretter on 11/02/2016.


Constructor Summary
PrimaryExpr()
           
 
Method Summary
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
describe, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimaryExpr

public PrimaryExpr()


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