FastConstructor, FastMethodpublic abstract class FastMember extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected FastClass |
fc |
|
protected int |
index |
|
protected Member |
member |
| Modifier | Constructor | Description |
|---|---|---|
protected |
FastMember(FastClass fc,
Member member,
int index) |
| 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() |
Copyright © 2018. All rights reserved.