Package | Description |
---|---|
org.yecht |
Modifier and Type | Field and Description |
---|---|
ScalarStyle |
Data.Str.style |
ScalarStyle |
Emitter.style |
Modifier and Type | Method and Description |
---|---|
static ScalarStyle |
ScalarStyle.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
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) |
Copyright © 2017. All rights reserved.