org.apache.aries.proxy.impl.common
Class ConstructorFinder
java.lang.Object
org.objectweb.asm.ClassVisitor
org.apache.aries.proxy.impl.common.ConstructorFinder
public class ConstructorFinder
- extends org.objectweb.asm.ClassVisitor
Fields inherited from class org.objectweb.asm.ClassVisitor |
api, cv |
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 |
ConstructorFinder
public ConstructorFinder()
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.