All Known Subinterfaces:
KontTagCse, ResumeCse
All Known Implementing Classes:
FakeCallTraceCse, HostResumeCse

public interface Cse
The call stack element.
  • Method Summary

    Modifier and Type
    Method
    Description
    trace(int programCounter)
    Returns the trace under the given program counter.
  • Method Details

    • trace

      Trace trace(int programCounter)
      Returns the trace under the given program counter.
      Parameters:
      programCounter - the program counter.
      Returns:
      the trace under the program counter.