net.sf.cglib.core

Class MethodInfo

public abstract class MethodInfo extends Object

Method Summary
booleanequals(Object o)
abstract AttributegetAttribute()
abstract ClassInfogetClassInfo()
abstract Type[]getExceptionTypes()
abstract intgetModifiers()
abstract SignaturegetSignature()
inthashCode()
StringtoString()

Method Detail

equals

public boolean equals(Object o)

getAttribute

public abstract Attribute getAttribute()

getClassInfo

public abstract ClassInfo getClassInfo()

getExceptionTypes

public abstract Type[] getExceptionTypes()

getModifiers

public abstract int getModifiers()

getSignature

public abstract Signature getSignature()

hashCode

public int hashCode()

toString

public String toString()
Copyright (c) 2001 - Apache Software Foundation