Class AbstractJavadocCheck.FileContext

  • Enclosing class:
    AbstractJavadocCheck

    private static class AbstractJavadocCheck.FileContext
    extends java.lang.Object
    The file context holder.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private DetailAST blockCommentAst
      DetailAST node of considered Javadoc comment that is just a block comment in Java language syntax tree.
      private JavadocDetailNodeParser parser
      Parses content of Javadoc comment as DetailNode tree.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FileContext()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • blockCommentAst

        private DetailAST blockCommentAst
        DetailAST node of considered Javadoc comment that is just a block comment in Java language syntax tree.
    • Constructor Detail

      • FileContext

        private FileContext()