Uses of Interface
org.inxar.jenesis.ByteLiteral

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

Uses of ByteLiteral in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return ByteLiteral
 ByteLiteral MVM.newByte(byte val)
           
 

Uses of ByteLiteral in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return ByteLiteral
abstract  ByteLiteral VirtualMachine.newByte(byte val)
          Literal factory method which returns a new byte literal.