Uses of Class
org.yecht.ScalarStyle
-
Packages that use ScalarStyle Package Description org.yecht -
-
Uses of ScalarStyle in org.yecht
Fields in org.yecht declared as ScalarStyle Modifier and Type Field Description ScalarStyleData.Str. styleScalarStyleEmitter. styleMethods in org.yecht that return ScalarStyle Modifier and Type Method Description static ScalarStyleScalarStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScalarStyle[]ScalarStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yecht with parameters of type ScalarStyle Modifier and Type Method Description voidEmitter. emitScalar(java.lang.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)
-