Class PartialDoubleLiteral.PartialDoubleLiteral1.PartialDoubleLiteral2
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<DoubleLiteral,String>
-
- 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
Constructors Constructor Description PartialDoubleLiteral2(char exponentSign)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleLiteralcomplete(String exponent)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-
-
-
Method Detail
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
complete
public DoubleLiteral complete(String exponent)
-
-