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

  protected void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.lang.model.util.SimpleElementVisitor9 this
        start local 1 // java.lang.Object defaultValue
         0: .line 93
            aload 0 /* this */
            aload 1 /* defaultValue */
            invokespecial javax.lang.model.util.SimpleElementVisitor8.<init>:(Ljava/lang/Object;)V
         1: .line 94
            return
        end local 1 // java.lang.Object defaultValue
        end local 0 // javax.lang.model.util.SimpleElementVisitor9 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavax/lang/model/util/SimpleElementVisitor9<TR;TP;>;
            0    2     1  defaultValue  TR;
    Signature: (TR;)V
    MethodParameters:
              Name  Flags
      defaultValue  

  public R visitModule(javax.lang.model.element.ModuleElement, );
    descriptor: (Ljavax/lang/model/element/ModuleElement;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.lang.model.util.SimpleElementVisitor9 this
        start local 1 // javax.lang.model.element.ModuleElement e
        start local 2 // java.lang.Object p
         0: .line 108
            aload 0 /* this */
            aload 1 /* e */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleElementVisitor9.defaultAction:(Ljavax/lang/model/element/Element;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // javax.lang.model.element.ModuleElement e
        end local 0 // javax.lang.model.util.SimpleElementVisitor9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleElementVisitor9<TR;TP;>;
            0    1     1     e  Ljavax/lang/model/element/ModuleElement;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/element/ModuleElement;TP;)TR;
    MethodParameters:
      Name  Flags
      e     
      p     
}
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/SimpleElementVisitor8<TR;TP;>;
SourceFile: "SimpleElementVisitor9.java"
    RuntimeVisibleAnnotations: 
      javax.annotation.processing.SupportedSourceVersion(value = javax.lang.model.SourceVersion.RELEASE_11:Ljavax/lang/model/SourceVersion;)