Uses of Class
org.jboss.reflect.plugins.ClassInfoImpl

Packages that use ClassInfoImpl
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.plugins.introspection Introspection based extended reflection. 
 

Uses of ClassInfoImpl in org.jboss.reflect.plugins
 

Subclasses of ClassInfoImpl in org.jboss.reflect.plugins
 class AnnotationInfoImpl
          Annotation Info
 class ArrayInfoImpl
          Array information
 class EnumInfoImpl
          Enumeration info
 class InterfaceInfoImpl
          Interface info
 

Constructors in org.jboss.reflect.plugins with parameters of type ClassInfoImpl
ClassInfoImpl(String name, int modifiers, InterfaceInfo[] interfaces, ClassInfoImpl superclass)
          Create a new abstract ClassInfo.
 

Uses of ClassInfoImpl in org.jboss.reflect.plugins.introspection
 

Methods in org.jboss.reflect.plugins.introspection with parameters of type ClassInfoImpl
 void IntrospectionTypeInfoFactoryImpl.generateTypeInfo(Class clazz, ClassInfoImpl info)
          Generate the type info for a class
 



Copyright © 2004 JBoss Inc. All Rights Reserved.