net.sf.cglib.transform
Class MethodFilterTransformer

java.lang.Object
  extended byorg.objectweb.asm.ClassAdapter
      extended bynet.sf.cglib.transform.AbstractClassTransformer
          extended bynet.sf.cglib.transform.AbstractFilterTransformer
              extended bynet.sf.cglib.transform.MethodFilterTransformer
All Implemented Interfaces:
ClassTransformer, org.objectweb.asm.ClassVisitor

public class MethodFilterTransformer
extends AbstractFilterTransformer


Field Summary
 
Fields inherited from class net.sf.cglib.transform.AbstractFilterTransformer
pass
 
Fields inherited from class org.objectweb.asm.ClassAdapter
cv
 
Constructor Summary
MethodFilterTransformer(MethodFilter filter, ClassTransformer pass)
           
 
Method Summary
 org.objectweb.asm.CodeVisitor visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String[] exceptions, org.objectweb.asm.Attribute attrs)
           
 
Methods inherited from class net.sf.cglib.transform.AbstractFilterTransformer
setTarget
 
Methods inherited from class org.objectweb.asm.ClassAdapter
visit, visitAttribute, visitEnd, visitField, visitInnerClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.asm.ClassVisitor
visit, visitAttribute, visitEnd, visitField, visitInnerClass
 

Constructor Detail

MethodFilterTransformer

public MethodFilterTransformer(MethodFilter filter,
                               ClassTransformer pass)
Method Detail

visitMethod

public org.objectweb.asm.CodeVisitor visitMethod(int access,
                                                 java.lang.String name,
                                                 java.lang.String desc,
                                                 java.lang.String[] exceptions,
                                                 org.objectweb.asm.Attribute attrs)


Copyright © 2002-2003 cglib. All Rights Reserved.