Class CodeFormatter

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.formatter.old.CodeFormatter
All Implemented Interfaces:
ICodeFormatter, TerminalTokens

public class CodeFormatter extends Object implements TerminalTokens, ICodeFormatter
Deprecated.

How to format a piece of code ?

  • Create an instance of CodeFormatter
  • Use the method void format(aString) on this instance to format aString. It will return the formatted string.