Class NumericLiteral<T extends Number>
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.PrimaryExpr
-
- com.evolvedbinary.xpath.parser.ast.Literal
-
- 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
Constructors Constructor Description NumericLiteral(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)TgetValue()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
describe, toString
-
-