Uses of Interface
org.inxar.jenesis.FloatLiteral

Packages that use FloatLiteral
com.inxar.jenesis Classes which implement Java language elements. 
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of FloatLiteral in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return FloatLiteral
 FloatLiteral MVM.newFloat(float val)
           
 

Uses of FloatLiteral in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return FloatLiteral
abstract  FloatLiteral VirtualMachine.newFloat(float val)
          Literal factory method which returns a new float literal.