| Interface | Description |
|---|---|
| IMethod | |
| Member |
| Class | Description |
|---|---|
| Array | |
| Constructor | |
| Field |
This is used to access static and instance fields in objects.
|
| Method |
This is used to invoke methods on objects.
|
| MethodConstructor |
This class is a base class for Method and Constructor.
|
| Modifier | |
| Reflect |
eve.reflect.Reflect provides methods for certain Class reflection operations which are not provided by
the Class object in eve.
|