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

  public abstract R visitIntersection(javax.lang.model.type.IntersectionType, );
    descriptor: (Ljavax/lang/model/type/IntersectionType;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljavax/lang/model/type/IntersectionType;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     
}
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractTypeVisitor7<TR;TP;>;
SourceFile: "AbstractTypeVisitor8.java"
    RuntimeVisibleAnnotations: 
      javax.annotation.processing.SupportedSourceVersion(value = javax.lang.model.SourceVersion.RELEASE_8:Ljavax/lang/model/SourceVersion;)