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

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

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


Constructor Summary
PartialDoubleLiteral.PartialDoubleLiteral1.PartialDoubleLiteral2(char exponentSign)
           
 
Method Summary
 DoubleLiteral complete(String exponent)
           
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.PartialDoubleLiteral2

public PartialDoubleLiteral.PartialDoubleLiteral1.PartialDoubleLiteral2(char exponentSign)
Method Detail

describe

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

complete

public DoubleLiteral complete(String exponent)


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