Uses of Interface
org.jboss.reflect.spi.PackageInfo

Packages that use PackageInfo
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.plugins.javassist   
org.jboss.reflect.spi Extended Reflection API. 
 

Uses of PackageInfo in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement PackageInfo
 class PackageInfoImpl
          Class info TODO JBMICROCONT-118 fix the introspection assumption
 

Fields in org.jboss.reflect.plugins declared as PackageInfo
protected  PackageInfo ClassInfoImpl.packageInfo
          The package info
 

Methods in org.jboss.reflect.plugins that return PackageInfo
 PackageInfo ClassInfoImpl.getPackage()
           
 PackageInfo ClassInfoHelper.getPackage(ClassInfoImpl classInfo)
          Get the package for class
 

Uses of PackageInfo in org.jboss.reflect.plugins.javassist
 

Methods in org.jboss.reflect.plugins.javassist that return PackageInfo
 PackageInfo JavassistTypeInfo.getPackage()
           
 

Uses of PackageInfo in org.jboss.reflect.spi
 

Methods in org.jboss.reflect.spi that return PackageInfo
 PackageInfo DelegateClassInfo.getPackage()
           
 PackageInfo ClassInfo.getPackage()
          Get the package
 PackageInfo NumberInfo.getPackage()
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.