Uses of Enum Class
org.yecht.ScalarStyle
Packages that use ScalarStyle
-
Uses of ScalarStyle in org.yecht
Fields in org.yecht declared as ScalarStyleMethods in org.yecht that return ScalarStyleModifier and TypeMethodDescriptionstatic ScalarStyle
Returns the enum constant of this class with the specified name.static ScalarStyle[]
ScalarStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.yecht with parameters of type ScalarStyleModifier and TypeMethodDescriptionvoid
Emitter.emitScalar
(String tag, ScalarStyle force_style, int force_indent, int force_width, int keep_nl, Pointer _str, int len) static Node
Node.newStr
(Pointer str, int len, ScalarStyle style) void
Node.replaceStr
(Pointer str, int len, ScalarStyle style)