Class JsDocInfoParser


  • public final class JsDocInfoParser
    extends java.lang.Object
    A parser for JSDoc comments.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JSDocInfo parseInlineTypeDoc()
      Parse a description as a @type.
      static Node parseTypeString​(java.lang.String typeString)
      Parses a string containing a JsDoc type declaration, returning the type if the parsing succeeded or null if it failed.
      • Methods inherited from class java.lang.Object

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

      • parseInlineTypeDoc

        public JSDocInfo parseInlineTypeDoc()
        Parse a description as a @type.
      • parseTypeString

        public static Node parseTypeString​(java.lang.String typeString)
        Parses a string containing a JsDoc type declaration, returning the type if the parsing succeeded or null if it failed.