public final class JsDocInfoParser extends Object
| Modifier and Type | Method and Description |
|---|---|
JSDocInfo |
parseInlineTypeDoc()
Parse a description as a
@type. |
static JSDocInfo |
parseJsdoc(String toParse)
Parses a string containing a JsDoc declaration, returning the entire JSDocInfo
if the parsing succeeded or
null if it failed. |
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. |
Copyright © 2009-2016 Google. All Rights Reserved.