org.ucl.xpath.ast
Class Literal

java.lang.Object
  extended byorg.ucl.xpath.ast.XPathNode
      extended byorg.ucl.xpath.ast.PrimaryExpr
          extended byorg.ucl.xpath.ast.Literal
Direct Known Subclasses:
NumericLiteral, StringLiteral

public abstract class Literal
extends PrimaryExpr

Literal is either a NumericLiteral or a StringLiteral


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

Literal

public Literal()