public class DefaultTsonWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.io.NStringWriter |
w |
| Constructor and Description |
|---|
DefaultTsonWriter(net.thevpc.nuts.io.NStringWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatTson(net.thevpc.nuts.elem.NAffix e) |
static String |
formatTson(net.thevpc.nuts.elem.NElement e) |
static String |
formatTsonCompact(net.thevpc.nuts.elem.NElement e) |
void |
write(net.thevpc.nuts.elem.NElement element) |
void |
writeAffix(net.thevpc.nuts.elem.NAffix affix) |
public DefaultTsonWriter(net.thevpc.nuts.io.NStringWriter writer)
public void writeAffix(net.thevpc.nuts.elem.NAffix affix)
public void write(net.thevpc.nuts.elem.NElement element)
public static String formatTsonCompact(net.thevpc.nuts.elem.NElement e)
public static String formatTson(net.thevpc.nuts.elem.NElement e)
public static String formatTson(net.thevpc.nuts.elem.NAffix e)
Copyright © 2026 vpc open source initiative. All rights reserved.