Uses of Class
net.ssehub.easy.dslCore.translation.Message
-
Packages that use Message Package Description net.ssehub.easy.dslCore Basic reusable classes for the exportable management functions of the SSE-style DSL implementation for xText grammars.net.ssehub.easy.dslCore.test Some testing foundations.net.ssehub.easy.dslCore.translation Basic reusable classes for SSE-style DSL implementation.net.ssehub.easy.dslCore.validation Some validation support. -
-
Uses of Message in net.ssehub.easy.dslCore
Methods in net.ssehub.easy.dslCore that return Message Modifier and Type Method Description MessageTranslationResult. getMessage(int index)Returns the specified message.Methods in net.ssehub.easy.dslCore that return types with arguments of type Message Modifier and Type Method Description java.util.List<Message>TranslationResult. 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 Message Modifier and Type Method Description protected java.lang.StringAbstractTest. checkErrorCodes(java.util.List<Message> messages, java.util.List<Message> warnings, int... expectedErrorCodes)Asserts that the expected error codes match the errors stored inresult.protected java.lang.StringAbstractTest. checkErrorCodes(TranslationResult<R> result, java.util.List<Message> warnings, int... expectedErrorCodes)Asserts that the expected error codes match the errors stored inresult.protected static java.lang.StringAbstractTest. checkWarnings(java.util.List<Message> warnings, int... expectedWarnings)Returns the message for missing expected warnings.static java.lang.StringAbstractTest. toString(java.util.List<Message> messages)Turns 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 Message Modifier and Type Field Description private java.util.Map<Message,Message>ExpressionTranslator. mapprivate java.util.Map<Message,Message>ExpressionTranslator. mapprivate java.util.List<Message>ExpressionTranslator. messagesStores the messages.Methods in net.ssehub.easy.dslCore.translation that return Message Modifier and Type Method Description private MessageExpressionTranslator. errorImpl(java.lang.String message, org.eclipse.emf.ecore.EObject cause, org.eclipse.emf.ecore.EStructuralFeature causeFeature, int code)Receives an error message.MessageExpressionTranslator. getMessage(int index)MessageLogMessageReceiver. getMessage(int index)abstract MessageMessageReceiver. getMessage(int index)Returns the specified message.MessageModelTranslator. getMessage(int index)private MessageExpressionTranslator. warningImpl(java.lang.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 Message Modifier and Type Method Description voidExpressionTranslator. 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 Message Modifier and Type Method Description static org.eclipse.emf.common.util.DiagnosticValidationUtils. processMessage(Message message)Processes amessage.
-