StackTraceElement

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the declaringClass property.
Link copied to clipboard
open fun getFileName(): String
Gets the value of the fileName property.
Link copied to clipboard
open fun getLineNumber(): Int
Gets the value of the lineNumber property.
Link copied to clipboard
open fun getMethodName(): String
Gets the value of the methodName property.
Link copied to clipboard
open fun setDeclaringClass(value: String)
Sets the value of the declaringClass property.
Link copied to clipboard
open fun setFileName(value: String)
Sets the value of the fileName property.
Link copied to clipboard
open fun setLineNumber(value: Int)
Sets the value of the lineNumber property.
Link copied to clipboard
open fun setMethodName(value: String)
Sets the value of the methodName property.