Uses of Interface
net.ssehub.easy.instantiation.core.model.expressions.ResolutionListener
-
Packages that use ResolutionListener 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 net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages. -
-
Uses of ResolutionListener in de.uni_hildesheim.sse.buildLanguageTranslation
Classes in de.uni_hildesheim.sse.buildLanguageTranslation that implement ResolutionListener Modifier and Type Class Description classExpressionTranslatorA specific expression translator for the build language. -
Uses of ResolutionListener in de.uni_hildesheim.sse.vil.expressions.translation
Classes in de.uni_hildesheim.sse.vil.expressions.translation that implement ResolutionListener Modifier and Type Class Description classExpressionTranslator<I extends VariableDeclaration,R extends Resolver<I>,E extends ExpressionStatement>Implements the translation from the expression DSL to the expression model in the instantiator core. -
Uses of ResolutionListener in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation that implement ResolutionListener Modifier and Type Class Description classExpressionTranslatorA specific expression translator for the template language. -
Uses of ResolutionListener in net.ssehub.easy.instantiation.core.model.expressions
Fields in net.ssehub.easy.instantiation.core.model.expressions declared as ResolutionListener Modifier and Type Field Description private static ResolutionListenerAbstractCallExpression. RESLISTMethods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type ResolutionListener Modifier and Type Method Description static IMetaOperationAbstractCallExpression. resolveResolvableOperation(IMetaType operand, IMetaType pType, IMetaType aType, Expression initExpression, ResolutionListener listener)Resolves a resolvable operation ("function pointer").
-