com.evolvedbinary.xpath.parser.ast
Class IntegerLiteral
java.lang.Object
com.evolvedbinary.xpath.parser.ast.AbstractASTNode
com.evolvedbinary.xpath.parser.ast.PrimaryExpr
com.evolvedbinary.xpath.parser.ast.Literal
com.evolvedbinary.xpath.parser.ast.NumericLiteral<BigInteger>
com.evolvedbinary.xpath.parser.ast.IntegerLiteral
- All Implemented Interfaces:
- ASTNode
public class IntegerLiteral
- extends NumericLiteral<BigInteger>
Created by aretter on 10/02/2016.
IntegerLiteral
public IntegerLiteral(String value)
describe
protected String describe()
- Specified by:
describe in class AbstractASTNode
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.