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


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



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

Constructor Summary

DoubleLiteral(double value)

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.XSDoublevalue()
    

Constructor Detail

DoubleLiteral

public DoubleLiteral(double value)

Constructor for Doubleiteral


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.XSDouble value()

Returns

org.eclipse.wst.xml.xpath2.processor.internal.types.XSDouble - xs:double value