Uses of Class
org.eclipse.cdt.internal.formatter.DefaultCodeFormatterOptions

Packages that use DefaultCodeFormatterOptions
org.eclipse.cdt.internal.formatter   
 

Uses of DefaultCodeFormatterOptions in org.eclipse.cdt.internal.formatter
 

Fields in org.eclipse.cdt.internal.formatter declared as DefaultCodeFormatterOptions
 DefaultCodeFormatterOptions CodeFormatterVisitor.preferences
           
 

Methods in org.eclipse.cdt.internal.formatter that return DefaultCodeFormatterOptions
static DefaultCodeFormatterOptions DefaultCodeFormatterOptions.getAllmanSettings()
           
static DefaultCodeFormatterOptions DefaultCodeFormatterOptions.getDefaultSettings()
           
static DefaultCodeFormatterOptions DefaultCodeFormatterOptions.getGNUSettings()
           
static DefaultCodeFormatterOptions DefaultCodeFormatterOptions.getKandRSettings()
           
static DefaultCodeFormatterOptions DefaultCodeFormatterOptions.getWhitesmithsSettings()
           
 

Constructors in org.eclipse.cdt.internal.formatter with parameters of type DefaultCodeFormatterOptions
CCodeFormatter(DefaultCodeFormatterOptions preferences)
           
CCodeFormatter(DefaultCodeFormatterOptions defaultCodeFormatterOptions, java.util.Map options)
           
CodeFormatterVisitor(DefaultCodeFormatterOptions preferences, java.util.Map settings, int offset, int length)