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

public final class ApplyCasts extends Object implements Fold
Applies casts to CtExpressions.
  • Method Details

    • onLiterals

      public static Fold onLiterals()
    • foldCtLiteral

      public <T> spoon.reflect.code.CtLiteral<T> foldCtLiteral(spoon.reflect.code.CtLiteral<T> ctLiteral)
      Specified by:
      foldCtLiteral in interface Fold