Interface | Description |
---|---|
CustomizerProvider |
A factory for hint customizer.
|
Class | Description |
---|---|
ErrorDescriptionFactory | |
HintContext | |
JavaFix |
A base class for fixes that modify Java source code.
|
JavaFix.TransformationContext |
A context that contains a reference to a
WorkingCopy through which
modifications of Java source code can be made. |
JavaFixUtilities |
Factory methods for various predefined
JavaFix implementations. |
MatcherUtilities |
XXX: cancelability
TODO: needed?
|
Enum | Description |
---|---|
Hint.Kind |
Whether the hint should be considered a
hint , e.g. |
Hint.Options |
Various options to altering the behavior of the hint.
|
HintContext.MessageKind | |
HintSeverity |
Severity of hint
ERROR - will show up as error
WARNING - will show up as warning
CURRENT_LINE_WARNING - will only show up when the caret is placed in the erroneous element
|
Annotation Type | Description |
---|---|
BooleanOption |
Specify an option that affects the way the hint works.
|
ConstraintVariableType |
Specifies a type of a variable.
|
Hint |
Description of a hint.
|
IntegerOption |
Declares an int-value option that affects hint processing.
|
TriggerOptions |
Allows to further refine
TriggerTreeKind and TriggerPattern with some
options. |
TriggerPattern |
Find parts of the source code that satisfy the given pattern, and invoke the method
that is annotated with this annotation.
|
TriggerPatterns |
Multiple
TriggerPattern s. |
TriggerTreeKind |
Invoke the method for
TreePath s of the given kind. |
UseOptions |
Specifies which options from the enclosing class should be used for this hint.
|