net.sf.cglib.core
Class MethodInfo

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

public abstract class MethodInfo
extends java.lang.Object


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

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()

getAttribute

public abstract org.objectweb.asm.Attribute getAttribute()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright (c) 2001 - Apache Software Foundation