Class XbaseWithAnnotationsFormatter

  • All Implemented Interfaces:
    org.eclipse.xtext.formatting.IFormatter, org.eclipse.xtext.formatting.IFormatterExtension

    @Deprecated
    public class XbaseWithAnnotationsFormatter
    extends org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter
    Deprecated.
    This class contains custom formatting description. See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#formatting on how and when to use it.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter

        org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter.ConfigStore
    • Field Summary

      • Fields inherited from class org.eclipse.xtext.formatting.impl.BaseFormatter

        grammar
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected void configureFormatting​(org.eclipse.xtext.formatting.impl.FormattingConfig c)
      Deprecated.
       
      • Methods inherited from class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter

        createFormatterStream, createFormatterStream, createFormattingConfig, createMatcher, getConfig, getGrammarAccess, getHiddenTokenHelper, getIndentInfo, getLineSeparatorInfo, getMatcherProvider, saveDebugGraphvizDiagram, setGrammarAccess
      • Methods inherited from class org.eclipse.xtext.formatting.impl.BaseFormatter

        getWSRule
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XbaseWithAnnotationsFormatter

        public XbaseWithAnnotationsFormatter()
        Deprecated.
    • Method Detail

      • configureFormatting

        protected void configureFormatting​(org.eclipse.xtext.formatting.impl.FormattingConfig c)
        Deprecated.
        Specified by:
        configureFormatting in class org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter