|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.javascript.jscomp.parsing.JsDocInfoParser
public final class JsDocInfoParser
A parser for JSDoc comments.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public JSDocInfo parseInlineTypeDoc()
@type
.
public static Node parseTypeString(String typeString)
null
if it failed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |