Class MainBuildTask.ASMAnnotationFieldProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void transform​(org.objectweb.asm.tree.ClassNode cn, java.lang.String classname, BuildContext context)  
      abstract void transformField​(org.objectweb.asm.tree.AnnotationNode an, org.objectweb.asm.tree.FieldNode fn, org.objectweb.asm.tree.ClassNode cn, java.lang.String classname, BuildContext context)  
      • Methods inherited from class java.lang.Object

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

      • ASMAnnotationFieldProcessor

        protected ASMAnnotationFieldProcessor​(java.lang.String desc)
    • Method Detail

      • transformField

        public abstract void transformField​(org.objectweb.asm.tree.AnnotationNode an,
                                            org.objectweb.asm.tree.FieldNode fn,
                                            org.objectweb.asm.tree.ClassNode cn,
                                            java.lang.String classname,
                                            BuildContext context)