Uses of Class
com.google.javascript.jscomp.parsing.JsDocInfoParser.JsDocSourceKind
-
Packages that use JsDocInfoParser.JsDocSourceKind Package Description com.google.javascript.jscomp.parsing -
-
Uses of JsDocInfoParser.JsDocSourceKind in com.google.javascript.jscomp.parsing
Methods in com.google.javascript.jscomp.parsing that return JsDocInfoParser.JsDocSourceKind Modifier and Type Method Description static JsDocInfoParser.JsDocSourceKind
JsDocInfoParser.JsDocSourceKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JsDocInfoParser.JsDocSourceKind[]
JsDocInfoParser.JsDocSourceKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.javascript.jscomp.parsing with parameters of type JsDocInfoParser.JsDocSourceKind Constructor Description JsDocInfoParser(JsDocTokenStream stream, java.lang.String comment, int commentPosition, @Nullable Node templateNode, Config config, JsDocInfoParser.JsDocSourceKind jsDocSourceKind, ErrorReporter errorReporter)
-