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