Class SynchronizationPoint
java.lang.Object
com.offbynull.coroutines.instrumenter.SynchronizationPoint
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.objectweb.asm.tree.analysis.Frame
<org.objectweb.asm.tree.analysis.BasicValue> private final org.objectweb.asm.tree.InsnNode
-
Constructor Summary
ConstructorsConstructorDescriptionSynchronizationPoint
(org.objectweb.asm.tree.InsnNode monitorInstruction, org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame) -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.tree.analysis.Frame
<org.objectweb.asm.tree.analysis.BasicValue> getFrame()
org.objectweb.asm.tree.InsnNode
-
Field Details
-
monitorInstruction
private final org.objectweb.asm.tree.InsnNode monitorInstruction -
frame
private final org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame
-
-
Constructor Details
-
SynchronizationPoint
SynchronizationPoint(org.objectweb.asm.tree.InsnNode monitorInstruction, org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame)
-
-
Method Details
-
getMonitorInstruction
public org.objectweb.asm.tree.InsnNode getMonitorInstruction() -
getFrame
public org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> getFrame()
-