Uses of Class
org.fife.rsta.ac.js.JsErrorParser
-
Packages that use JsErrorParser Package Description org.fife.rsta.ac.js JavaScript code completion classes. -
-
Uses of JsErrorParser in org.fife.rsta.ac.js
Fields in org.fife.rsta.ac.js declared as JsErrorParser Modifier and Type Field Description private JsErrorParserJavaScriptLanguageSupport. errorParserMethods in org.fife.rsta.ac.js that return JsErrorParser Modifier and Type Method Description JsErrorParserJavaScriptLanguageSupport. getErrorParser()Returns the engine to use for checking for syntax errors in JavaScript files.static JsErrorParserJsErrorParser. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsErrorParser[]JsErrorParser. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fife.rsta.ac.js with parameters of type JsErrorParser Modifier and Type Method Description booleanJavaScriptLanguageSupport. setErrorParser(JsErrorParser errorParser)Sets the engine to use for identifying syntax errors in JavaScript files.
-