Uses of Interface
org.inxar.jenesis.Literal

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

Uses of Literal in com.inxar.jenesis
 

Classes in com.inxar.jenesis that implement Literal
 class MLiteral
          Standard Literal implementations.
 

Uses of Literal in org.inxar.jenesis
 

Subinterfaces of Literal in org.inxar.jenesis
 interface BooleanLiteral
          Literal subinterface for boolean literals.
 interface ByteLiteral
          Literal subinterface for byte literals.
 interface CharLiteral
          Literal subinterface for char literals.
 interface ClassLiteral
          Literal subinterface for class literals.
 interface DoubleLiteral
          Literal subinterface for double literals.
 interface False
          Literal subinterface for false.
 interface FloatLiteral
          Literal subinterface for float literals.
 interface IntLiteral
          Literal subinterface for int literals.
 interface LongLiteral
          Literal subinterface for long literals.
 interface Null
          Literal subinterface for the null literal.
 interface OctalLiteral
          OctalLiteral subinterface for octal character literals.
 interface ScientificLiteral
          Literal subinterface for scientific floating point literals.
 interface ShortLiteral
          Literal subinterface for short literals.
 interface StringLiteral
          Literal subinterface for string literals.
 interface True
          Literal subinterface for true.
 interface UnicodeLiteral
          CharLiteral subinterface for unicode character literals.