Uses of Interface
org.inxar.jenesis.LongLiteral

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

Uses of LongLiteral in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return LongLiteral
 LongLiteral MVM.newLong(long val)
           
 

Uses of LongLiteral in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return LongLiteral
abstract  LongLiteral VirtualMachine.newLong(long val)
          Literal factory method which returns a new long literal.