org.inxar.jenesis
Interface FloatLiteral

All Superinterfaces:
Codeable, Expression, Literal

public interface FloatLiteral
extends Literal

Literal subinterface for float literals.


Method Summary
 float toFloat()
          Returns the float 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

toFloat

public float toFloat()
Returns the float value of the Literal.