Class SynchronizationPoint


  • class SynchronizationPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame  
      private org.objectweb.asm.tree.InsnNode monitorInstruction  
    • 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> getFrame()  
      org.objectweb.asm.tree.InsnNode getMonitorInstruction()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 Detail

      • SynchronizationPoint

        SynchronizationPoint​(org.objectweb.asm.tree.InsnNode monitorInstruction,
                             org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame)
    • Method Detail

      • getMonitorInstruction

        public org.objectweb.asm.tree.InsnNode getMonitorInstruction()
      • getFrame

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