public class NElementToStringHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NElementToStringHelper.SemiCompactInfo |
| Constructor and Description |
|---|
NElementToStringHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendChildren(List<net.thevpc.nuts.elem.NElement> children,
boolean compact,
NElementToStringHelper.SemiCompactInfo semiCompactInfo,
net.thevpc.nuts.util.NStringBuilder sb) |
static void |
appendUplet(String name,
List<net.thevpc.nuts.elem.NElement> params,
boolean compact,
net.thevpc.nuts.util.NStringBuilder sb) |
static String |
leadingCommentsAndAnnotations(net.thevpc.nuts.elem.NElement any,
boolean compact) |
static String |
trailingComments(net.thevpc.nuts.elem.NElement any,
boolean compact) |
public static String leadingCommentsAndAnnotations(net.thevpc.nuts.elem.NElement any, boolean compact)
public static String trailingComments(net.thevpc.nuts.elem.NElement any, boolean compact)
public static void appendChildren(List<net.thevpc.nuts.elem.NElement> children, boolean compact, NElementToStringHelper.SemiCompactInfo semiCompactInfo, net.thevpc.nuts.util.NStringBuilder sb)
Copyright © 2025 vpc open source initiative. All rights reserved.