| Package | Description |
|---|---|
| xapi.bytecode | |
| xapi.bytecode.impl |
| Modifier and Type | Method and Description |
|---|---|
CtField |
CtClassType.getDeclaredField(String name) |
CtField |
CtClass.getDeclaredField(String name)
Retrieves the field with the specified name among the fields
declared in the class.
|
CtField |
CtClassType.getDeclaredField(String name,
String desc) |
CtField[] |
CtClassType.getDeclaredFields() |
CtField[] |
CtClass.getDeclaredFields()
Gets all the fields declared in the class.
|
CtField |
CtClassType.getField(String name) |
CtField |
CtClass.getField(String name)
Returns the field with the specified name.
|
CtField |
CtClassType.getField(String name,
String desc) |
CtField[] |
CtClassType.getFields() |
CtField[] |
CtClass.getFields()
Returns an array containing
CtField objects
representing all the non-private fields of the class. |
| Modifier and Type | Method and Description |
|---|---|
void |
CtClassType.removeField(CtField f) |
void |
CtClass.removeField(CtField f)
Removes a field declared in this class.
|
| Constructor and Description |
|---|
CtField(CtField src,
CtClass declaring)
Creates a copy of the given field.
|
| Modifier and Type | Method and Description |
|---|---|
IsField |
BytecodeAdapterService.toField(CtField type) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.