public class CallAnalyzer
extends java.lang.Object
 This information is expensive to compute (the
 exception must be thrown, and then parsed) but is used by
 the Diagnostic class for tracing output.
 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
whoCalledMe(int DepthOffset)
Assembles a string describing a function call from the current calling
 stack. 
 |