Class SuspendContinuationPoint

java.lang.Object
com.offbynull.coroutines.instrumenter.SuspendContinuationPoint
All Implemented Interfaces:
ContinuationPoint

final class SuspendContinuationPoint extends Object implements ContinuationPoint
  • Field Details

    • lineNumber

      private final Integer lineNumber
    • invokeInstruction

      private final org.objectweb.asm.tree.MethodInsnNode invokeInstruction
    • continueExecutionLabel

      private final org.objectweb.asm.tree.LabelNode continueExecutionLabel
    • frame

      private final org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame
  • Constructor Details

    • SuspendContinuationPoint

      SuspendContinuationPoint(Integer lineNumber, org.objectweb.asm.tree.MethodInsnNode invokeInstruction, org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame)
  • Method Details