Class IdentifyInstrumentationPass

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.objectweb.asm.Type CONTINUATION_CLASS_TYPE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void pass​(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)
      Performs the instrumentation pass.
      • Methods inherited from class java.lang.Object

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

      • CONTINUATION_CLASS_TYPE

        private static final org.objectweb.asm.Type CONTINUATION_CLASS_TYPE
    • Constructor Detail

      • IdentifyInstrumentationPass

        IdentifyInstrumentationPass()
    • Method Detail

      • pass

        public void pass​(org.objectweb.asm.tree.ClassNode classNode,
                         InstrumentationState state)
        Description copied from interface: InstrumentationPass
        Performs the instrumentation pass.
        Specified by:
        pass in interface InstrumentationPass
        Parameters:
        classNode - class node being operated on
        state - state shared between instrumentation passes