Class EvaluatePartialLiteralOperations
java.lang.Object
de.firemage.autograder.core.integrated.evaluator.fold.EvaluatePartialLiteralOperations
- All Implemented Interfaces:
Fold
-
Method Summary
Modifier and TypeMethodDescriptionstatic Foldcreate()<T> spoon.reflect.code.CtExpression<T>foldCtBinaryOperator(spoon.reflect.code.CtBinaryOperator<T> ctBinaryOperator) 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.evaluator.fold.Fold
enter, exit, fold, foldCtExpression, foldCtLiteral, foldCtUnaryOperator, foldCtVariableRead
-
Method Details
-
create
-
foldCtBinaryOperator
public <T> spoon.reflect.code.CtExpression<T> foldCtBinaryOperator(spoon.reflect.code.CtBinaryOperator<T> ctBinaryOperator) - Specified by:
foldCtBinaryOperatorin interfaceFold
-