Class IntegratedInCodeProblem
java.lang.Object
de.firemage.autograder.core.ProblemImpl
de.firemage.autograder.core.integrated.IntegratedInCodeProblem
- All Implemented Interfaces:
Problem
-
Constructor Summary
ConstructorsConstructorDescriptionIntegratedInCodeProblem(Check check, spoon.reflect.declaration.CtElement element, Translatable explanation, ProblemType problemType, SourceInfo sourceInfo) -
Method Summary
Modifier and TypeMethodDescriptionstatic CodePositionmapSourceToCode(spoon.reflect.declaration.CtElement element, SourceInfo sourceInfo) toString()Methods inherited from class de.firemage.autograder.core.ProblemImpl
getCheck, getDisplayLocation, getExplanation, getPosition, getProblemType
-
Constructor Details
-
IntegratedInCodeProblem
public IntegratedInCodeProblem(Check check, spoon.reflect.declaration.CtElement element, Translatable explanation, ProblemType problemType, SourceInfo sourceInfo)
-
-
Method Details
-
mapSourceToCode
public static CodePosition mapSourceToCode(spoon.reflect.declaration.CtElement element, SourceInfo sourceInfo) -
toString
-