protected class TypePool.Default.TypeExtractor.RecordComponentExtractor
extends org.objectweb.asm.RecordComponentVisitor
| Modifier | Constructor and Description |
|---|---|
protected |
RecordComponentExtractor(String name,
String descriptor,
String genericSignature)
Creates a new record component 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 RecordComponentExtractor(String name, String descriptor, @MaybeNull String genericSignature)
name - The record component's name.descriptor - The record component's descriptor.genericSignature - The record component's generic signature.public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int rawTypeReference,
org.objectweb.asm.TypePath typePath,
String descriptor,
boolean visible)
visitTypeAnnotation in class org.objectweb.asm.RecordComponentVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String descriptor, boolean visible)
visitAnnotation in class org.objectweb.asm.RecordComponentVisitorpublic void visitEnd()
visitEnd in class org.objectweb.asm.RecordComponentVisitorCopyright © 2014–2021. All rights reserved.