public class Scalar extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
blockType |
YamlChompTypes |
chomp |
boolean |
flow |
IndentedBlock |
indentedBlock |
int |
parentIndent |
QuotedScalar |
quoted |
String |
scalar |
YamlScalarTypes |
type |
| Constructor and Description |
|---|
Scalar() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOriginalString()
get original string with full indentation for skeleton
|
List<Line> |
getTranslatableStrings() |
boolean |
isEmpty() |
void |
setChomp(String blockType) |
public int parentIndent
public YamlScalarTypes type
public YamlChompTypes chomp
public String blockType
public String scalar
public QuotedScalar quoted
public IndentedBlock indentedBlock
public boolean flow
Copyright © 2021. All rights reserved.