Interface IMCStackTrace

  • All Known Implementing Classes:
    MCStackTrace

    public interface IMCStackTrace
    Interface for classes that represents stack traces in Mission Control.
    • Method Detail

      • getFrames

        List<? extends IMCFrame> getFrames()
        Return the frames that this stack trace consist of. The frames are ordered from top frame to root frame.
        Returns:
        the frames