sentry-android-gradle-plugin
/
io.sentry.android.gradle.instrumentation
/
ReturnType
Return
Type
enum
ReturnType
:
Enum
<
ReturnType
>
Content copied to clipboard
Entries
Types
Functions
Properties
Entries
VOID
Link copied to clipboard
VOID
(Opcodes.NOP, Opcodes.NOP, Opcodes.RETURN)
Content copied to clipboard
OBJECT
Link copied to clipboard
OBJECT
(Opcodes.ALOAD, Opcodes.ASTORE, Opcodes.ARETURN)
Content copied to clipboard
LONG
Link copied to clipboard
LONG
(Opcodes.LLOAD, Opcodes.LSTORE, Opcodes.LRETURN)
Content copied to clipboard
DOUBLE
Link copied to clipboard
DOUBLE
(Opcodes.DLOAD, Opcodes.DSTORE, Opcodes.DRETURN)
Content copied to clipboard
FLOAT
Link copied to clipboard
FLOAT
(Opcodes.FLOAD, Opcodes.FSTORE, Opcodes.FRETURN)
Content copied to clipboard
INTEGER
Link copied to clipboard
INTEGER
(Opcodes.ILOAD, Opcodes.ISTORE, Opcodes.IRETURN)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
to
Type
Link copied to clipboard
fun
toType
():
Type
Content copied to clipboard
Properties
loadInsn
Link copied to clipboard
val
loadInsn
:
Int
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
returnInsn
Link copied to clipboard
val
returnInsn
:
Int
Content copied to clipboard
storeInsn
Link copied to clipboard
val
storeInsn
:
Int
Content copied to clipboard