Uses of Interface
org.objectweb.jorm.metainfo.api.GenClass

Packages that use GenClass
org.objectweb.jorm.comp.generator.lib   
org.objectweb.jorm.interp.genclass.lib   
org.objectweb.jorm.metainfo.api   
org.objectweb.jorm.metainfo.lib   
 

Uses of GenClass in org.objectweb.jorm.comp.generator.lib
 

Methods in org.objectweb.jorm.comp.generator.lib with parameters of type GenClass
 int MappingGenerator.getIndexNumber(GenClass gc)
          This method calculates the number of indexes in a GenClass.
 

Uses of GenClass in org.objectweb.jorm.interp.genclass.lib
 

Fields in org.objectweb.jorm.interp.genclass.lib declared as GenClass
protected  GenClass GenClassMapping.genClassMetaInfo
          It references the meta-information associated with this generic class.
 

Uses of GenClass in org.objectweb.jorm.metainfo.api
 

Methods in org.objectweb.jorm.metainfo.api that return GenClass
 GenClass GenClassRef.getGenClass()
          Returns the underlying GenClass object which describes the generic class object used.
 GenClass Schema.getGenClass(java.lang.String genClassName)
          Returns a GenClass created with a generic class name.
 GenClass Schema.createGenClass(java.lang.String genClassName, boolean isAbstract)
          Returns a new GenClass created with a generic class name.
 

Uses of GenClass in org.objectweb.jorm.metainfo.lib
 

Classes in org.objectweb.jorm.metainfo.lib that implement GenClass
 class BasicGenClass
          BasicGenClass is the implementation of the GenClass interface defined in the Meta information system.
 

Methods in org.objectweb.jorm.metainfo.lib that return GenClass
 GenClass BasicSchema.getGenClass(java.lang.String genClassName)
          Returns a GenClass created with a generic class name.
 GenClass BasicSchema.createGenClass(java.lang.String genClassName, boolean isAbstract)
          Returns a new GenClass created with a generic class name.
 GenClass BasicGenClassRef.getGenClass()
          Returns the underlying GenClass object which describes the generic class object used.
 

Methods in org.objectweb.jorm.metainfo.lib with parameters of type GenClass
 void MetaInfoPrinter.print(java.lang.String p, GenClass gc, java.io.PrintStream out)