Class EObjectSnapshotProvider.ResourceSnapshot

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<org.eclipse.emf.ecore.EObject,​IEObjectSnapshot> objects  
      protected org.eclipse.xtext.formatting2.regionaccess.ITextRegionAccess regions  
      protected org.eclipse.emf.ecore.resource.Resource resource  
      protected org.eclipse.emf.common.util.URI uri  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<org.eclipse.emf.ecore.EObject,​IEObjectSnapshot> getObjects()  
      org.eclipse.xtext.formatting2.regionaccess.ITextRegionAccess getRegions()  
      org.eclipse.emf.ecore.resource.Resource getResource()  
      org.eclipse.emf.common.util.URI getURI()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • objects

        protected final java.util.Map<org.eclipse.emf.ecore.EObject,​IEObjectSnapshot> objects
      • regions

        protected final org.eclipse.xtext.formatting2.regionaccess.ITextRegionAccess regions
      • resource

        protected final org.eclipse.emf.ecore.resource.Resource resource
      • uri

        protected final org.eclipse.emf.common.util.URI uri
    • Constructor Detail

      • ResourceSnapshot

        public ResourceSnapshot​(EObjectSnapshotProvider strategy,
                                org.eclipse.emf.ecore.resource.Resource resource,
                                boolean recordReferences)
    • Method Detail

      • getRegions

        public org.eclipse.xtext.formatting2.regionaccess.ITextRegionAccess getRegions()
        Specified by:
        getRegions in interface IResourceSnapshot
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object