public class MethodCollector
extends org.objectweb.asm.commons.EmptyVisitor
Constructor and Description |
---|
MethodCollector(String name,
String descriptor,
MetadataCollector collector)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String arg0,
boolean arg1)
Visit method annotations.
|
org.objectweb.asm.AnnotationVisitor |
visitParameterAnnotation(int index,
String annotation,
boolean visible)
Visit a parameter annotation.
|
visit, visit, visitAnnotation, visitAnnotationDefault, visitArray, visitAttribute, visitCode, visitEnd, visitEnum, visitField, visitFieldInsn, visitFrame, visitIincInsn, visitInnerClass, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethod, visitMethodInsn, visitMultiANewArrayInsn, visitOuterClass, visitSource, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn
public MethodCollector(String name, String descriptor, MetadataCollector collector)
name
- : name of the method.collector
- : parent collector.public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int index, String annotation, boolean visible)
visitParameterAnnotation
in interface org.objectweb.asm.MethodVisitor
visitParameterAnnotation
in class org.objectweb.asm.commons.EmptyVisitor
EmptyVisitor.visitParameterAnnotation(int, java.lang.String, boolean)
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String arg0, boolean arg1)
visitAnnotation
in interface org.objectweb.asm.ClassVisitor
visitAnnotation
in interface org.objectweb.asm.FieldVisitor
visitAnnotation
in interface org.objectweb.asm.MethodVisitor
visitAnnotation
in class org.objectweb.asm.commons.EmptyVisitor
arg0
- : annotation name.arg1
- : is the annotation visible at runtime.EmptyVisitor.visitAnnotation(java.lang.String, boolean)
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.