Class StructTypes.JfrStackTrace

    • Field Detail

      • frames

        public java.lang.Object frames
      • truncated

        public java.lang.Object truncated
    • Constructor Detail

      • JfrStackTrace

        JfrStackTrace()
    • Method Detail

      • getFrames

        public java.util.List<? extends IMCFrame> getFrames()
        Description copied from interface: IMCStackTrace
        Return the frames that this stack trace consist of. The frames are ordered from top frame to root frame.
        Specified by:
        getFrames in interface IMCStackTrace
        Returns:
        the frames
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object