com.evolvedbinary.xpath.parser.ast
Class DecimalLiteral

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.PrimaryExpr
          extended by com.evolvedbinary.xpath.parser.ast.Literal
              extended by com.evolvedbinary.xpath.parser.ast.NumericLiteral<BigDecimal>
                  extended by 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
DecimalLiteral(String value)
           
 
Method Summary
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.NumericLiteral
equals, getValue
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecimalLiteral

public DecimalLiteral(String value)
Method Detail

describe

protected String describe()
Specified by:
describe in class AbstractASTNode


Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.