Class FoldUtils
java.lang.Object
de.firemage.autograder.core.integrated.evaluator.fold.FoldUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic NumberCopy-pasted fromVisitorPartialEvaluator.static spoon.reflect.reference.CtTypeReference<?>inferType(spoon.reflect.code.CtBinaryOperator<?> ctBinaryOperator) static spoon.reflect.reference.CtTypeReference<?>inferType(spoon.reflect.code.CtUnaryOperator<?> ctUnaryOperator)
-
Method Details
-
convert
Copy-pasted fromVisitorPartialEvaluator.- Parameters:
type- the type of the numbernumber- some number that should be converted to a value of the given type- Returns:
- the converted number
-
inferType
public static spoon.reflect.reference.CtTypeReference<?> inferType(spoon.reflect.code.CtBinaryOperator<?> ctBinaryOperator) -
inferType
public static spoon.reflect.reference.CtTypeReference<?> inferType(spoon.reflect.code.CtUnaryOperator<?> ctUnaryOperator)
-