public class KotlinSuspendableClassifier extends Object implements co.paralleluniverse.fibers.instrument.SuspendableClassifier
Created by @circlespainter
| Constructor and Description |
|---|
KotlinSuspendableClassifier() |
| 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) |
InstrumentMatcher.Match<co.paralleluniverse.fibers.instrument.MethodDatabase.SuspendableType> |
match(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.SuspendableClassifierpublic InstrumentMatcher.Match<co.paralleluniverse.fibers.instrument.MethodDatabase.SuspendableType> match(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)