Uses of Interface
org.inxar.jenesis.IntLiteral

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

Uses of IntLiteral in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return IntLiteral
 IntLiteral MVM.newInt(int val)
           
 

Uses of IntLiteral in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return IntLiteral
abstract  IntLiteral VirtualMachine.newInt(int val)
          Literal factory method which returns a new int literal.