Uses of Class
org.eclipse.cdt.core.formatter.CodeFormatter

Packages that use CodeFormatter
org.eclipse.cdt.core   
org.eclipse.cdt.internal.formatter   
 

Uses of CodeFormatter in org.eclipse.cdt.core
 

Methods in org.eclipse.cdt.core that return CodeFormatter
static CodeFormatter ToolFactory.createCodeFormatter(java.util.Map options)
          Create an instance of a code formatter.
static CodeFormatter ToolFactory.createDefaultCodeFormatter(java.util.Map options)
          Create an instance of the built-in code formatter.
 

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

Subclasses of CodeFormatter in org.eclipse.cdt.internal.formatter
 class CCodeFormatter