org.netbeans.modules.javascript.hints.spi |
|
Java Source File Name | Type | Comment |
AstRule.java | Interface | Represents a rule to be run on the source file, passing in some
compilation context to aid the rule. |
Description.java | Class | |
Edit.java | Class | A class which records a set of edits to a document, and then can apply these edits. |
EditList.java | Class | A list of edits to be made to a document. |
ErrorRule.java | Interface | Represents a rule to be run on the java source in case the compiler
issued an error or a warning. |
Fix.java | Interface | |
HintSeverity.java | enum | |
PreviewableFix.java | Interface | This interface is implemented by Fix implementations that are also "previewable";
these fixes can provide their implementation as a list of edit operations that
can be used to compute diff views etc. |
Rule.java | Interface | Represents a rule to be run on the source.
Only contains the basic identification and UI properties of the rule. |
RuleContext.java | Class | Information about the current context a rule is being asked to evaluate. |
SelectionRule.java | Interface | |
UserConfigurableRule.java | Interface | A rule which is configurable (enabled, properties, etc) by the user. |