public class CallStack extends Object
| Constructor and Description |
|---|
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 © 2019. All rights reserved.