The getExecutionModelStringOfCaller method of the Debugger Class contains the following signatures:
getExecutionModelStringOfCaller (int depth)
getExecutionModelStringOfCaller ()
Returns a string describing the execution model of a caller at the specified stack depth.
public static String getExecutionModelStringOfCaller (int depth)
depth | The specified stack depth. |
Returns a string describing the execution model of the caller of this function.
public static String getExecutionModelStringOfCaller ()