org.eclipse.xtext.conversion
Interface IValueConverter.RuleSpecific

All Known Implementing Classes:
AbstractIDValueConverter, AbstractLexerBasedConverter, AbstractRichTextValueConverter, DefaultTerminalConverter, IDValueConverter, IgnoreCaseIDValueConverter, INTValueConverter, KeywordAlternativeConverter, KeywordBasedValueConverter, RichTextEndValueConverter, RichTextInBetweenValueConverter, RichTextStartValueConverter, RichTextValueConverter, SingleQuotedStringConverter, STRINGValueConverter
Enclosing interface:
IValueConverter<Type>

public static interface IValueConverter.RuleSpecific

Value converters that rely on information about the actual rule that is converted, may implement this interface. The framework will set the rule according to the annotation of the method that provides the value converter.


Method Summary
 void setRule(AbstractRule rule)
           
 

Method Detail

setRule

void setRule(AbstractRule rule)