Uses of Interface
org.glassfish.hk2.classmodel.reflect.Member

Packages that use Member
org.glassfish.hk2.classmodel.reflect   
org.glassfish.hk2.classmodel.reflect.impl   
 

Uses of Member in org.glassfish.hk2.classmodel.reflect
 

Subinterfaces of Member in org.glassfish.hk2.classmodel.reflect
 interface FieldModel
          Model that represent the field of a class
 interface MethodModel
          Model to represent a method declaration
 

Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type Member
 Collection<Member> Type.getReferences()
          Returns a unmodifiable collection of this type references.
 

Uses of Member in org.glassfish.hk2.classmodel.reflect.impl
 

Classes in org.glassfish.hk2.classmodel.reflect.impl that implement Member
 class FieldModelImpl
          Implementation of a field model
 class MethodModelImpl
          Implementation of a method model
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type Member
 Collection<Member> TypeImpl.getReferences()
           
 List<Member> TypeProxy.getRefs()
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.