org.eclipse.xtext.xtend2.richstring
Class RichStringProcessor

java.lang.Object
  extended by org.eclipse.xtext.xtend2.richstring.RichStringProcessor

public class RichStringProcessor
extends java.lang.Object

Author:
Sebastian Zarnekow - Initial contribution and API

Nested Class Summary
static class RichStringProcessor.Implementation
           
static class RichStringProcessor.ProcessedRichStringBuilder
           
 
Constructor Summary
RichStringProcessor()
           
 
Method Summary
 void process(RichString richString, IRichStringPartAcceptor acceptor, IRichStringIndentationHandler indentationHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichStringProcessor

public RichStringProcessor()
Method Detail

process

public void process(RichString richString,
                    IRichStringPartAcceptor acceptor,
                    IRichStringIndentationHandler indentationHandler)