Package gw.lang.reflect.java.asm
Class MethodDeclarationVisitor
- java.lang.Object
-
- gw.internal.ext.org.objectweb.asm.MethodVisitor
-
- gw.lang.reflect.java.asm.MethodDeclarationVisitor
-
public class MethodDeclarationVisitor extends gw.internal.ext.org.objectweb.asm.MethodVisitor
-
-
Constructor Summary
Constructors Constructor Description MethodDeclarationVisitor(AsmMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gw.internal.ext.org.objectweb.asm.AnnotationVisitorvisitAnnotation(String desc, boolean bVisibleAtRuntime)gw.internal.ext.org.objectweb.asm.AnnotationVisitorvisitAnnotationDefault()voidvisitLineNumber(int iLine, gw.internal.ext.org.objectweb.asm.Label label)voidvisitParameter(String name, int access)gw.internal.ext.org.objectweb.asm.AnnotationVisitorvisitParameterAnnotation(int parameter, String desc, boolean bVisibleAtRuntime)-
Methods inherited from class gw.internal.ext.org.objectweb.asm.MethodVisitor
getDelegate, visitAnnotableParameterCount, visitAttribute, visitCode, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitInsnAnnotation, visitIntInsn, visitInvokeDynamicInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLocalVariable, visitLocalVariableAnnotation, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMethodInsn, visitMultiANewArrayInsn, visitTableSwitchInsn, visitTryCatchAnnotation, visitTryCatchBlock, visitTypeAnnotation, visitTypeInsn, visitVarInsn
-
-
-
-
Constructor Detail
-
MethodDeclarationVisitor
public MethodDeclarationVisitor(AsmMethod method)
-
-
Method Detail
-
visitAnnotationDefault
public gw.internal.ext.org.objectweb.asm.AnnotationVisitor visitAnnotationDefault()
- Overrides:
visitAnnotationDefaultin classgw.internal.ext.org.objectweb.asm.MethodVisitor
-
visitAnnotation
public gw.internal.ext.org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean bVisibleAtRuntime)
- Overrides:
visitAnnotationin classgw.internal.ext.org.objectweb.asm.MethodVisitor
-
visitParameterAnnotation
public gw.internal.ext.org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int parameter, String desc, boolean bVisibleAtRuntime)- Overrides:
visitParameterAnnotationin classgw.internal.ext.org.objectweb.asm.MethodVisitor
-
visitLineNumber
public void visitLineNumber(int iLine, gw.internal.ext.org.objectweb.asm.Label label)- Overrides:
visitLineNumberin classgw.internal.ext.org.objectweb.asm.MethodVisitor
-
visitParameter
public void visitParameter(String name, int access)
- Overrides:
visitParameterin classgw.internal.ext.org.objectweb.asm.MethodVisitor
-
-