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