Package org.fife.rsta.ac.js
JavaScript code completion classes.
-
Class Summary Class Description IconFactory Holds icons used by JavaScript auto-completion.JavaScriptCellRenderer The cell renderer used for JavaScript completion choices.JavaScriptCompletionProvider Completion provider for JavaScript.JavaScriptDocUrlhandler JavaScriptHelper JavaScriptHelper.InfixVisitor Visitor for infix expression to work out whether the variable should be a string number literal Only works by determining the presence of StringLiterals and NumberLiterals.JavaScriptHelper.ParseText JavaScriptHelper.ParseTextVisitor JavaScriptLanguageSupport Language support for JavaScript.JavaScriptLanguageSupport.DeepestScopeVisitor JavaScriptLanguageSupport.Info Manages information about the parsing/auto-completion for a single text area.JavaScriptLinkGenerator JavaScriptLinkGenerator.IsLinkableCheckResult The result of checking whether a region of code under the mouse is possibly link-able.JavaScriptParser Parses JavaScript code in anRSyntaxTextArea.JavaScriptParser.JSErrorReporter Error reporter for Rhino-based parsing.JavaScriptShorthandCompletionCache Cache of template and comment completions for JavaScript.JsDocCompletionProvider Completion provider for JSDoc.JsDocCompletionProvider.JsDocCompletion A Javadoc completion.JsDocCompletionProvider.JsDocParameterizedCompletion JsHinter Launches jshint as an external process to parse JavaScript in anRSyntaxTextArea.JsHinter.StreamReaderThread A thread dedicated to reading either the stdout or stderr stream of an external process.Logger PreProcessingScripts Scripts to be processed before parsing main script text.SourceCompletionProvider Completion provider for JavaScript source code (not comments or strings).Util Utility classes for the JavaScript code completion. -
Enum Summary Enum Description JsErrorParser Enumerates the different parsing engines that can be used to identify syntax errors in a JavaScript file.JsHinter.MarkStrategy What exactly to mark as the error in the document, based on an error code from JSHint.