Class RuntimeLinker

  • All Implemented Interfaces:
    org.eclipse.xtext.linking.ILinker

    public class RuntimeLinker
    extends Linker
    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeLinker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isClearAllReferencesRequired​(org.eclipse.emf.ecore.resource.Resource resource)  
      • Methods inherited from class org.eclipse.xtext.xbase.linking.XbaseLazyLinker

        clearReference, getAllLinkableContents
      • Methods inherited from class org.eclipse.xtext.linking.lazy.LazyLinker

        createAndSetProxy, createProxy, doLinkModel, findInstantiableCompatible, findSubTypeInEPackage, getCache, getEncoder, getGrammarAccess, getRegistry, globalFindInstantiableCompatible, installProxies, installQueuedLinks, setEncoder, setGrammarAccess, setRegistry
      • Methods inherited from class org.eclipse.xtext.linking.impl.AbstractCleaningLinker

        afterModelLinked, beforeModelLinked, clearAllReferences, clearReferences, linkModel
      • Methods inherited from class java.lang.Object

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

      • RuntimeLinker

        public RuntimeLinker()
    • Method Detail

      • isClearAllReferencesRequired

        protected boolean isClearAllReferencesRequired​(org.eclipse.emf.ecore.resource.Resource resource)
        Overrides:
        isClearAllReferencesRequired in class Linker