Interface ContinuationPoint

All Known Implementing Classes:
NormalInvokeContinuationPoint, SuspendContinuationPoint, TryCatchInvokeContinuationPoint

interface ContinuationPoint
  • Method Details

    • getLineNumber

      Integer getLineNumber()
    • getInvokeInstruction

      org.objectweb.asm.tree.MethodInsnNode getInvokeInstruction()
    • getContinueExecutionLabel

      org.objectweb.asm.tree.LabelNode getContinueExecutionLabel()
    • getFrame

      org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> getFrame()