com.evolvedbinary.xpath.parser.ast.partial
Class PartialDoubleLiteral

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<PartialDoubleLiteral.PartialDoubleLiteral1,String>
          extended by com.evolvedbinary.xpath.parser.ast.partial.PartialDoubleLiteral
All Implemented Interfaces:
ASTNode, PartialASTNode<PartialDoubleLiteral.PartialDoubleLiteral1,String>

public class PartialDoubleLiteral
extends AbstractPartialASTNode<PartialDoubleLiteral.PartialDoubleLiteral1,String>

Created by aretter on 10/02/2016.


Nested Class Summary
 class PartialDoubleLiteral.PartialDoubleLiteral1
           
 
Constructor Summary
PartialDoubleLiteral(String characteristic)
           
 
Method Summary
 PartialDoubleLiteral.PartialDoubleLiteral1 complete(String mantissa)
           
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialDoubleLiteral

public PartialDoubleLiteral(String characteristic)
Method Detail

describe

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

complete

public PartialDoubleLiteral.PartialDoubleLiteral1 complete(@Nullable
                                                           String mantissa)


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