Uses of Record Class
de.firemage.autograder.core.CodePosition
Packages that use CodePosition
Package
Description
-
Uses of CodePosition in de.firemage.autograder.core
Methods in de.firemage.autograder.core that return CodePositionModifier and TypeMethodDescriptionstatic CodePositionCodePosition.fromSourcePosition(spoon.reflect.cu.SourcePosition sourcePosition, spoon.reflect.declaration.CtElement ctElement, SourceInfo sourceInfo) Problem.getPosition()ProblemImpl.getPosition()Constructors in de.firemage.autograder.core with parameters of type CodePositionModifierConstructorDescriptionprotectedProblemImpl(Check check, CodePosition position, Translatable explanation, ProblemType problemType) -
Uses of CodePosition in de.firemage.autograder.core.compiler
Methods in de.firemage.autograder.core.compiler that return CodePosition -
Uses of CodePosition in de.firemage.autograder.core.errorprone
Methods in de.firemage.autograder.core.errorprone that return CodePosition -
Uses of CodePosition in de.firemage.autograder.core.integrated
Methods in de.firemage.autograder.core.integrated that return CodePositionModifier and TypeMethodDescriptionstatic CodePositionIntegratedInCodeProblem.mapSourceToCode(spoon.reflect.declaration.CtElement element, SourceInfo sourceInfo) Methods in de.firemage.autograder.core.integrated with parameters of type CodePositionModifier and TypeMethodDescriptionprotected voidIntegratedCheck.addLocalProblem(CodePosition position, Translatable explanation, ProblemType problemType)