Uses of Record Class
org.ek9lang.assist.TypicalError
Packages that use TypicalError
-
Uses of TypicalError in org.ek9lang.assist
Methods in org.ek9lang.assist that return types with arguments of type TypicalErrorModifier and TypeMethodDescriptionQuestionAndAnswer.typicalErrors()Returns the value of thetypicalErrorsrecord component. -
Uses of TypicalError in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz that return types with arguments of type TypicalErrorModifier and TypeMethodDescriptionQaCorpusLoader.FileTargetedMutations.typicalErrors()Returns the value of thetypicalErrorsrecord component.Methods in org.ek9lang.compiler.fuzz with parameters of type TypicalErrorModifier and TypeMethodDescription(package private) voidMismatchDiagnosticWriter.saveMismatchDiagnostic(String qaId, TypicalError typicalError, Set<String> actualCodes, String mutatedSource, String category, CompilationPhase deepestPhase) Save diagnostic information for a Strand 4 mismatch or no-error outcome.Constructor parameters in org.ek9lang.compiler.fuzz with type arguments of type TypicalErrorModifierConstructorDescription(package private)FileTargetedMutations(String filename, String originalSource, boolean dev, List<TypicalError> typicalErrors, List<NamedSource> companionSources) Creates an instance of aFileTargetedMutationsrecord class.