protected class TypePool.Default.TypeExtractor.FieldExtractor extends FieldVisitor
| Modifier and Type | Class and Description |
|---|---|
protected class |
TypePool.Default.TypeExtractor.FieldExtractor.OnFieldCollector
An annotation registrant that collects annotations that are declared on a field.
|
api, fv| Modifier | Constructor and Description |
|---|---|
protected |
FieldExtractor(int modifiers,
String internalName,
String descriptor,
String genericSignature)
Creates a new field extractor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
AnnotationVisitor |
visitAnnotation(String descriptor,
boolean visible) |
void |
visitEnd() |
visitAttribute, visitTypeAnnotationprotected FieldExtractor(int modifiers,
String internalName,
String descriptor,
String genericSignature)
modifiers - The modifiers found for this field.internalName - The name of the field.descriptor - The descriptor of the field type.genericSignature - The generic signature of the field or null if it is not generic.public AnnotationVisitor visitAnnotation(String descriptor, boolean visible)
visitAnnotation in class FieldVisitorpublic void visitEnd()
visitEnd in class FieldVisitorCopyright © 2014–2015. All rights reserved.