Uses of Record Class
de.firemage.autograder.core.integrated.ForLoopRange
Packages that use ForLoopRange
Package
Description
-
Uses of ForLoopRange in de.firemage.autograder.core.check.general
Methods in de.firemage.autograder.core.check.general with parameters of type ForLoopRangeModifier and TypeMethodDescriptionstatic Optional<spoon.reflect.declaration.CtVariable<?>>ForToForEachLoop.findIterable(ForLoopRange forLoopRange) static Optional<spoon.reflect.declaration.CtVariable<?>>ForToForEachLoop.getForEachLoopVariable(spoon.reflect.code.CtBodyHolder ctBodyHolder, ForLoopRange forLoopRange, Function<spoon.reflect.code.CtVariableAccess<?>, Optional<spoon.reflect.code.CtVariableAccess<?>>> getPotentialLoopVariableAccess) -
Uses of ForLoopRange in de.firemage.autograder.core.integrated
Methods in de.firemage.autograder.core.integrated that return types with arguments of type ForLoopRangeModifier and TypeMethodDescriptionstatic Optional<ForLoopRange>ForLoopRange.fromCtFor(spoon.reflect.code.CtFor ctFor)