public class JavaFile extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
INDENT_STEP |
| Constructor and Description |
|---|
JavaFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String newLine) |
void |
addAll(List newLines) |
void |
assertBlocksClosed() |
void |
endBlock() |
String |
getIndent() |
int |
getLineNumber() |
List |
getLines() |
void |
insert(int pos,
String indent,
String newLine) |
void |
startBlock() |
protected static final String INDENT_STEP
public String getIndent()
public int getLineNumber()
public void add(String newLine)
public void addAll(List newLines)
public void startBlock()
public void endBlock()
public List getLines()
public void assertBlocksClosed()
Copyright © 2017 SAP SE. All Rights Reserved.