Package org.pkl.core.util.yaml
Class Yaml12Emitter
java.lang.Object
org.pkl.core.util.yaml.YamlEmitter
org.pkl.core.util.yaml.Yaml12Emitter
-
Field Summary
Fields inherited from class org.pkl.core.util.yaml.YamlEmitter
builder, indent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean`Inf` and `NaN` are already taken care of byYamlEmitter.isReservedWord(String).protected booleanisReservedWord(String str) Methods inherited from class org.pkl.core.util.yaml.YamlEmitter
create, emit, emit, emit, emit, emitNull, getResult, isReserved11Word
-
Constructor Details
-
Yaml12Emitter
-
-
Method Details
-
isReservedWord
- Specified by:
isReservedWordin classYamlEmitter
-
isNumber
Description copied from class:YamlEmitter`Inf` and `NaN` are already taken care of byYamlEmitter.isReservedWord(String).- Specified by:
isNumberin classYamlEmitter
-