Class EvaluatePartialLiteralOperations

java.lang.Object
de.firemage.autograder.core.integrated.evaluator.fold.EvaluatePartialLiteralOperations
All Implemented Interfaces:
Fold

public final class EvaluatePartialLiteralOperations extends Object implements Fold
  • Method Details

    • create

      public static Fold create()
    • foldCtBinaryOperator

      public <T> spoon.reflect.code.CtExpression<T> foldCtBinaryOperator(spoon.reflect.code.CtBinaryOperator<T> ctBinaryOperator)
      Specified by:
      foldCtBinaryOperator in interface Fold