Uses of Enum Class
org.fife.rsta.ac.js.JsErrorParser
Packages that use JsErrorParser
-
Uses of JsErrorParser in org.fife.rsta.ac.js
Subclasses with type arguments of type JsErrorParser in org.fife.rsta.ac.jsModifier and TypeClassDescriptionenumEnumerates the different parsing engines that can be used to identify syntax errors in a JavaScript file.Fields in org.fife.rsta.ac.js declared as JsErrorParserMethods in org.fife.rsta.ac.js that return JsErrorParserModifier and TypeMethodDescriptionJavaScriptLanguageSupport.getErrorParser()Returns the engine to use for checking for syntax errors in JavaScript files.static JsErrorParserReturns the enum constant of this class with the specified name.static JsErrorParser[]JsErrorParser.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fife.rsta.ac.js with parameters of type JsErrorParserModifier and TypeMethodDescriptionbooleanJavaScriptLanguageSupport.setErrorParser(JsErrorParser errorParser) Sets the engine to use for identifying syntax errors in JavaScript files.