toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.devsupport
/
StackTraceHelper
/
StackFrameImpl
Stack
Frame
Impl
open
class
StackFrameImpl
:
StackFrame
Represents a generic entry in a stack trace, be it originally from JS or Java.
Members
Functions
get
Column
Link copied to clipboard
open
fun
getColumn
(
)
:
Int
Get the column this frame points to in the file returned by
getFile
.
get
File
Link copied to clipboard
@
Nullable
open
fun
getFile
(
)
:
String
Get the file this stack frame points to.
get
File
Name
Link copied to clipboard
@
Nullable
open
fun
getFileName
(
)
:
String
Get just the name of the file this frame points to.
get
Line
Link copied to clipboard
open
fun
getLine
(
)
:
Int
Get the line number this frame points to in the file returned by
getFile
.
get
Method
Link copied to clipboard
open
fun
getMethod
(
)
:
String
Get the name of the method this frame points to.
is
Collapsed
Link copied to clipboard
open
fun
isCollapsed
(
)
:
Boolean
Whether this frame is collapsed.
to
JSON
Link copied to clipboard
open
fun
toJSON
(
)
:
JSONObject
Convert the stack frame to a JSON representation.