Uses of Class
de.uni_hildesheim.sse.vil.expressions.translation.ExpressionTranslator.CallType
-
Packages that use ExpressionTranslator.CallType Package Description de.uni_hildesheim.sse.buildLanguageTranslation de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation -
-
Uses of ExpressionTranslator.CallType in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation with parameters of type ExpressionTranslator.CallType Modifier and Type Method Description protected ExpressionExpressionTranslator. processCall(Expression firstParam, de.uni_hildesheim.sse.vil.expressions.expressionDsl.Call call, ExpressionTranslator.CallType type, de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression arrayEx, Resolver resolver)Processes a function call. -
Uses of ExpressionTranslator.CallType in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation that return ExpressionTranslator.CallType Modifier and Type Method Description static ExpressionTranslator.CallTypeExpressionTranslator.CallType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExpressionTranslator.CallType[]ExpressionTranslator.CallType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type ExpressionTranslator.CallType Modifier and Type Method Description protected AbstractCallExpressionExpressionTranslator. checkCallExpression(AbstractCallExpression callEx, ExpressionTranslator.CallType type, de.uni_hildesheim.sse.vil.expressions.expressionDsl.Call call)Performs generic call expression checks after creation.protected abstract ExpressionExpressionTranslator. processCall(Expression firstParam, de.uni_hildesheim.sse.vil.expressions.expressionDsl.Call call, ExpressionTranslator.CallType type, de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression arrayEx, R resolver)Processes a function call.protected java.util.List<I>ExpressionTranslator. resolveIteratorDeclarations(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Call call, ExpressionTranslator.CallType type, java.util.List<CallArgument> arguments, R resolver)Resolves the iterator declarations. -
Uses of ExpressionTranslator.CallType in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type ExpressionTranslator.CallType Modifier and Type Method Description protected ExpressionExpressionTranslator. processCall(Expression firstParam, de.uni_hildesheim.sse.vil.expressions.expressionDsl.Call call, ExpressionTranslator.CallType type, de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression arrayEx, Resolver resolver)Processes a function call.
-