public class IndentedBlock extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
firstIndent |
List<Line> |
lines |
YamlScalarTypes |
type |
| Constructor and Description |
|---|
IndentedBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(Line line) |
String |
getOriginalString()
get original string with full indentation and whitspace
|
List<Line> |
getTranslatableStrings()
Create a list of lines that represent TextUnits
and skeleton (e.g., newlines) between them
decode the strings before saving
|
boolean |
isEmpty() |
String |
toString() |
public int firstIndent
public YamlScalarTypes type
public boolean isEmpty()
public void addLine(Line line)
public List<Line> getTranslatableStrings()
public String getOriginalString()
Copyright © 2022. All rights reserved.