com.evolvedbinary.xpath.parser.ast
Class NumericLiteral<T extends Number>

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
              extended by com.evolvedbinary.xpath.parser.ast.NumericLiteral<T>
All Implemented Interfaces:
ASTNode
Direct Known Subclasses:
DecimalLiteral, DoubleLiteral, IntegerLiteral

public abstract class NumericLiteral<T extends Number>
extends Literal

Created by aretter on 10/02/2016.


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

Constructor Detail

NumericLiteral

public NumericLiteral(T value)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getValue

public T getValue()


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