com.jeffpalm.reflect
Interface HasMembers

All Superinterfaces:
HasInterfaces, HasLongString, HasModifiers, HasName, Type
All Known Subinterfaces:
Class, Class.Mutable, Interface, Interface.Mutable

public interface HasMembers
extends HasInterfaces, HasLongString


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jeffpalm.reflect.Type
Type.Factory
 
Method Summary
 Constructor[] constructors()
           
 Field[] fields()
           
 Method[] methods()
           
 
Methods inherited from interface com.jeffpalm.reflect.HasInterfaces
superInterfaces
 
Methods inherited from interface com.jeffpalm.reflect.HasName
name
 
Methods inherited from interface com.jeffpalm.reflect.HasModifiers
modifiers
 
Methods inherited from interface com.jeffpalm.reflect.HasLongString
toLongString
 

Method Detail

methods

Method[] methods()

fields

Field[] fields()

constructors

Constructor[] constructors()