Uses of Class
net.ssehub.easy.dslCore.translation.MessageReceiver
Packages that use MessageReceiver
Package
Description
Basic reusable classes for the exportable management functions of the SSE-style
DSL implementation for xText grammars.
Basic reusable classes for SSE-style DSL implementation.
-
Uses of MessageReceiver in net.ssehub.easy.dslCore
Fields in net.ssehub.easy.dslCore declared as MessageReceiverModifier and TypeFieldDescriptionprivate MessageReceiverTranslationResult.receiverStores an instance which provides access to the messages which occurred during the model translation.Methods in net.ssehub.easy.dslCore that return MessageReceiverMethods in net.ssehub.easy.dslCore with parameters of type MessageReceiverModifier and TypeMethodDescriptionprotected EModelUtility.parse(org.eclipse.emf.common.util.URI uri, boolean unload, MessageReceiver receiver, Class<E> cls) Parses anurito obtain the top-level element.Method parameters in net.ssehub.easy.dslCore with type arguments of type MessageReceiverModifier and TypeMethodDescriptionvoidModelUtility.validate(org.eclipse.emf.ecore.resource.Resource resource, Consumer<MessageReceiver> messageHandler) Validates the given resource.Constructors in net.ssehub.easy.dslCore with parameters of type MessageReceiverModifierConstructorDescriptionTranslationResult(List<R> results, MessageReceiver receiver) Creates an instance of this class. -
Uses of MessageReceiver in net.ssehub.easy.dslCore.translation
Subclasses of MessageReceiver in net.ssehub.easy.dslCore.translationModifier and TypeClassDescriptionclassA basic implementation of an expression translator, i.e., a basic class for translating individual expressions into model instances.classA simple fallback receiver that does not store messages.classModelTranslator<E extends ExpressionTranslator>A basic implementation of a model translator, i.e., a basic class for translating individual model elements into model instances.Fields in net.ssehub.easy.dslCore.translation declared as MessageReceiverConstructors in net.ssehub.easy.dslCore.translation with parameters of type MessageReceiverModifierConstructorDescriptionMessageHandler(MessageReceiver receiver, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature feature) Creates the message handler.