| Package | Description |
|---|---|
| org.aopalliance.reflect |
This package provides a set of interfaces for implementing a
generic reflection API.
|
| Modifier and Type | Method and Description |
|---|---|
Field[] |
Class.getDeclaredFields()
Gets the fields declared by this class.
|
Field[] |
Class.getFields()
Gets the fields of this class (including superclass fields).
|
| Modifier and Type | Method and Description |
|---|---|
CodeLocator |
Code.getReadLocator(Field readField)
Returns a field reading locator in the current body.
|
CodeLocator |
Code.getWriteLocator(Field writtenField)
Returns a field writing locator in the current body.
|
Copyright © 2009–2014 Oracle Corporation. All rights reserved.