Uses of Interface
de.firemage.autograder.core.Translatable
Packages that use Translatable
Package
Description
-
Uses of Translatable in de.firemage.autograder.core
Classes in de.firemage.autograder.core that implement TranslatableMethods in de.firemage.autograder.core that return TranslatableMethods in de.firemage.autograder.core with parameters of type TranslatableConstructors in de.firemage.autograder.core with parameters of type TranslatableModifierConstructorDescriptionprotectedProblemImpl(Check check, CodePosition position, Translatable explanation, ProblemType problemType) -
Uses of Translatable in de.firemage.autograder.core.integrated
Methods in de.firemage.autograder.core.integrated with parameters of type TranslatableModifier and TypeMethodDescriptionprotected voidIntegratedCheck.addLocalProblem(CodePosition position, Translatable explanation, ProblemType problemType) protected voidIntegratedCheck.addLocalProblem(spoon.reflect.declaration.CtElement element, Translatable explanation, ProblemType problemType) Constructors in de.firemage.autograder.core.integrated with parameters of type TranslatableModifierConstructorDescriptionIntegratedInCodeProblem(Check check, spoon.reflect.declaration.CtElement element, Translatable explanation, ProblemType problemType, SourceInfo sourceInfo) -
Uses of Translatable in de.firemage.autograder.core.pmd
Methods in de.firemage.autograder.core.pmd that return types with arguments of type TranslatableModifier and TypeMethodDescriptionFunction<net.sourceforge.pmd.RuleViolation,Translatable> PMDCheck.getExplanation()Constructors in de.firemage.autograder.core.pmd with parameters of type TranslatableModifierConstructorDescriptionprotectedPMDCheck(Translatable explanation, List<net.sourceforge.pmd.Rule> rules, ProblemType problemType) protectedPMDCheck(Translatable explanation, net.sourceforge.pmd.Rule rule, ProblemType problemType) Constructor parameters in de.firemage.autograder.core.pmd with type arguments of type TranslatableModifierConstructorDescriptionprotectedPMDCheck(Function<net.sourceforge.pmd.RuleViolation, Translatable> explanation, List<net.sourceforge.pmd.Rule> rules, ProblemType problemType) protectedPMDCheck(Function<net.sourceforge.pmd.RuleViolation, Translatable> explanation, net.sourceforge.pmd.Rule rule, ProblemType problemType)