public abstract class javax.lang.model.util.AbstractElementVisitor14<R, P> extends javax.lang.model.util.AbstractElementVisitor9<R, P>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javax.lang.model.util.AbstractElementVisitor14
  super_class: javax.lang.model.util.AbstractElementVisitor9
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.lang.model.util.AbstractElementVisitor14 this
         0: .line 67
            aload 0 /* this */
            invokespecial javax.lang.model.util.AbstractElementVisitor9.<init>:()V
         1: .line 68
            return
        end local 0 // javax.lang.model.util.AbstractElementVisitor14 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/lang/model/util/AbstractElementVisitor14<TR;TP;>;

  public abstract R visitRecordComponent(javax.lang.model.element.RecordComponentElement, );
    descriptor: (Ljavax/lang/model/element/RecordComponentElement;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljavax/lang/model/element/RecordComponentElement;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     
}
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractElementVisitor9<TR;TP;>;
SourceFile: "AbstractElementVisitor14.java"
InnerClasses:
  public final Feature = jdk.internal.PreviewFeature$Feature of jdk.internal.PreviewFeature
    RuntimeVisibleAnnotations: 
      javax.annotation.processing.SupportedSourceVersion(value = javax.lang.model.SourceVersion.RELEASE_15:Ljavax/lang/model/SourceVersion;)
    RuntimeInvisibleAnnotations: 
      jdk.internal.PreviewFeature(feature = jdk.internal.PreviewFeature$Feature.RECORDS:Ljdk/internal/PreviewFeature$Feature;, essentialAPI = false)