com.evolvedbinary.xpath.parser.ast
Class DecimalLiteral
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<BigDecimal>
com.evolvedbinary.xpath.parser.ast.DecimalLiteral
- All Implemented Interfaces:
- ASTNode
public class DecimalLiteral
- extends NumericLiteral<BigDecimal>
Created by aretter on 10/02/2016.
DecimalLiteral
public DecimalLiteral(String value)
describe
protected String describe()
- Specified by:
describe in class AbstractASTNode
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.