Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class IntegerLiteral extends org.eclipse.wst.xml.xpath2.processor.internal.ast.NumericLiteralThe 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.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public org.eclipse.wst.xml.xpath2.processor.internal.types.XSInteger | value() |
Constructor Detail |
public IntegerLiteral(java.math.BigInteger i)
Constructor for IntegerLiteral
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.
public org.eclipse.wst.xml.xpath2.processor.internal.types.XSInteger value()
org.eclipse.wst.xml.xpath2.processor.internal.types.XSInteger
- xs:integer value