com.evolvedbinary.xpath.parser.ast
Class DoubleLiteral

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.DoubleLiteral
All Implemented Interfaces:
ASTNode

public class DoubleLiteral
extends NumericLiteral<BigDecimal>

Created by aretter on 10/02/2016.


Constructor Summary
DoubleLiteral(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

DoubleLiteral

public DoubleLiteral(String value)
Method Detail

describe

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


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