Class ClassVisitorImpl

java.lang.Object
org.objectweb.asm.ClassVisitor
org.jvnet.hk2.testing.junit.internal.ClassVisitorImpl

public class ClassVisitorImpl extends org.objectweb.asm.ClassVisitor
Author:
jwells
  • Field Summary

    Fields inherited from class org.objectweb.asm.ClassVisitor

    api, cv
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClassVisitorImpl(ServiceLocator locator, boolean verbose, Set<String> excludes)
    Creates this with the config to add to if this is a service
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(int version, int access, String name, String signature, String superName, String[] interfaces)
     
    org.objectweb.asm.AnnotationVisitor
    visitAnnotation(String desc, boolean visible)
     
    void
     

    Methods inherited from class org.objectweb.asm.ClassVisitor

    getDelegate, visitAttribute, visitField, visitInnerClass, visitMethod, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation

    Methods inherited from class java.lang.Object

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

    • ClassVisitorImpl

      public ClassVisitorImpl(ServiceLocator locator, boolean verbose, Set<String> excludes)
      Creates this with the config to add to if this is a service
      Parameters:
      locator -
      verbose - true if we should print out any service we are binding
      excludes - The set of implementations to NOT add to the locator
  • Method Details

    • visit

      public void visit(int version, int access, String name, String signature, String superName, String[] interfaces)
      Overrides:
      visit in class org.objectweb.asm.ClassVisitor
    • visitAnnotation

      public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
      Overrides:
      visitAnnotation in class org.objectweb.asm.ClassVisitor
    • visitEnd

      public void visitEnd()
      Overrides:
      visitEnd in class org.objectweb.asm.ClassVisitor