Class CallStack


  • public class CallStack
    extends Object
    Represents a call stack.
    • Constructor Detail

      • CallStack

        public CallStack()
    • Method Detail

      • getStackSize

        public int getStackSize()
      • beginCall

        public void beginCall​(Method m,
                              Object[] args)
      • beginCall

        public void beginCall​(Call call)
      • endCall

        public void endCall()
      • endCallWithError

        public void endCallWithError​(Throwable th)
      • getActiveCall

        public Call getActiveCall()
      • getCallStack

        public Iterator getCallStack()