Class MainBuildTask.ASMAnnotationFieldProcessor
java.lang.Object
pro.gravit.launchserver.binary.tasks.MainBuildTask.ASMAnnotationFieldProcessor
- All Implemented Interfaces:
MainBuildTask.ASMTransformer, MainBuildTask.Transformer
- Enclosing class:
MainBuildTask
public abstract static class MainBuildTask.ASMAnnotationFieldProcessor
extends Object
implements MainBuildTask.ASMTransformer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(org.objectweb.asm.tree.ClassNode cn, String classname, BuildContext context) abstract voidtransformField(org.objectweb.asm.tree.AnnotationNode an, org.objectweb.asm.tree.FieldNode fn, org.objectweb.asm.tree.ClassNode cn, String classname, BuildContext context) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MainBuildTask.ASMTransformer
transform
-
Constructor Details
-
ASMAnnotationFieldProcessor
-
-
Method Details
-
transform
- Specified by:
transformin interfaceMainBuildTask.ASMTransformer
-
transformField
public abstract void transformField(org.objectweb.asm.tree.AnnotationNode an, org.objectweb.asm.tree.FieldNode fn, org.objectweb.asm.tree.ClassNode cn, String classname, BuildContext context)
-