Uses of Interface
de.firemage.autograder.core.integrated.evaluator.fold.ApplyOperatorPromotion.OperatorPredicate
Packages that use ApplyOperatorPromotion.OperatorPredicate
-
Uses of ApplyOperatorPromotion.OperatorPredicate in de.firemage.autograder.core.integrated.evaluator.fold
Fields in de.firemage.autograder.core.integrated.evaluator.fold declared as ApplyOperatorPromotion.OperatorPredicateModifier and TypeFieldDescriptionstatic final ApplyOperatorPromotion.OperatorPredicate<? super spoon.reflect.code.CtExpression<?>>ApplyOperatorPromotion.APPLY_ON_LITERAL_OPERANDMethods in de.firemage.autograder.core.integrated.evaluator.fold with parameters of type ApplyOperatorPromotion.OperatorPredicateModifier and TypeMethodDescriptionstatic FoldApplyOperatorPromotion.create(ApplyOperatorPromotion.OperatorPredicate<? super spoon.reflect.code.CtBinaryOperator<?>> shouldApplyOnBinaryOperator, ApplyOperatorPromotion.OperatorPredicate<? super spoon.reflect.code.CtUnaryOperator<?>> shouldApplyOnUnaryOperator) static FoldPromoteOperands.create(ApplyOperatorPromotion.OperatorPredicate<? super spoon.reflect.code.CtBinaryOperator<?>> shouldApplyOnBinaryOperator, ApplyOperatorPromotion.OperatorPredicate<? super spoon.reflect.code.CtUnaryOperator<?>> shouldApplyOnUnaryOperator)