Package net.sf.okapi.filters.yaml.parser
Class Key
- java.lang.Object
-
- net.sf.okapi.filters.yaml.parser.Key
-
public class Key extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanflowintindentStringkeyYamlNodeTypesnodeTypeYamlScalarTypestype
-
Constructor Summary
Constructors Constructor Description Key()
-
-
-
Field Detail
-
type
public YamlScalarTypes type
-
nodeType
public YamlNodeTypes nodeType
-
indent
public int indent
-
key
public String key
-
flow
public boolean flow
-
-