Uses of Class
org.objectweb.asm.util.Textifier
-
Uses of Textifier in org.objectweb.asm.util
Methods in org.objectweb.asm.util that return TextifierModifier and TypeMethodDescriptionprotected TextifierTextifier.createTextifier()Creates a newTextifier.Textifier.visitAnnotableParameterCount(int parameterCount, boolean visible) Textifier.visitAnnotation(String descriptor, boolean visible) Prints a disassembled view of the given annotation.Textifier.visitAnnotation(String name, String descriptor) Textifier.visitAnnotationDefault()Textifier.visitArray(String name) Textifier.visitClassAnnotation(String descriptor, boolean visible) Textifier.visitField(int access, String name, String descriptor, String signature, Object value) Textifier.visitFieldAnnotation(String descriptor, boolean visible) Textifier.visitMethod(int access, String name, String descriptor, String signature, String[] exceptions) Textifier.visitMethodAnnotation(String descriptor, boolean visible) Textifier.visitParameterAnnotation(int parameter, String descriptor, boolean visible) Textifier.visitRecordComponentAnnotation(String descriptor, boolean visible) Textifier.visitTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String descriptor, boolean visible) Prints a disassembled view of the given type annotation.