Interface ContinuationPoint
- All Known Implementing Classes:
NormalInvokeContinuationPoint
,SuspendContinuationPoint
,TryCatchInvokeContinuationPoint
interface ContinuationPoint
-
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.tree.LabelNode
org.objectweb.asm.tree.analysis.Frame
<org.objectweb.asm.tree.analysis.BasicValue> getFrame()
org.objectweb.asm.tree.MethodInsnNode
-
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()
-