class lombok.javac.Javac$JCNoType implements javax.lang.model.type.NoType
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.javac.Javac$JCNoType
  super_class: java.lang.Object
{
  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.Javac$JCNoType this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tJavaCompiler cannot be resolved\n\tSource cannot be resolved\n\tSource cannot be resolved\n\tJCExpression cannot be resolved to a type\n\tJCExpression cannot be resolved to a type\n\tJCLiteral cannot be resolved to a type\n\tJCLiteral cannot be resolved to a type\n\tJCLiteral cannot be resolved to a type\n\tcom.sun.source cannot be resolved to a variable\n\tJCIdent cannot be resolved to a type\n\tJCFieldAccess cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tDiagnosticPosition cannot be resolved to a type\n\tDiagnosticPosition cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tDocCommentTable cannot be resolved to a type\n\tDocCommentTable cannot be resolved to a type\n\tComment cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tDocCommentTable cannot be resolved to a type\n\tDocCommentTable cannot be resolved to a type\n\tComment cannot be resolved to a type\n\tComment cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tComment cannot be resolved to a type\n\tThe method getText() of type new Comment(){} must override or implement a supertype method\n\tThe method getSourcePos(int) of type new Comment(){} must override or implement a supertype method\n\tCommentStyle cannot be resolved to a type\n\tThe method getStyle() of type new Comment(){} must override or implement a supertype method\n\tCommentStyle cannot be resolved to a variable\n\tThe method isDeprecated() of type new Comment(){} must override or implement a supertype method\n\tJCVariableDecl cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCVariableDecl cannot be resolved to a type\n\tJCVariableDecl cannot be resolved to a type\n\tJCVariableDecl cannot be resolved to a type\n\tFlags cannot be resolved to a variable\n\tJCAnnotation cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tDiagnosticPosition cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tSymtab cannot be resolved to a type\n\tType cannot be resolved to a type\n\tSymtab cannot be resolved to a type\n\tType cannot be resolved to a type\n\tType cannot be resolved to a type\n\tType cannot be resolved to a type\n\tThe type Javac.JCNoType must implement the inherited abstract method AnnotatedConstruct.getAnnotationMirrors()\n\tThe type Javac.JCNoType must implement the inherited abstract method TypeMirror.hashCode()\n\tThe type Javac.JCNoType must implement the inherited abstract method TypeMirror.toString()\n\tThe type Javac.JCNoType must implement the inherited abstract method AnnotatedConstruct.getAnnotation(Class<A>)\n\tThe type Javac.JCNoType must implement the inherited abstract method TypeMirror.equals(Object)\n\tThe type Javac.JCNoType must implement the inherited abstract method AnnotatedConstruct.getAnnotationsByType(Class<A>)\n\tType cannot be resolved to a type\n\ttag cannot be resolved to a variable\n\ttag cannot be resolved to a variable\n\ttag cannot be resolved to a variable\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.Javac$JCNoType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/Javac$JCNoType;
    MethodParameters:
      Name  Flags
      tag   

  public javax.lang.model.type.TypeKind getKind();
    descriptor: ()Ljavax/lang/model/type/TypeKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.Javac$JCNoType this
         0: .line 432
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\ttag cannot be resolved to a variable\n\ttag cannot be resolved to a variable\n\ttag cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.Javac$JCNoType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/Javac$JCNoType;

  public <R, P> R accept(javax.lang.model.type.TypeVisitor<R, P>, );
    descriptor: (Ljavax/lang/model/type/TypeVisitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.javac.Javac$JCNoType this
         0: .line 438
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.Javac$JCNoType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/Javac$JCNoType;
    Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Ljavax/lang/model/type/TypeVisitor<TR;TP;>;TP;)TR;
    MethodParameters:
      Name  Flags
      v     
      p     
}
SourceFile: "Javac.java"
NestHost: lombok.javac.Javac
InnerClasses:
  private JCNoType = lombok.javac.Javac$JCNoType of lombok.javac.Javac