Uses of Interface
de.firemage.autograder.core.integrated.effects.Effect
Packages that use Effect
Package
Description
-
Uses of Effect in de.firemage.autograder.core.integrated
Methods in de.firemage.autograder.core.integrated that return types with arguments of type EffectModifier and TypeMethodDescriptionSpoonUtil.getCasesEffects(Iterable<? extends spoon.reflect.code.CtCase<?>> ctCases) SpoonUtil.getSingleEffect(Collection<? extends spoon.reflect.code.CtStatement> ctStatements) SpoonUtil.tryMakeEffect(spoon.reflect.code.CtStatement ctStatement) -
Uses of Effect in de.firemage.autograder.core.integrated.effects
Subinterfaces of Effect in de.firemage.autograder.core.integrated.effectsClasses in de.firemage.autograder.core.integrated.effects that implement EffectMethods in de.firemage.autograder.core.integrated.effects that return types with arguments of type EffectModifier and TypeMethodDescriptionAssignmentStatement.of(spoon.reflect.code.CtStatement ctStatement) TerminalStatement.of(spoon.reflect.code.CtStatement ctStatement) Methods in de.firemage.autograder.core.integrated.effects with parameters of type EffectModifier and TypeMethodDescriptionbooleanAssignmentStatement.isSameEffect(Effect other) booleanEffect.isSameEffect(Effect other) booleanTerminalStatement.isSameEffect(Effect other)