org.eclipse.ocl.examples.xtext.essentialocl.ui.syntaxcoloring
Class EssentialOCLSemanticHighlightingCalculator

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.essentialocl.ui.syntaxcoloring.EssentialOCLSemanticHighlightingCalculator
All Implemented Interfaces:
org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator

public class EssentialOCLSemanticHighlightingCalculator
extends java.lang.Object
implements org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator


Constructor Summary
EssentialOCLSemanticHighlightingCalculator()
           
 
Method Summary
 void provideHighlightingFor(org.eclipse.xtext.resource.XtextResource resource, org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor acceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EssentialOCLSemanticHighlightingCalculator

public EssentialOCLSemanticHighlightingCalculator()
Method Detail

provideHighlightingFor

public void provideHighlightingFor(org.eclipse.xtext.resource.XtextResource resource,
                                   org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor acceptor)
Specified by:
provideHighlightingFor in interface org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator