public class GoogleJavaFormatter
extends org.eclipse.jdt.core.formatter.CodeFormatter
| Constructor and Description |
|---|
GoogleJavaFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
createIndentationString(int indentationLevel) |
org.eclipse.text.edits.TextEdit |
format(int kind,
String source,
int offset,
int length,
int indentationLevel,
String lineSeparator) |
org.eclipse.text.edits.TextEdit |
format(int kind,
String source,
org.eclipse.jface.text.IRegion[] regions,
int indentationLevel,
String lineSeparator) |
public org.eclipse.text.edits.TextEdit format(int kind,
String source,
int offset,
int length,
int indentationLevel,
String lineSeparator)
format in class org.eclipse.jdt.core.formatter.CodeFormatterpublic org.eclipse.text.edits.TextEdit format(int kind,
String source,
org.eclipse.jface.text.IRegion[] regions,
int indentationLevel,
String lineSeparator)
format in class org.eclipse.jdt.core.formatter.CodeFormatterpublic String createIndentationString(int indentationLevel)
createIndentationString in class org.eclipse.jdt.core.formatter.CodeFormatterCopyright © 2015–2017 Google Inc.. All rights reserved.