Class MCFrame

  • All Implemented Interfaces:
    IMCFrame

    public class MCFrame
    extends java.lang.Object
    implements IMCFrame
    Base implementation of the IMCFrame interface.
    • Field Detail

      • m_bci

        private final java.lang.Integer m_bci
      • m_frameLineNumber

        private final java.lang.Integer m_frameLineNumber
    • Method Detail

      • getBCI

        public final java.lang.Integer getBCI()
        Description copied from interface: IMCFrame
        Returns the byte code index in Java class file, or null if not available.
        Specified by:
        getBCI in interface IMCFrame
        Returns:
        the byte code index
      • getFrameLineNumber

        public final java.lang.Integer getFrameLineNumber()
        Description copied from interface: IMCFrame
        Returns the line number for the frame, or null if not available.
        Specified by:
        getFrameLineNumber in interface IMCFrame
        Returns:
        the line number
      • getType

        public final IMCFrame.Type getType()
        Description copied from interface: IMCFrame
        The compilation type of the frame.
        Specified by:
        getType in interface IMCFrame
        Returns:
        the compilation type
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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