org.apache.aries.proxy.impl.common
Class ConstructorFinder

java.lang.Object
  extended by org.objectweb.asm.ClassVisitor
      extended by org.apache.aries.proxy.impl.common.ConstructorFinder

public class ConstructorFinder
extends org.objectweb.asm.ClassVisitor


Field Summary
 
Fields inherited from class org.objectweb.asm.ClassVisitor
api, cv
 
Constructor Summary
ConstructorFinder()
           
 
Method Summary
 boolean hasNoArgsConstructor()
           
 org.objectweb.asm.MethodVisitor visitMethod(int access, String name, String desc, String signature, String[] exceptions)
           
 
Methods inherited from class org.objectweb.asm.ClassVisitor
visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitOuterClass, visitSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorFinder

public ConstructorFinder()
Method Detail

hasNoArgsConstructor

public boolean hasNoArgsConstructor()

visitMethod

public org.objectweb.asm.MethodVisitor visitMethod(int access,
                                                   String name,
                                                   String desc,
                                                   String signature,
                                                   String[] exceptions)
Overrides:
visitMethod in class org.objectweb.asm.ClassVisitor


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.