Package org.eclipse.xtext.linking
Interface ILinker
-
- All Known Implementing Classes:
AbstractCleaningLinker,AbstractLinker,LazyLinker,Linker,XtextLinker
public interface ILinker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlinkModel(org.eclipse.emf.ecore.EObject model, IDiagnosticConsumer diagnosticsConsumer)Sets cross references in the passedEObjectand itscontents, using the information available (usually using theINodemodel associated viaNodeModelUtils)
-
-
-
Method Detail
-
linkModel
void linkModel(org.eclipse.emf.ecore.EObject model, IDiagnosticConsumer diagnosticsConsumer)Sets cross references in the passedEObjectand itscontents, using the information available (usually using theINodemodel associated viaNodeModelUtils)- Parameters:
model- the root model of a resourcediagnosticsConsumer- the consumer of linking diagnostics
-
-