public class CallStack extends Object
| Constructor and Description |
|---|
CallStack()
Creates a new instance of CallStack
|
| Modifier and Type | Method and Description |
|---|---|
void |
beginCall(Call call) |
void |
beginCall(Method m,
Object[] args) |
void |
endCall() |
void |
endCallWithError(Throwable th) |
Call |
getActiveCall() |
Iterator |
getCallStack() |
int |
getStackSize() |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.