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