org.eclipse.emf.mwe2.language.ui.highlighting
Class SemanticHighlightingCalculator

java.lang.Object
  extended by org.eclipse.emf.mwe2.language.ui.highlighting.SemanticHighlightingCalculator
All Implemented Interfaces:
org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator

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


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator
org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator.NewToOldDelegate
 
Constructor Summary
SemanticHighlightingCalculator()
           
 
Method Summary
 boolean isDeprecated(org.eclipse.xtext.common.types.JvmAnnotationTarget annotatable)
           
 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

SemanticHighlightingCalculator

public SemanticHighlightingCalculator()
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

isDeprecated

public boolean isDeprecated(org.eclipse.xtext.common.types.JvmAnnotationTarget annotatable)