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 ScalarStyleReturns 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 TypeMethodDescriptionvoidEmitter.emitScalar(String tag, ScalarStyle force_style, int force_indent, int force_width, int keep_nl, Pointer _str, int len) static NodeNode.newStr(Pointer str, int len, ScalarStyle style) voidNode.replaceStr(Pointer str, int len, ScalarStyle style)