public class AttributeMethodVisitor extends EmptyVisitor
| Constructor and Description |
|---|
AttributeMethodVisitor(ClassDef classDef,
String method,
String aggType) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Visits an annotation of this method.
|
void |
visitEnd() |
visitAnnotationDefault, visitAttribute, visitCode, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMultiANewArrayInsn, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsnpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation in class EmptyVisitordesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.public void visitEnd()
visitEnd in class EmptyVisitorCopyright © 2017–2020 Eclipse Foundation. All rights reserved.