protected class TypePool.Default.TypeExtractor.FieldExtractor
extends org.objectweb.asm.FieldVisitor
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 |
---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String descriptor,
boolean visible) |
void |
visitEnd() |
org.objectweb.asm.AnnotationVisitor |
visitTypeAnnotation(int rawTypeReference,
org.objectweb.asm.TypePath typePath,
String descriptor,
boolean visible) |
protected FieldExtractor(int modifiers, String internalName, String descriptor, @MaybeNull 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.@MaybeNull public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int rawTypeReference, @MaybeNull org.objectweb.asm.TypePath typePath, String descriptor, boolean visible)
visitTypeAnnotation
in class org.objectweb.asm.FieldVisitor
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String descriptor, boolean visible)
visitAnnotation
in class org.objectweb.asm.FieldVisitor
public void visitEnd()
visitEnd
in class org.objectweb.asm.FieldVisitor
Copyright © 2014–2023. All rights reserved.