public class ModMethodVisitor
extends org.objectweb.asm.MethodVisitor
コンストラクタと説明 |
---|
ModMethodVisitor(java.lang.String name,
java.lang.String desc,
java.util.LinkedList<ModAnnotation> annotations) |
修飾子とタイプ | メソッドと説明 |
---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(java.lang.String annotationName,
boolean runtimeVisible)
Visits an annotation of this method.
|
visitAnnotationDefault, visitAttribute, visitCode, visitEnd, 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 ModMethodVisitor(java.lang.String name, java.lang.String desc, java.util.LinkedList<ModAnnotation> annotations)
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String annotationName, boolean runtimeVisible)
org.objectweb.asm.MethodVisitor
visitAnnotation
クラス内 org.objectweb.asm.MethodVisitor
annotationName
- the class descriptor of the annotation class.runtimeVisible
- true if the annotation is visible at runtime.