com.evolvedbinary.xpath.parser.ast
Class Literal

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.PrimaryExpr
          extended by com.evolvedbinary.xpath.parser.ast.Literal
All Implemented Interfaces:
ASTNode
Direct Known Subclasses:
NumericLiteral, StringLiteral

public abstract class Literal
extends PrimaryExpr

Created by aretter on 11/02/2016.


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

Literal

public Literal()


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