Uses of Interface
org.inxar.jenesis.CharLiteral

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

Uses of CharLiteral in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return CharLiteral
 CharLiteral MVM.newChar(char val)
           
 

Uses of CharLiteral in org.inxar.jenesis
 

Subinterfaces of CharLiteral in org.inxar.jenesis
 interface OctalLiteral
          OctalLiteral subinterface for octal character literals.
 interface UnicodeLiteral
          CharLiteral subinterface for unicode character literals.
 

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