Class TerminalStatement
java.lang.Object
de.firemage.autograder.core.integrated.effects.TerminalStatement
- All Implemented Interfaces:
Effect,TerminalEffect
-
Method Summary
Modifier and TypeMethodDescriptionspoon.reflect.code.CtStatementbooleanisSameEffect(Effect other) of(spoon.reflect.code.CtStatement ctStatement) Optional<spoon.reflect.code.CtExpression<?>>value()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.firemage.autograder.core.integrated.effects.TerminalEffect
isThrow
-
Method Details
-
of
-
ctStatement
public spoon.reflect.code.CtStatement ctStatement()- Specified by:
ctStatementin interfaceEffect
-
value
-
isSameEffect
- Specified by:
isSameEffectin interfaceEffect
-