Class ApplyCasts
java.lang.Object
de.firemage.autograder.core.integrated.evaluator.fold.ApplyCasts
- All Implemented Interfaces:
Fold
Applies casts to
CtExpressions.-
Method Summary
Modifier and TypeMethodDescription<T> spoon.reflect.code.CtLiteral<T>foldCtLiteral(spoon.reflect.code.CtLiteral<T> ctLiteral) static FoldMethods 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, foldCtBinaryOperator, foldCtExpression, foldCtUnaryOperator, foldCtVariableRead
-
Method Details
-
onLiterals
-
foldCtLiteral
public <T> spoon.reflect.code.CtLiteral<T> foldCtLiteral(spoon.reflect.code.CtLiteral<T> ctLiteral) - Specified by:
foldCtLiteralin interfaceFold
-