Class MethodDeclarationVisitor

java.lang.Object
org.objectweb.asm.MethodVisitor
gw.lang.reflect.java.asm.MethodDeclarationVisitor

public class MethodDeclarationVisitor extends org.objectweb.asm.MethodVisitor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private AsmMethod
     

    Fields inherited from class org.objectweb.asm.MethodVisitor

    api, mv
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.objectweb.asm.AnnotationVisitor
    visitAnnotation(String desc, boolean bVisibleAtRuntime)
     
    org.objectweb.asm.AnnotationVisitor
     
    void
    visitLineNumber(int iLine, org.objectweb.asm.Label label)
     
    void
    visitParameter(String name, int access)
     
    org.objectweb.asm.AnnotationVisitor
    visitParameterAnnotation(int parameter, String desc, boolean bVisibleAtRuntime)
     

    Methods inherited from class 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • MethodDeclarationVisitor

      public MethodDeclarationVisitor(AsmMethod method)
  • Method Details

    • visitAnnotationDefault

      public org.objectweb.asm.AnnotationVisitor visitAnnotationDefault()
      Overrides:
      visitAnnotationDefault in class org.objectweb.asm.MethodVisitor
    • visitAnnotation

      public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean bVisibleAtRuntime)
      Overrides:
      visitAnnotation in class org.objectweb.asm.MethodVisitor
    • visitParameterAnnotation

      public org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int parameter, String desc, boolean bVisibleAtRuntime)
      Overrides:
      visitParameterAnnotation in class org.objectweb.asm.MethodVisitor
    • visitLineNumber

      public void visitLineNumber(int iLine, org.objectweb.asm.Label label)
      Overrides:
      visitLineNumber in class org.objectweb.asm.MethodVisitor
    • visitParameter

      public void visitParameter(String name, int access)
      Overrides:
      visitParameter in class org.objectweb.asm.MethodVisitor