Uses of Interface
org.inxar.jenesis.ClassType

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

Uses of ClassType in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return ClassType
 ClassType MVM.newType(java.lang.String name)
           
 

Uses of ClassType in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return ClassType
abstract  ClassType VirtualMachine.newType(java.lang.String name)
          Type factory method which returns a class type named with the given String.