Uses of Class
org.objectweb.asm.util.Textifier
Packages that use Textifier
Package
Description
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of Textifier in org.objectweb.asm.util
Methods in org.objectweb.asm.util that return TextifierModifier and TypeMethodDescriptionprivate Textifier
Textifier.addNewTextifier
(String endText) Creates and adds toPrinter.text
a newTextifier
, followed by the given string.protected Textifier
Textifier.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, TypePath typePath, String descriptor, boolean visible) Prints a disassembled view of the given type annotation.