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.
-
-
Constructor Summary
Constructors Constructor Description DoubleLiteral(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.NumericLiteral
equals, getValue
-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-
-
-
Constructor Detail
-
DoubleLiteral
public DoubleLiteral(String value)
-
-
Method Detail
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
-