@Deprecated public abstract class RecordComponentVisitor extends Object
visitAnnotation
| visitTypeAnnotation
| visitAttribute
)* visitEnd
.Modifier and Type | Field and Description |
---|---|
protected int |
api
Deprecated.
The ASM API version implemented by this visitor.
|
Constructor and Description |
---|
RecordComponentVisitor(int api)
Deprecated.
this API is experimental.
|
RecordComponentVisitor(int api,
RecordComponentVisitor recordComponentVisitor)
Deprecated.
this API is experimental.
|
Modifier and Type | Method and Description |
---|---|
RecordComponentVisitor |
getDelegateExperimental()
Deprecated.
this API is experimental.
|
AnnotationVisitor |
visitAnnotationExperimental(String descriptor,
boolean visible)
Deprecated.
this API is experimental.
|
void |
visitAttributeExperimental(Attribute attribute)
Deprecated.
this API is experimental.
|
void |
visitEndExperimental()
Deprecated.
this API is experimental.
|
AnnotationVisitor |
visitTypeAnnotationExperimental(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Deprecated.
this API is experimental.
|
protected final int api
Opcodes.ASM8_EXPERIMENTAL
.@Deprecated public RecordComponentVisitor(int api)
RecordComponentVisitor
.api
- the ASM API version implemented by this visitor. Must be Opcodes.ASM8_EXPERIMENTAL
.@Deprecated public RecordComponentVisitor(int api, RecordComponentVisitor recordComponentVisitor)
RecordComponentVisitor
.api
- the ASM API version implemented by this visitor. Must be Opcodes.ASM8_EXPERIMENTAL
.recordComponentVisitor
- the record component visitor to which this visitor must delegate
method calls. May be null.@Deprecated public RecordComponentVisitor getDelegateExperimental()
@Deprecated public AnnotationVisitor visitAnnotationExperimental(String descriptor, boolean visible)
descriptor
- the class descriptor of the annotation class.visible
- true if the annotation is visible at runtime.@Deprecated public AnnotationVisitor visitTypeAnnotationExperimental(int typeRef, TypePath typePath, String descriptor, boolean visible)
typeRef
- a reference to the annotated type. The sort of this type reference must be
TypeReference.CLASS_TYPE_PARAMETER
, TypeReference.CLASS_TYPE_PARAMETER_BOUND
or TypeReference.CLASS_EXTENDS
. See
TypeReference
.typePath
- the path to the annotated type argument, wildcard bound, array element type, or
static inner type within 'typeRef'. May be null if the annotation targets
'typeRef' as a whole.descriptor
- the class descriptor of the annotation class.visible
- true if the annotation is visible at runtime.@Deprecated public void visitAttributeExperimental(Attribute attribute)
attribute
- an attribute.@Deprecated public void visitEndExperimental()