nts.interf.expr
Interface ILitReal

All Superinterfaces:
IExpr, ILabel, IVisitable

public interface ILitReal
extends IExpr

A non-negative real-type literals. Note that negative real numbers are represented by the unary operator MINUS and a non-negative real-type literal as its operand.


Method Summary
 float value()
           
 
Methods inherited from interface nts.interf.base.IExpr
type
 
Methods inherited from interface nts.interf.base.IVisitable
accept
 

Method Detail

value

float value()