org.apache.aries.proxy.synthesizer
Class Synthesizer.CustomClassVisitor

java.lang.Object
  extended by org.objectweb.asm.ClassVisitor
      extended by org.apache.aries.proxy.synthesizer.Synthesizer.CustomClassVisitor
Enclosing class:
Synthesizer

public static class Synthesizer.CustomClassVisitor
extends org.objectweb.asm.ClassVisitor


Field Summary
 
Fields inherited from class org.objectweb.asm.ClassVisitor
api, cv
 
Constructor Summary
Synthesizer.CustomClassVisitor(org.objectweb.asm.ClassVisitor cv)
           
 
Method Summary
 void visit(int version, int access, String name, String signature, String superName, String[] interfaces)
           
 
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
 

Constructor Detail

Synthesizer.CustomClassVisitor

public Synthesizer.CustomClassVisitor(org.objectweb.asm.ClassVisitor cv)
Method Detail

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.