org.apache.aries.proxy.synthesizer
Class Synthesizer.CustomClassVisitor
java.lang.Object
org.objectweb.asm.ClassVisitor
org.apache.aries.proxy.synthesizer.Synthesizer.CustomClassVisitor
- Enclosing class:
- Synthesizer
public static class Synthesizer.CustomClassVisitor
- extends org.objectweb.asm.ClassVisitor
Fields inherited from class org.objectweb.asm.ClassVisitor |
api, cv |
Methods inherited from class org.objectweb.asm.ClassVisitor |
visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitOuterClass, visitSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Synthesizer.CustomClassVisitor
public Synthesizer.CustomClassVisitor(org.objectweb.asm.ClassVisitor cv)
visit
public void visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces)
- Overrides:
visit
in class org.objectweb.asm.ClassVisitor
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.