Class SelectionContextResolver


  • public class SelectionContextResolver
    extends java.lang.Object
    Helper method to find all selected EObject (currently selected in editor).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.eclipse.emf.ecore.EObject> resolveAllSelectedEObjects​(org.contextmapper.dsl.cml.CMLResource resource, int startOffset, int endOffset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectionContextResolver

        public SelectionContextResolver()
    • Method Detail

      • resolveAllSelectedEObjects

        public java.util.List<org.eclipse.emf.ecore.EObject> resolveAllSelectedEObjects​(org.contextmapper.dsl.cml.CMLResource resource,
                                                                                        int startOffset,
                                                                                        int endOffset)