Evaluating Software Design Patterns
— the "Gang of Four" patterns implemented in Java 6

Uses of Class
dk.rode.thesis.meta.reflect.Caller.CallerType

Packages that use Caller.CallerType
dk.rode.thesis.meta.reflect Various reflection utilities and classes
 

Uses of Caller.CallerType in dk.rode.thesis.meta.reflect
 

Fields in dk.rode.thesis.meta.reflect declared as Caller.CallerType
 Caller.CallerType Caller.MemberContext.type
          The identified member type of this member context.
 

Methods in dk.rode.thesis.meta.reflect that return Caller.CallerType
static Caller.CallerType Caller.CallerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Caller.CallerType[] Caller.CallerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in dk.rode.thesis.meta.reflect with parameters of type Caller.CallerType
 Caller Caller.getCaller(Caller.CallerType type)
          Returns the first caller of this caller found in the call-stack matching the caller type supplied as type, if any.
 


Gunni Rode / rode.dk

Feel free to use and/or modify the Java 6 source code developed for this thesis AT YOUR OWN RISK, but note that the source code comes WITHOUT ANY — and I do mean WITHOUT ANY — form of warranty WHAT SO EVER!

The original thesis and source code are available at rode.dk/thesis.