net.sf.cglib.core
Class MethodInfo

java.lang.Object
  extended by net.sf.cglib.core.MethodInfo

public abstract class MethodInfo
extends Object


Constructor Summary
protected MethodInfo()
           
 
Method Summary
 boolean equals(Object o)
           
abstract  ClassInfo getClassInfo()
           
abstract  org.objectweb.asm.Type[] getExceptionTypes()
           
abstract  int getModifiers()
           
abstract  Signature getSignature()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInfo

protected MethodInfo()
Method Detail

getClassInfo

public abstract ClassInfo getClassInfo()

getModifiers

public abstract int getModifiers()

getSignature

public abstract Signature getSignature()

getExceptionTypes

public abstract org.objectweb.asm.Type[] getExceptionTypes()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.