com.evolvedbinary.xpath.parser.ast
Class IntegerLiteral

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.PrimaryExpr
          extended by com.evolvedbinary.xpath.parser.ast.Literal
              extended by com.evolvedbinary.xpath.parser.ast.NumericLiteral<BigInteger>
                  extended by com.evolvedbinary.xpath.parser.ast.IntegerLiteral
All Implemented Interfaces:
ASTNode

public class IntegerLiteral
extends NumericLiteral<BigInteger>

Created by aretter on 10/02/2016.


Constructor Summary
IntegerLiteral(String value)
           
 
Method Summary
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.NumericLiteral
equals, getValue
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerLiteral

public IntegerLiteral(String value)
Method Detail

describe

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


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