| Package | Description |
|---|---|
| net.sf.jiapi.reflect |
Jiapi reflection package.
|
| net.sf.jiapi.tool |
| Modifier and Type | Method and Description |
|---|---|
JiapiField |
JiapiClass.addField(int modifiers,
String type,
String name)
Adds a new Field to this JiapiClass.
|
JiapiField |
JiapiClass.addField(String name)
Adds a named Field to this JiapiClass.
|
JiapiField |
JiapiClass.getDeclaredField(String name)
Get a declared field of a class.
|
JiapiField[] |
JiapiClass.getDeclaredFields()
Get all the fields declared by this JiapiClass.
|
JiapiField |
FieldExistsException.getField()
Get a field which already exists in a class.
|
JiapiField |
JiapiClass.getField(String name)
Get a field from a class or from any of its superclasses.
|
JiapiField[] |
JiapiClass.getFields()
Get all the Fields of this JiapiClass and its superclasses.
|
| Modifier and Type | Method and Description |
|---|---|
Instruction |
InstructionFactory.getField(JiapiField field) |
Instruction |
InstructionFactory.setField(JiapiField field)
Sets a field reference to stack.
|
| Constructor and Description |
|---|
FieldExistsException(JiapiField field) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Javap.printField(JiapiField jf) |
Copyright © 2017. All rights reserved.