Class PartialDecimalLiteral
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<DecimalLiteral,String>
-
- 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
Constructors Constructor Description PartialDecimalLiteral(String characteristic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecimalLiteralcomplete(String mantissa)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-
-
-
Constructor Detail
-
PartialDecimalLiteral
public PartialDecimalLiteral(String characteristic)
-
-
Method Detail
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
complete
public DecimalLiteral complete(@Nullable String mantissa)
-
-