public final class JsDocInfoParser extends Object
Modifier and Type | Method and Description |
---|---|
JSDocInfo |
parseInlineTypeDoc()
Parse a description as a
@type . |
static Node |
parseTypeString(String typeString)
Parses a string containing a JsDoc type declaration, returning the
type if the parsing succeeded or
null if it failed. |