Uses of Class
de.uni_hildesheim.sse.translation.ExpressionTranslator
-
Packages that use ExpressionTranslator Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model. -
-
Uses of ExpressionTranslator in de.uni_hildesheim.sse.translation
Fields in de.uni_hildesheim.sse.translation declared as ExpressionTranslator Modifier and Type Field Description private ExpressionTranslatorModelTranslator. expressionTranslatorContains an expression translator instance.Methods in de.uni_hildesheim.sse.translation with parameters of type ExpressionTranslator Modifier and Type Method Description static ProjectImportImportTranslator. processConflict(de.uni_hildesheim.sse.ivml.ConflictStmt conflictStmt, ExpressionTranslator translator, TypeContext context)Processes a conflict statement including import restrictions.static ProjectImportImportTranslator. processImport(de.uni_hildesheim.sse.ivml.ImportStmt importStmt, ExpressionTranslator translator, TypeContext context)Processes an import statement including import restrictions.private static IVersionRestrictionImportTranslator. processRestrictionExpression(java.lang.String name, de.uni_hildesheim.sse.ivml.Expression expr, ExpressionTranslator translator, TypeContext context, IMessageHandler handler)Turns an ECore expression into a version restriction.
-