Uses of Class
com.google.javascript.jscomp.parsing.parser.Parser.Config.Mode
-
Packages that use Parser.Config.Mode Package Description com.google.javascript.jscomp.parsing.parser -
-
Uses of Parser.Config.Mode in com.google.javascript.jscomp.parsing.parser
Methods in com.google.javascript.jscomp.parsing.parser that return Parser.Config.Mode Modifier and Type Method Description static Parser.Config.Mode
Parser.Config.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Parser.Config.Mode[]
Parser.Config.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.javascript.jscomp.parsing.parser with parameters of type Parser.Config.Mode Constructor Description Config(Parser.Config.Mode mode, boolean isStrictMode)
-