Uses of Class
net.ssehub.easy.dslCore.translation.Message.IssueLocation
Packages that use Message.IssueLocation
Package
Description
Basic reusable classes for SSE-style DSL implementation.
-
Uses of Message.IssueLocation in net.ssehub.easy.dslCore.translation
Methods in net.ssehub.easy.dslCore.translation that return Message.IssueLocationModifier and TypeMethodDescriptionprotected Message.IssueLocationMessage.getLocationData(org.eclipse.emf.ecore.EObject obj, org.eclipse.emf.ecore.EStructuralFeature structuralFeature, int index) Returns the location for a given causeobj,structuralFeatueand index of the node withinobj.protected Message.IssueLocationMessage.getLocationForNode(org.eclipse.xtext.nodemodel.INode node) Returns the issue location for the givennode.protected Message.IssueLocationMessage.getLocationForNode(org.eclipse.xtext.nodemodel.INode node, int offset, int length) Computes theMessage.IssueLocationfor the given offset and length in the given node.