Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.AbstractCallExpression.ConvertibleOperation
-
Packages that use AbstractCallExpression.ConvertibleOperation Package Description net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages. -
-
Uses of AbstractCallExpression.ConvertibleOperation in net.ssehub.easy.instantiation.core.model.expressions
Methods in net.ssehub.easy.instantiation.core.model.expressions that return types with arguments of type AbstractCallExpression.ConvertibleOperation Modifier and Type Method Description private static java.util.List<AbstractCallExpression.ConvertibleOperation>AbstractCallExpression. convertibleCandidates(IMetaType operand, java.lang.String name, CallArgument[] arguments, int unnamedArgsCount)Derives the convertible candidates fromoperand, i.e., operations which can be applied including parameter conversion.private static java.util.List<AbstractCallExpression.ConvertibleOperation>AbstractCallExpression. selectAmongMultipleCandidates(java.util.List<AbstractCallExpression.ConvertibleOperation> candidates, CallArgument[] arguments, int unnamedArgsCount)Selects among multiple convertible candidates.Method parameters in net.ssehub.easy.instantiation.core.model.expressions with type arguments of type AbstractCallExpression.ConvertibleOperation Modifier and Type Method Description private static java.util.List<AbstractCallExpression.ConvertibleOperation>AbstractCallExpression. selectAmongMultipleCandidates(java.util.List<AbstractCallExpression.ConvertibleOperation> candidates, CallArgument[] arguments, int unnamedArgsCount)Selects among multiple convertible candidates.
-