protected class TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.AttributeObtainingRecordComponentVisitor
extends org.objectweb.asm.RecordComponentVisitor
| Modifier | Constructor and Description |
|---|---|
protected |
AttributeObtainingRecordComponentVisitor(org.objectweb.asm.RecordComponentVisitor recordComponentVisitor,
TypeWriter.RecordComponentPool.Record record)
Creates a new attribute obtaining record component visitor.
|
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String descriptor,
boolean visible) |
void |
visitEnd() |
org.objectweb.asm.AnnotationVisitor |
visitTypeAnnotation(int typeReference,
org.objectweb.asm.TypePath typePath,
String descriptor,
boolean visible) |
protected AttributeObtainingRecordComponentVisitor(org.objectweb.asm.RecordComponentVisitor recordComponentVisitor,
TypeWriter.RecordComponentPool.Record record)
recordComponentVisitor - The record component visitor to delegate to.record - The record component pool record to apply onto the record component visitor.public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int typeReference,
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.