Class InternalUtils
java.lang.Object
com.offbynull.coroutines.instrumenter.InternalUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <T extends ContinuationPoint>
TvalidateAndGetContinuationPoint
(MethodAttributes attrs, int idx, Class<T> expectedType)
-
Constructor Details
-
InternalUtils
private InternalUtils()
-
-
Method Details
-
validateAndGetContinuationPoint
static <T extends ContinuationPoint> T validateAndGetContinuationPoint(MethodAttributes attrs, int idx, Class<T> expectedType)
-