Uses of Class
org.eclipse.ocl.examples.xtext.console.xtfo.HighlightingReconciler

Packages that use HighlightingReconciler
org.eclipse.ocl.examples.xtext.console.xtfo   
 

Uses of HighlightingReconciler in org.eclipse.ocl.examples.xtext.console.xtfo
 

Methods in org.eclipse.ocl.examples.xtext.console.xtfo that return HighlightingReconciler
 HighlightingReconciler HighlightingHelper.getReconciler()
          Returns this hightlighter's reconciler.
 

Methods in org.eclipse.ocl.examples.xtext.console.xtfo that return types with arguments of type HighlightingReconciler
 com.google.inject.Provider<HighlightingReconciler> HighlightingHelper.getReconcilerProvider()
           
 

Method parameters in org.eclipse.ocl.examples.xtext.console.xtfo with type arguments of type HighlightingReconciler
 void HighlightingHelper.setReconcilerProvider(com.google.inject.Provider<HighlightingReconciler> reconcilerProvider)