public class AttributeMethodVisitor
extends org.glassfish.hk2.external.org.objectweb.asm.MethodVisitor
| Constructor and Description |
|---|
AttributeMethodVisitor(ClassDef classDef,
String method,
String aggType) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
org.glassfish.hk2.external.org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Visits an annotation of this method.
|
void |
visitEnd() |
visitAnnotableParameterCount, visitAnnotationDefault, visitAttribute, visitCode, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitInsnAnnotation, visitIntInsn, visitInvokeDynamicInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLocalVariableAnnotation, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMethodInsn, visitMultiANewArrayInsn, visitParameter, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchAnnotation, visitTryCatchBlock, visitTypeAnnotation, visitTypeInsn, visitVarInsnpublic org.glassfish.hk2.external.org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation in class org.glassfish.hk2.external.org.objectweb.asm.MethodVisitordesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.public void visitEnd()
visitEnd in class org.glassfish.hk2.external.org.objectweb.asm.MethodVisitorCopyright © 2019. All rights reserved.