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

java.lang.Object
  extended by org.apache.aries.proxy.impl.common.TypeMethod

public final class TypeMethod
extends Object

This object stores a Method and the class that declares it


Constructor Summary
TypeMethod(org.objectweb.asm.Type declaringClass, org.objectweb.asm.commons.Method method)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeMethod

public TypeMethod(org.objectweb.asm.Type declaringClass,
                  org.objectweb.asm.commons.Method method)


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