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 ScalarStyle
Data.Str. style
ScalarStyle
Emitter. style
Methods in org.yecht that return ScalarStyle Modifier and Type Method Description static ScalarStyle
ScalarStyle. 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 void
Emitter. emitScalar(java.lang.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)
-