Class NewLineKey

  • All Implemented Interfaces:
    org.eclipse.xtext.xbase.lib.Procedures.Procedure1<org.eclipse.xtext.formatting2.IHiddenRegionFormatter>

    public class NewLineKey
    extends org.eclipse.xtext.preferences.BooleanKey
    implements org.eclipse.xtext.xbase.lib.Procedures.Procedure1<org.eclipse.xtext.formatting2.IHiddenRegionFormatter>
    • Constructor Summary

      Constructors 
      Constructor Description
      NewLineKey​(java.lang.String name, java.lang.Boolean defaultValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(org.eclipse.xtext.formatting2.IHiddenRegionFormatter formatter)  
      • Methods inherited from class org.eclipse.xtext.preferences.BooleanKey

        toString, toValue
      • Methods inherited from class org.eclipse.xtext.preferences.PreferenceKey

        equals, getDefaultValue, getId, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NewLineKey

        public NewLineKey​(java.lang.String name,
                          java.lang.Boolean defaultValue)
    • Method Detail

      • apply

        public void apply​(org.eclipse.xtext.formatting2.IHiddenRegionFormatter formatter)
        Specified by:
        apply in interface org.eclipse.xtext.xbase.lib.Procedures.Procedure1<org.eclipse.xtext.formatting2.IHiddenRegionFormatter>