Package net.sf.okapi.filters.yaml.parser
Class Scalar
- java.lang.Object
-
- net.sf.okapi.filters.yaml.parser.Scalar
-
public class Scalar extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringblockTypeYamlChompTypeschompbooleanflowIndentedBlockindentedBlockintparentIndentQuotedScalarquotedStringscalarYamlScalarTypestype
-
Constructor Summary
Constructors Constructor Description Scalar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOriginalString()get original string with full indentation for skeletonList<Line>getTranslatableStrings()booleanisEmpty()voidsetChomp(String blockType)
-
-
-
Field Detail
-
parentIndent
public int parentIndent
-
type
public YamlScalarTypes type
-
chomp
public YamlChompTypes chomp
-
blockType
public String blockType
-
scalar
public String scalar
-
quoted
public QuotedScalar quoted
-
indentedBlock
public IndentedBlock indentedBlock
-
flow
public boolean flow
-
-