All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fife.rsta.ac.js.JsErrorParser Maven / Gradle / Ivy

Go to download

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