Class InternalUtils
- java.lang.Object
-
- com.offbynull.coroutines.instrumenter.InternalUtils
-
final class InternalUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static <T extends ContinuationPoint>
TvalidateAndGetContinuationPoint(MethodAttributes attrs, int idx, java.lang.Class<T> expectedType)
-
-
-
Method Detail
-
validateAndGetContinuationPoint
static <T extends ContinuationPoint> T validateAndGetContinuationPoint(MethodAttributes attrs, int idx, java.lang.Class<T> expectedType)
-
-