Uses of Enum Class
de.uni_hildesheim.sse.vil.expressions.translation.ExpressionTranslator.CallType
Packages that use ExpressionTranslator.CallType
Package
Description
Translation functionality for expressions.
-
Uses of ExpressionTranslator.CallType in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation that return ExpressionTranslator.CallTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExpressionTranslator.CallType[]ExpressionTranslator.CallType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type ExpressionTranslator.CallTypeModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.expressions.AbstractCallExpressionExpressionTranslator.checkCallExpression(net.ssehub.easy.instantiation.core.model.expressions.AbstractCallExpression callEx, ExpressionTranslator.CallType type, Call call) Performs generic call expression checks after creation.protected abstract net.ssehub.easy.instantiation.core.model.expressions.ExpressionExpressionTranslator.processCall(net.ssehub.easy.instantiation.core.model.expressions.Expression firstParam, Call call, ExpressionTranslator.CallType type, Expression arrayEx, R resolver) Processes a function call.protected net.ssehub.easy.instantiation.core.model.expressions.ExpressionExpressionTranslator.processSubCall(net.ssehub.easy.instantiation.core.model.expressions.Expression result, SubCall call, ExpressionTranslator.CallType callType, R resolver) Processes a single sub call, i.e., calls connected by ".".ExpressionTranslator.resolveIteratorDeclarations(Call call, ExpressionTranslator.CallType type, List<net.ssehub.easy.instantiation.core.model.expressions.CallArgument> arguments, R resolver) Resolves the iterator declarations.