Class MCStackTrace

  • All Implemented Interfaces:
    IMCStackTrace

    public class MCStackTrace
    extends java.lang.Object
    implements IMCStackTrace
    Base class for stack traces.
    • Method Detail

      • getFrames

        public final java.util.List<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
      • calcMethodHash

        private int calcMethodHash()