Class EObjectSnapshotProvider.EObjectSnapshot
- java.lang.Object
-
- org.eclipse.xtext.ide.serializer.impl.EObjectSnapshotProvider.EObjectSnapshot
-
- All Implemented Interfaces:
IEObjectSnapshot
- Enclosing class:
- EObjectSnapshotProvider
public static class EObjectSnapshotProvider.EObjectSnapshot extends java.lang.Object implements IEObjectSnapshot
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<org.eclipse.xtext.resource.IEObjectDescription>descriptionsprotected java.util.List<IReferenceSnapshot>incomingReferencesprotected org.eclipse.emf.ecore.EObjectobject
-
Constructor Summary
Constructors Constructor Description EObjectSnapshot(org.eclipse.emf.ecore.EObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.eclipse.xtext.resource.IEObjectDescription>getDescriptions()java.util.List<IReferenceSnapshot>getIncomingReferences()org.eclipse.emf.ecore.EObjectgetObject()java.lang.StringtoString()
-
-
-
Field Detail
-
descriptions
protected java.util.List<org.eclipse.xtext.resource.IEObjectDescription> descriptions
-
incomingReferences
protected java.util.List<IReferenceSnapshot> incomingReferences
-
object
protected final org.eclipse.emf.ecore.EObject object
-
-
Method Detail
-
getDescriptions
public java.util.List<org.eclipse.xtext.resource.IEObjectDescription> getDescriptions()
- Specified by:
getDescriptionsin interfaceIEObjectSnapshot
-
getIncomingReferences
public java.util.List<IReferenceSnapshot> getIncomingReferences()
- Specified by:
getIncomingReferencesin interfaceIEObjectSnapshot
-
getObject
public org.eclipse.emf.ecore.EObject getObject()
- Specified by:
getObjectin interfaceIEObjectSnapshot
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-