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.
-
-
Constructor Summary
Constructors Constructor Description DecimalLiteral(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
-
DecimalLiteral
public DecimalLiteral(String value)
-
-
Method Detail
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
-