Uses of Record Class
org.ek9lang.assist.ErrorInfo
Packages that use ErrorInfo
-
Uses of ErrorInfo in org.ek9lang.assist
Methods in org.ek9lang.assist that return types with arguments of type ErrorInfoModifier and TypeMethodDescriptionNegativeExample.errors()Returns the value of theerrorsrecord component.NegativeExampleLoader.extractErrorsFromDirectives(String code) Extract error codes from @Error directives in the code body.Constructor parameters in org.ek9lang.assist with type arguments of type ErrorInfoModifierConstructorDescriptionNegativeExample(String sourceFile, String pattern, String category, String corpus, String purpose, String whyItFails, List<ErrorInfo> errors, List<String> howToFix, List<String> validPatterns, List<String> keyConcepts, List<LanguageComparison> languageComparisons, String strippedCode) Creates an instance of aNegativeExamplerecord class.