![JAR search and dependency download from the Maven repository](/logo.png)
org.fife.rsta.ac.js.JsErrorParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of languagesupport Show documentation
Show all versions of languagesupport Show documentation
A library adding code completion and other advanced features for Java, JavaScript, Perl, and other languages to RSyntaxTextArea.
The newest version!
package org.fife.rsta.ac.js;
/**
* Enumerates the different parsing engines that can be used to identify
* syntax errors in a JavaScript file.
*
* @author Robert Futrell
* @version 1.0
*/
public enum JsErrorParser {
RHINO, JSHINT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy