Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class DecimalLiteral extends org.eclipse.wst.xml.xpath2.processor.internal.ast.NumericLiteralThe value of a numeric literal containing "." but no e or E character is an atomic value of type xs:decimal
Constructor Summary |
DecimalLiteral(java.math.BigDecimal value) |
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.XSDecimal | value() |
Constructor Detail |
public DecimalLiteral(java.math.BigDecimal value)
Constructor for DecimalLiteral
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.XSDecimal value()
org.eclipse.wst.xml.xpath2.processor.internal.types.XSDecimal
- xs:decimal value