public class CallStack extends Object
| Constructor and Description |
|---|
CallStack() |
| Modifier and Type | Method and Description |
|---|---|
static void |
enter()
This hook must be called each time a call frame is entered.
|
static CallFrame |
frameAt(int i)
Get the frame at the i:th position in the call stack
|
static CallFrame |
getCurrentFrame()
Use this method for getting the current call frame
|
static void |
leave()
This hook must be called each time a call frame is left.
|
static int |
size() |
public static void enter()
public static void leave()
It's the counterpart to the enter()
method.
public static CallFrame getCurrentFrame()
public static int size()
public static CallFrame frameAt(int i)
i - Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.