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 java.lang.Object implements MainBuildTask.ASMTransformer
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedASMAnnotationFieldProcessor(java.lang.String desc)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidtransform(org.objectweb.asm.tree.ClassNode cn, java.lang.String classname, BuildContext context)abstract voidtransformField(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
-
Methods inherited from interface pro.gravit.launchserver.binary.tasks.MainBuildTask.ASMTransformer
transform
-
-
-
-
Method Detail
-
transform
public void transform(org.objectweb.asm.tree.ClassNode cn, java.lang.String classname, BuildContext context)- 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, java.lang.String classname, BuildContext context)
-
-