org.eclipse.xtend.core.conversion
Class CommentRichTextInBetweenValueConverter

java.lang.Object
  extended by org.eclipse.xtext.conversion.impl.AbstractValueConverter<T>
      extended by org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter<java.lang.String>
          extended by org.eclipse.xtend.core.conversion.AbstractRichTextValueConverter
              extended by org.eclipse.xtend.core.conversion.AbstractCommentRichTextValueConverter
                  extended by org.eclipse.xtend.core.conversion.CommentRichTextInBetweenValueConverter
All Implemented Interfaces:
IValueConverter<java.lang.String>, IValueConverter.RuleSpecific

public class CommentRichTextInBetweenValueConverter
extends AbstractCommentRichTextValueConverter

Author:
Sebastian Zarnekow - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.conversion.IValueConverter
IValueConverter.RuleSpecific
 
Field Summary
 
Fields inherited from interface org.eclipse.xtext.conversion.IValueConverter
NO_OP_CONVERTER
 
Constructor Summary
CommentRichTextInBetweenValueConverter()
           
 
Method Summary
protected  java.lang.String getTrailingTerminal()
           
 
Methods inherited from class org.eclipse.xtend.core.conversion.AbstractCommentRichTextValueConverter
getLeadingTerminal, getWithoutLeadingTerminal, toEscapedString
 
Methods inherited from class org.eclipse.xtend.core.conversion.AbstractRichTextValueConverter
addIfAbsent, assertValidValue, getTrailingSubsequences, toValue
 
Methods inherited from class org.eclipse.xtext.conversion.impl.AbstractLexerBasedConverter
assertTokens, createTokenContentMismatchException, createTokenTypeMismatchException, getLexer, getLexerProvider, getRule, getRuleName, getRuleName, getTokenDefMap, getTokenDefProvider, getTokenSource, setLexerProvider, setRule, setTokenDefProvider, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentRichTextInBetweenValueConverter

public CommentRichTextInBetweenValueConverter()
Method Detail

getTrailingTerminal

protected java.lang.String getTrailingTerminal()
Specified by:
getTrailingTerminal in class AbstractRichTextValueConverter