Interface ContinuationPoint
-
- All Known Implementing Classes:
NormalInvokeContinuationPoint
,SuspendContinuationPoint
,TryCatchInvokeContinuationPoint
interface ContinuationPoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.objectweb.asm.tree.LabelNode
getContinueExecutionLabel()
org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>
getFrame()
org.objectweb.asm.tree.MethodInsnNode
getInvokeInstruction()
java.lang.Integer
getLineNumber()
-
-
-
Method Detail
-
getLineNumber
java.lang.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()
-
-