org.inxar.jenesis
Interface DoubleLiteral

All Superinterfaces:
Codeable, Expression, Literal

public interface DoubleLiteral
extends Literal

Literal subinterface for double literals.


Method Summary
 double toDouble()
          Returns the double value of the Literal.
 
Methods inherited from interface org.inxar.jenesis.Literal
toObject
 
Methods inherited from interface org.inxar.jenesis.Expression
getType
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

toDouble

public double toDouble()
Returns the double value of the Literal.