Class SynchronizationPoint

java.lang.Object
com.offbynull.coroutines.instrumenter.SynchronizationPoint

class SynchronizationPoint extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>
     
    private final org.objectweb.asm.tree.InsnNode
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SynchronizationPoint(org.objectweb.asm.tree.InsnNode monitorInstruction, org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>
     
    org.objectweb.asm.tree.InsnNode
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()