public class MethodMetadataCollector
extends org.objectweb.asm.MethodVisitor
| Constructor and Description |
|---|
MethodMetadataCollector(ComponentWorkbench workbench,
org.objectweb.asm.tree.MethodNode node,
Reporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Visit method annotations.
|
org.objectweb.asm.AnnotationVisitor |
visitParameterAnnotation(int index,
String desc,
boolean visible)
Visit a parameter annotation.
|
getDelegate, visitAnnotableParameterCount, visitAnnotationDefault, visitAttribute, visitCode, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitInsnAnnotation, visitIntInsn, visitInvokeDynamicInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLocalVariableAnnotation, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMethodInsn, visitMultiANewArrayInsn, visitParameter, visitTableSwitchInsn, visitTryCatchAnnotation, visitTryCatchBlock, visitTypeAnnotation, visitTypeInsn, visitVarInsnpublic MethodMetadataCollector(ComponentWorkbench workbench, org.objectweb.asm.tree.MethodNode node, Reporter reporter)
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation in class org.objectweb.asm.MethodVisitordesc - : annotation name.visible - : is the annotation visible at runtime.MethodVisitor.visitAnnotation(java.lang.String, boolean)public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int index,
String desc,
boolean visible)
visitParameterAnnotation in class org.objectweb.asm.MethodVisitorMethodVisitor.visitParameterAnnotation(int, java.lang.String, boolean)Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.