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

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

public class PartialDecimalLiteral
extends AbstractPartialASTNode<DecimalLiteral,String>

Created by aretter on 10/02/2016.


Constructor Summary
PartialDecimalLiteral(String characteristic)
           
 
Method Summary
 DecimalLiteral 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

PartialDecimalLiteral

public PartialDecimalLiteral(String characteristic)
Method Detail

describe

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

complete

public DecimalLiteral complete(@Nullable
                               String mantissa)


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