Modifier and Type | Field and Description |
---|---|
private java.util.List<FieldInfo> |
Indexer.fields |
Modifier and Type | Method and Description |
---|---|
FieldInfo |
TypeTarget.asField() |
FieldInfo |
MethodParameterInfo.asField() |
FieldInfo |
MethodInfo.asField() |
FieldInfo |
FieldInfo.asField() |
FieldInfo |
ClassInfo.asField() |
FieldInfo |
AnnotationTarget.asField()
Casts and returns this target as a
FieldInfo if it is of kind FIELD |
static FieldInfo |
FieldInfo.create(ClassInfo clazz,
java.lang.String name,
Type type,
short flags)
Construct a new mock Field instance.
|
FieldInfo |
ClassInfo.field(java.lang.String name)
Retrieves a field by the given name.
|
FieldInfo |
FieldInfoGenerator.get(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldInfo> |
ClassInfo.fields()
Returns a list of all available fields.
|
Modifier and Type | Method and Description |
---|---|
private void |
Indexer.parseFieldSignature(java.lang.String signature,
FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ClassInfo.setFields(java.util.List<FieldInfo> fields,
NameTable names) |