public class KotlinClassifier extends Object implements co.paralleluniverse.fibers.instrument.SuspendableClassifier
| Constructor and Description |
|---|
KotlinClassifier() |
| Modifier and Type | Method and Description |
|---|---|
co.paralleluniverse.fibers.instrument.MethodDatabase.SuspendableType |
isSuspendable(co.paralleluniverse.fibers.instrument.MethodDatabase db,
String sourceName,
String sourceDebugInfo,
boolean isInterface,
String className,
String superClassName,
String[] interfaces,
String methodName,
String methodDesc,
String methodSignature,
String[] methodExceptions) |
public co.paralleluniverse.fibers.instrument.MethodDatabase.SuspendableType isSuspendable(co.paralleluniverse.fibers.instrument.MethodDatabase db,
String sourceName,
String sourceDebugInfo,
boolean isInterface,
String className,
String superClassName,
String[] interfaces,
String methodName,
String methodDesc,
String methodSignature,
String[] methodExceptions)
isSuspendable in interface co.paralleluniverse.fibers.instrument.SuspendableClassifier