org.ucl.xpath.ast
Class PrimaryExpr

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.PrimaryExpr
Direct Known Subclasses:
CntxItemExpr, FunctionCall, Literal, ParExpr, VarRef

public abstract class PrimaryExpr
extends XPathNode

Support for Basic primitive language.


Constructor Summary
PrimaryExpr()
           
 
Methods inherited from class org.ucl.xpath.ast.XPathNode
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryExpr

public PrimaryExpr()