org.ucl.xpath.ast
Class Expr

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.Expr
Direct Known Subclasses:
BinExpr, ForExpr, IfExpr, QuantifiedExpr, StepExpr, UnExpr, XPathExpr

public abstract class Expr
extends XPathNode

Class for normal expressions.


Constructor Summary
Expr()
           
 
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

Expr

public Expr()