org.eclipse.xtext.linking
Interface ILinker

All Known Implementing Classes:
AbstractCleaningLinker, AbstractLinker, LazyLinker, Linker, XbaseLazyLinker, XtextLinker

public interface ILinker

Author:
Sebastian Zarnekow - Initial contribution and API

Method Summary
 void linkModel(org.eclipse.emf.ecore.EObject model, IDiagnosticConsumer diagnosticsConsumer)
          Sets cross references in the passed EObject and its contents, using the information available (usually using the INode model associated via NodeModelUtils)
 

Method Detail

linkModel

void linkModel(org.eclipse.emf.ecore.EObject model,
               IDiagnosticConsumer diagnosticsConsumer)
Sets cross references in the passed EObject and its contents, using the information available (usually using the INode model associated via NodeModelUtils)

Parameters:
model - the root model of a resource
diagnosticsConsumer - the consumer of linking diagnostics