Package net.sf.cglib.reflect
Class FastMember
- java.lang.Object
-
- net.sf.cglib.reflect.FastMember
-
- Direct Known Subclasses:
FastConstructor
,FastMethod
public abstract class FastMember extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FastMember(FastClass fc, Member member, int index)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Class
getDeclaringClass()
abstract Class[]
getExceptionTypes()
int
getIndex()
int
getModifiers()
String
getName()
abstract Class[]
getParameterTypes()
int
hashCode()
String
toString()
-