Class AbstractClassTransformer

    • Field Summary

      • Fields inherited from class org.objectweb.asm.ClassVisitor

        api, cv
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setTarget​(org.objectweb.asm.ClassVisitor target)  
      • Methods inherited from class org.objectweb.asm.ClassVisitor

        visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitSource, visitTypeAnnotation
      • Methods inherited from class java.lang.Object

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

      • AbstractClassTransformer

        protected AbstractClassTransformer()
    • Method Detail

      • setTarget

        public void setTarget​(org.objectweb.asm.ClassVisitor target)
        Specified by:
        setTarget in class ClassTransformer