net.sf.cglib.reflect

Class FastMember

public abstract class FastMember extends Object

Method Summary
booleanequals(Object o)
ClassgetDeclaringClass()
abstract Class[]getExceptionTypes()
intgetIndex()
intgetModifiers()
StringgetName()
abstract Class[]getParameterTypes()
inthashCode()
StringtoString()

Method Detail

equals

public boolean equals(Object o)

getDeclaringClass

public Class getDeclaringClass()

getExceptionTypes

public abstract Class[] getExceptionTypes()

getIndex

public int getIndex()

getModifiers

public int getModifiers()

getName

public String getName()

getParameterTypes

public abstract Class[] getParameterTypes()

hashCode

public int hashCode()

toString

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