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

Packages that use InterfaceInfo
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.plugins.introspection Introspection based extended reflection. 
org.jboss.reflect.spi Extended Reflection API. 
 

Uses of InterfaceInfo in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement InterfaceInfo
 class AnnotationInfoImpl
          Annotation Info
 class InterfaceInfoImpl
          Interface info
 

Fields in org.jboss.reflect.plugins declared as InterfaceInfo
protected  InterfaceInfo[] ClassInfoImpl.interfaces
          The interfaces
 

Methods in org.jboss.reflect.plugins that return InterfaceInfo
 InterfaceInfo[] ClassInfoImpl.getInterfaces()
           
 

Methods in org.jboss.reflect.plugins with parameters of type InterfaceInfo
 void ClassInfoImpl.setInterfaces(InterfaceInfo[] interfaces)
          Set the interfaces
 

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

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

Methods in org.jboss.reflect.plugins.introspection that return InterfaceInfo
 InterfaceInfo[] IntrospectionTypeInfoFactoryImpl.getInterfaces(Class clazz)
          Get the interfaces
 

Uses of InterfaceInfo in org.jboss.reflect.spi
 

Subinterfaces of InterfaceInfo in org.jboss.reflect.spi
 interface AnnotationInfo
          Annotation Info
 

Methods in org.jboss.reflect.spi that return InterfaceInfo
 InterfaceInfo[] ClassInfo.getInterfaces()
          Get the interfaces
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.