Class ThreadStackElement


  • public class ThreadStackElement
    extends Object
    The Class ThreadStackElement.
    • Field Detail

      • className

        private String className
        The class name.
      • fileName

        private String fileName
        The file name.
      • methodName

        private String methodName
        The method name.
      • lineNumber

        private int lineNumber
        The line number.
      • nativeMethod

        private boolean nativeMethod
        The native method.
    • Constructor Detail

      • ThreadStackElement

        public ThreadStackElement()
    • Method Detail

      • getClassName

        public String getClassName()
        Gets the class name.
        Returns:
        the class name
      • setClassName

        public void setClassName​(String className)
        Sets the class name.
        Parameters:
        className - the new class name
      • getFileName

        public String getFileName()
        Gets the file name.
        Returns:
        the file name
      • setFileName

        public void setFileName​(String fileName)
        Sets the file name.
        Parameters:
        fileName - the new file name
      • getMethodName

        public String getMethodName()
        Gets the method name.
        Returns:
        the method name
      • setMethodName

        public void setMethodName​(String methodName)
        Sets the method name.
        Parameters:
        methodName - the new method name
      • getLineNumber

        public int getLineNumber()
        Gets the line number.
        Returns:
        the line number
      • setLineNumber

        public void setLineNumber​(int lineNumber)
        Sets the line number.
        Parameters:
        lineNumber - the new line number
      • isNativeMethod

        public boolean isNativeMethod()
        Checks if is native method.
        Returns:
        true, if is native method
      • setNativeMethod

        public void setNativeMethod​(boolean nativeMethod)
        Sets the native method.
        Parameters:
        nativeMethod - the new native method