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() |
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, visitVarInsn
public org.glassfish.hk2.external.org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation
in class org.glassfish.hk2.external.org.objectweb.asm.MethodVisitor
desc
- 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.MethodVisitor
Copyright © 2018. All rights reserved.