public abstract class FastMember extends Object
Modifier and Type | Field and Description |
---|---|
protected FastClass |
fc |
protected int |
index |
protected Member |
member |
Modifier | Constructor and Description |
---|---|
protected |
FastMember(FastClass fc,
Member member,
int index) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class |
getDeclaringClass() |
abstract Class[] |
getExceptionTypes() |
int |
getIndex() |
int |
getModifiers() |
String |
getName() |
abstract Class[] |
getParameterTypes() |
int |
hashCode() |
String |
toString() |
Copyright © 2016. All rights reserved.