Uses of Record Class
org.ek9lang.compiler.common.Suggestion
Packages that use Suggestion
Package
Description
Common parts of processing that can be reused across various phases.
-
Uses of Suggestion in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common that return types with arguments of type SuggestionModifier and TypeMethodDescriptionstatic List<Suggestion> QuickFixSuggestionExtractor.extract(ErrorListener.ErrorDetails error) Build the ranked, filtered suggestion list for an error.VisualErrorData.suggestions()Returns the value of thesuggestionsrecord component.Constructor parameters in org.ek9lang.compiler.common with type arguments of type SuggestionModifierConstructorDescriptionVisualErrorData(String classification, String errorCode, String fileName, int lineNumber, int position, int tokenLength, String sourceLine, String errorMessage, String detailMessage, List<Suggestion> suggestions, String forAIPath) Creates an instance of aVisualErrorDatarecord class.