public class ClassVisitorImpl
extends org.objectweb.asm.ClassVisitor
| Constructor and Description |
|---|
ClassVisitorImpl(ServiceLocator locator,
boolean verbose,
Set<String> excludes)
Creates this with the config to add to if this is a service
|
| Modifier and Type | Method and 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 |
visitEnd() |
public ClassVisitorImpl(ServiceLocator locator, boolean verbose, Set<String> excludes)
locator - verbose - true if we should print out any service we are bindingexcludes - The set of implementations to NOT add to the locatorpublic void visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces)
visit in class org.objectweb.asm.ClassVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation in class org.objectweb.asm.ClassVisitorpublic void visitEnd()
visitEnd in class org.objectweb.asm.ClassVisitorCopyright © 2009–2020 Oracle Corporation. All rights reserved.