Package | Description |
---|---|
com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
Modifier and Type | Method and Description |
---|---|
private JsDocInfoParser |
IRFactory.createJsDocInfoParser(Comment node)
Creates a JsDocInfoParser and parses the JsDoc string.
|
private static JsDocInfoParser |
JsDocInfoParser.getParser(java.lang.String toParse) |
Modifier and Type | Method and Description |
---|---|
private boolean |
IRFactory.handlePossibleFileOverviewJsDoc(JsDocInfoParser jsDocParser) |