Uses of Interface
org.inxar.jenesis.OctalLiteral

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

Uses of OctalLiteral in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return OctalLiteral
 OctalLiteral MVM.newOctal(char val)
           
 

Uses of OctalLiteral in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return OctalLiteral
abstract  OctalLiteral VirtualMachine.newOctal(char val)
          Literal factory method which returns a new octal char literal.