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

Uses of Class
dk.rode.thesis.meta.reflect.IdentifiedStackTraceElement

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

Uses of IdentifiedStackTraceElement in dk.rode.thesis.meta.reflect
 

Subclasses of IdentifiedStackTraceElement in dk.rode.thesis.meta.reflect
 class Caller
          A caller represents one or more java.lang.reflect.Member instances representing a specific calling context.
 class CallerClass
          A caller class represents the java.lang.Class instance of a given calling context.
 

Constructors in dk.rode.thesis.meta.reflect with parameters of type IdentifiedStackTraceElement
IdentifiedStackTraceElement(IdentifiedStackTraceElement element)
          Copy constructor, which identifies the same stack trace element as element in the same call-stack at the same offset.
IdentifiedStackTraceElement(IdentifiedStackTraceElement element, int offset)
          Constructor, which identifies the stack trace element at offset in the call-stack used by element.
 


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.