Printer |
Printer.visitAnnotableParameterCount(int parameterCount,
boolean visible) |
Number of method parameters that can have annotations.
|
abstract Printer |
Printer.visitAnnotation(java.lang.String name,
java.lang.String descriptor) |
Nested annotation value.
|
abstract Printer |
Printer.visitAnnotationDefault() |
Method default annotation.
|
abstract Printer |
Printer.visitArray(java.lang.String name) |
Annotation array value.
|
abstract Printer |
Printer.visitClassAnnotation(java.lang.String descriptor,
boolean visible) |
Class annotation.
|
Printer |
Printer.visitClassTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
Class type annotation.
|
Printer |
Textifier.visitClassTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
|
abstract Printer |
Printer.visitField(int access,
java.lang.String name,
java.lang.String descriptor,
java.lang.String signature,
java.lang.Object value) |
Class field.
|
abstract Printer |
Printer.visitFieldAnnotation(java.lang.String descriptor,
boolean visible) |
Field annotation.
|
Printer |
Printer.visitFieldTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
Field type annotation.
|
Printer |
Textifier.visitFieldTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
|
Printer |
Printer.visitInsnAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
Instruction type annotation.
|
Printer |
Textifier.visitInsnAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
|
Printer |
ASMifier.visitLocalVariableAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
org.objectweb.asm.Label[] start,
org.objectweb.asm.Label[] end,
int[] index,
java.lang.String descriptor,
boolean visible) |
|
Printer |
Printer.visitLocalVariableAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
org.objectweb.asm.Label[] start,
org.objectweb.asm.Label[] end,
int[] index,
java.lang.String descriptor,
boolean visible) |
Local variable type annotation.
|
Printer |
Textifier.visitLocalVariableAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
org.objectweb.asm.Label[] start,
org.objectweb.asm.Label[] end,
int[] index,
java.lang.String descriptor,
boolean visible) |
|
abstract Printer |
Printer.visitMethod(int access,
java.lang.String name,
java.lang.String descriptor,
java.lang.String signature,
java.lang.String[] exceptions) |
Class method.
|
abstract Printer |
Printer.visitMethodAnnotation(java.lang.String descriptor,
boolean visible) |
Method annotation.
|
Printer |
Printer.visitMethodTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
Method type annotation.
|
Printer |
Textifier.visitMethodTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
|
Printer |
ASMifier.visitModule(java.lang.String name,
int flags,
java.lang.String version) |
|
Printer |
Printer.visitModule(java.lang.String name,
int access,
java.lang.String version) |
Module.
|
Printer |
Textifier.visitModule(java.lang.String name,
int access,
java.lang.String version) |
|
abstract Printer |
Printer.visitParameterAnnotation(int parameter,
java.lang.String descriptor,
boolean visible) |
Method parameter annotation.
|
Printer |
Printer.visitRecordComponent(java.lang.String name,
java.lang.String descriptor,
java.lang.String signature) |
Visits a record component of the class.
|
Printer |
Textifier.visitRecordComponent(java.lang.String name,
java.lang.String descriptor,
java.lang.String signature) |
|
Printer |
Printer.visitRecordComponentAnnotation(java.lang.String descriptor,
boolean visible) |
Visits an annotation of the record component.
|
Printer |
Printer.visitRecordComponentTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
Visits an annotation on a type in the record component signature.
|
Printer |
Textifier.visitRecordComponentTypeAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
|
Printer |
Printer.visitTryCatchAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
Try catch block type annotation.
|
Printer |
Textifier.visitTryCatchAnnotation(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible) |
|