org.eclipse.xtext.ui.codetemplates.ui.highlighting
Class TemplateBodyHighlighter

java.lang.Object
  extended by org.eclipse.xtext.ui.codetemplates.ui.highlighting.TemplateBodyHighlighter

public class TemplateBodyHighlighter
extends java.lang.Object

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
TemplateBodyHighlighter()
           
 
Method Summary
 void provideHighlightingFor(java.lang.String body, IHighlightedPositionAcceptor acceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateBodyHighlighter

public TemplateBodyHighlighter()
Method Detail

provideHighlightingFor

public void provideHighlightingFor(java.lang.String body,
                                   IHighlightedPositionAcceptor acceptor)