Uses of Class
com.google.javascript.jscomp.ErrorFormat
-
Packages that use ErrorFormat Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of ErrorFormat in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp declared as ErrorFormat Modifier and Type Field Description ErrorFormat
CompilerOptions. errorFormat
Methods in com.google.javascript.jscomp that return ErrorFormat Modifier and Type Method Description ErrorFormat
CompilerOptions. getErrorFormat()
static ErrorFormat
ErrorFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ErrorFormat[]
ErrorFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type ErrorFormat Modifier and Type Method Description void
CompilerOptions. setErrorFormat(ErrorFormat errorFormat)
-