Package org.eclipse.wst.xml.xpath2.processor.internal.ast


org.eclipse.wst.xml.xpath2.processor.internal.ast
Class IntegerLiteral



public class IntegerLiteral
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.NumericLiteral
The value of a numeric literal containing no "." anad no e or E character is an atomic value of type xs:integer

Constructor Summary

IntegerLiteral(java.math.BigInteger i)

Method Summary

public java.lang.Objectaccept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
     Support for Visitor interface.
public org.eclipse.wst.xml.xpath2.processor.internal.types.XSIntegervalue()
    

Constructor Detail

IntegerLiteral

public IntegerLiteral(java.math.BigInteger i)

Constructor for IntegerLiteral


Methods Detail

accept

public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)

Support for Visitor interface.

Parameters

v

Returns

java.lang.Object - Result of Visitor operation.


value

public org.eclipse.wst.xml.xpath2.processor.internal.types.XSInteger value()

Returns

org.eclipse.wst.xml.xpath2.processor.internal.types.XSInteger - xs:integer value