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

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

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


Nested Class Summary
 class PartialDoubleLiteral.PartialDoubleLiteral1.PartialDoubleLiteral2
           
 
Constructor Summary
PartialDoubleLiteral.PartialDoubleLiteral1(String mantissa)
           
 
Method Summary
 PartialDoubleLiteral.PartialDoubleLiteral1.PartialDoubleLiteral2 complete(String exponentSign)
           
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.PartialDoubleLiteral1

public PartialDoubleLiteral.PartialDoubleLiteral1(String mantissa)
Method Detail

describe

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

complete

public PartialDoubleLiteral.PartialDoubleLiteral1.PartialDoubleLiteral2 complete(String exponentSign)


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