Class ClassTransformerTee

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.objectweb.asm.ClassVisitor branch  
      • Fields inherited from class org.objectweb.asm.ClassVisitor

        api, cv
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassTransformerTee​(org.objectweb.asm.ClassVisitor branch)  
    • 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
    • Field Detail

      • branch

        private org.objectweb.asm.ClassVisitor branch
    • Constructor Detail

      • ClassTransformerTee

        public ClassTransformerTee​(org.objectweb.asm.ClassVisitor branch)
    • Method Detail

      • setTarget

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