org.eclipse.xtext.formatting.impl
Class FormattingConfig.NoLinewrapLocator

java.lang.Object
  extended by org.eclipse.xtext.formatting.impl.AbstractFormattingConfig.ElementLocator
      extended by org.eclipse.xtext.formatting.impl.FormattingConfig.LinewrapLocator
          extended by org.eclipse.xtext.formatting.impl.FormattingConfig.NoLinewrapLocator
Enclosing class:
FormattingConfig

public class FormattingConfig.NoLinewrapLocator
extends FormattingConfig.LinewrapLocator


Field Summary
 
Fields inherited from class org.eclipse.xtext.formatting.impl.FormattingConfig.LinewrapLocator
defaultWrap, maxWrap, minWrap
 
Fields inherited from class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig.ElementLocator
after, before, type
 
Constructor Summary
FormattingConfig.NoLinewrapLocator(int wrap)
           
 
Method Summary
 
Methods inherited from class org.eclipse.xtext.formatting.impl.FormattingConfig.LinewrapLocator
getDefaultWrap, getMaxWrap, getMinWrap, toString
 
Methods inherited from class org.eclipse.xtext.formatting.impl.AbstractFormattingConfig.ElementLocator
after, around, before, between, bounds, getLeft, getRight, getType, range
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormattingConfig.NoLinewrapLocator

public FormattingConfig.NoLinewrapLocator(int wrap)