com.evolvedbinary.xpath.parser.ast
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.
NumericLiteral
public NumericLiteral(T value)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getValue
public T getValue()
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.