public class SuspendMethod
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
KOTLIN_CONTINUATION |
private static java.lang.String |
KOTLIN_EXPERIMENTAL_CONTINUATION |
| Constructor and Description |
|---|
SuspendMethod() |
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
isContinuationType(java.lang.Class<?> parameterType) |
static java.lang.Class<?>[] |
trimSuspendParameterTypes(java.lang.Class<?>[] parameterTypes) |
private static final java.lang.String KOTLIN_EXPERIMENTAL_CONTINUATION
private static final java.lang.String KOTLIN_CONTINUATION