|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.callstack.CallStack
public class CallStack
Stack used for storing objects in the current call frame.
| Constructor Summary | |
|---|---|
CallStack()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallStack()
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||