Uses of Interface
org.inxar.jenesis.ShortLiteral

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

Uses of ShortLiteral in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return ShortLiteral
 ShortLiteral MVM.newShort(short val)
           
 

Uses of ShortLiteral in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return ShortLiteral
abstract  ShortLiteral VirtualMachine.newShort(short val)
          Literal factory method which returns a new short literal.