Uses of Class
net.ssehub.easy.dslCore.translation.Message
Packages that use Message
Package
Description
Basic reusable classes for the exportable management functions of the SSE-style
DSL implementation for xText grammars.
Some testing foundations.
Basic reusable classes for SSE-style DSL implementation.
Some validation support.
-
Uses of Message in net.ssehub.easy.dslCore
Methods in net.ssehub.easy.dslCore that return MessageModifier and TypeMethodDescriptionTranslationResult.getMessage(int index) Returns the specified message.Methods in net.ssehub.easy.dslCore that return types with arguments of type MessageModifier and TypeMethodDescriptionTranslationResult.getMessageListSpecific()Returns the list of messages. -
Uses of Message in net.ssehub.easy.dslCore.test
Method parameters in net.ssehub.easy.dslCore.test with type arguments of type MessageModifier and TypeMethodDescriptionprotected StringAbstractTest.checkErrorCodes(List<Message> messages, List<Message> warnings, int... expectedErrorCodes) Asserts that the expected error codes match the errors stored inresult.protected StringAbstractTest.checkErrorCodes(TranslationResult<R> result, List<Message> warnings, int... expectedErrorCodes) Asserts that the expected error codes match the errors stored inresult.protected static StringAbstractTest.checkWarnings(List<Message> warnings, int... expectedWarnings) Returns the message for missing expected warnings.static StringTurns a list of messages into a readable string. -
Uses of Message in net.ssehub.easy.dslCore.translation
Fields in net.ssehub.easy.dslCore.translation with type parameters of type MessageModifier and TypeFieldDescriptionExpressionTranslator.mapExpressionTranslator.mapExpressionTranslator.messagesStores the messages.Methods in net.ssehub.easy.dslCore.translation that return MessageModifier and TypeMethodDescriptionprivate MessageExpressionTranslator.errorImpl(String message, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causeFeature, int code) Receives an error message.ExpressionTranslator.getMessage(int index) LogMessageReceiver.getMessage(int index) abstract MessageMessageReceiver.getMessage(int index) Returns the specified message.ModelTranslator.getMessage(int index) private MessageExpressionTranslator.warningImpl(String message, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causeFeature, int code) Receives a warning message.Methods in net.ssehub.easy.dslCore.translation with parameters of type MessageModifier and TypeMethodDescriptionvoidExpressionTranslator.addMessage(Message msg) Adds a message.voidLogMessageReceiver.addMessage(Message msg) abstract voidMessageReceiver.addMessage(Message msg) Adds a message.voidModelTranslator.addMessage(Message msg) Adds a message. -
Uses of Message in net.ssehub.easy.dslCore.validation
Methods in net.ssehub.easy.dslCore.validation with parameters of type MessageModifier and TypeMethodDescriptionstatic org.eclipse.emf.common.util.DiagnosticValidationUtils.processMessage(Message message) Processes amessage.