public class DefaultNArrayElementBuilder extends AbstractNElementBuilder implements net.thevpc.nuts.elem.NArrayElementBuilder
| Constructor and Description |
|---|
DefaultNArrayElementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NArrayElementBuilder |
add(boolean value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(byte value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(char value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(double value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(float value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(int value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(long value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(net.thevpc.nuts.elem.NElement e) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(Number value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(boolean[] value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(byte[] value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(char[] value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(Collection<net.thevpc.nuts.elem.NElement> value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(double[] value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(float[] value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(int[] value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(long[] value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(net.thevpc.nuts.elem.NArrayElementBuilder value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(net.thevpc.nuts.elem.NElement[] value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(String[] value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAnnotation(String name,
net.thevpc.nuts.elem.NElement... args) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAnnotationAt(int index,
net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addComments(net.thevpc.nuts.elem.NElementComments comments) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addParam(net.thevpc.nuts.elem.NElement param) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addParam(String name,
Boolean value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addParam(String name,
Double value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addParam(String name,
Integer value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addParam(String name,
Long value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addParam(String name,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addParam(String name,
String value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addParamAt(int index,
net.thevpc.nuts.elem.NElement param) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addParams(List<net.thevpc.nuts.elem.NElement> params) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addTrailingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NArrayElement |
build() |
List<net.thevpc.nuts.elem.NElement> |
children() |
net.thevpc.nuts.elem.NArrayElementBuilder |
clear() |
net.thevpc.nuts.elem.NArrayElementBuilder |
clearAnnotations() |
net.thevpc.nuts.elem.NArrayElementBuilder |
clearChildren() |
net.thevpc.nuts.elem.NArrayElementBuilder |
clearComments() |
net.thevpc.nuts.elem.NArrayElementBuilder |
clearParams() |
net.thevpc.nuts.elem.NArrayElementBuilder |
copyFrom(net.thevpc.nuts.elem.NArrayElement other) |
net.thevpc.nuts.elem.NArrayElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other) |
net.thevpc.nuts.elem.NArrayElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other) |
net.thevpc.nuts.elem.NArrayElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NMapStrategy strategy) |
net.thevpc.nuts.elem.NArrayElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NMapStrategy strategy) |
net.thevpc.nuts.elem.NArrayElementBuilder |
doWith(Consumer<net.thevpc.nuts.elem.NArrayElementBuilder> con) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> |
get(int index) |
net.thevpc.nuts.elem.NArrayElementBuilder |
insert(int index,
net.thevpc.nuts.elem.NElement e) |
boolean |
isCustomTree() |
boolean |
isParametrized() |
List<net.thevpc.nuts.elem.NElement> |
items() |
net.thevpc.nuts.util.NOptional<String> |
name() |
net.thevpc.nuts.elem.NArrayElementBuilder |
name(String name) |
net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.elem.NElement>> |
params() |
net.thevpc.nuts.elem.NArrayElementBuilder |
remove(int index) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeAnnotationAt(int index) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeLeadingCommentAt(int index) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeParamAt(int index) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeTrailingCommentAt(int index) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(int index,
net.thevpc.nuts.elem.NElement e) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setChildren(List<net.thevpc.nuts.elem.NElement> params) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParametrized(boolean parametrized) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParams(List<net.thevpc.nuts.elem.NElement> params) |
int |
size() |
String |
toString() |
net.thevpc.nuts.elem.NElementType |
type() |
annotations, comments, leadingComments, trailingCommentspublic net.thevpc.nuts.elem.NArrayElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other)
copyFrom in interface net.thevpc.nuts.elem.NArrayElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other)
copyFrom in interface net.thevpc.nuts.elem.NArrayElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NMapStrategy strategy)
copyFrom in interface net.thevpc.nuts.elem.NArrayElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NMapStrategy strategy)
copyFrom in interface net.thevpc.nuts.elem.NArrayElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in class AbstractNElementBuilderpublic boolean isCustomTree()
isCustomTree in interface net.thevpc.nuts.elem.NElementBuilderisCustomTree in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder doWith(Consumer<net.thevpc.nuts.elem.NArrayElementBuilder> con)
doWith in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.util.NOptional<String> name()
name in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder name(String name)
name in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic boolean isParametrized()
isParametrized in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setParametrized(boolean parametrized)
setParametrized in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addParams(List<net.thevpc.nuts.elem.NElement> params)
addParams in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addParam(net.thevpc.nuts.elem.NElement param)
addParam in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addParamAt(int index,
net.thevpc.nuts.elem.NElement param)
addParamAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeParamAt(int index)
removeParamAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder clearParams()
clearParams in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.elem.NElement>> params()
params in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic List<net.thevpc.nuts.elem.NElement> items()
items in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic int size()
size in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder clearChildren()
clearChildren in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> get(int index)
get in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(net.thevpc.nuts.elem.NElement[] value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(Collection<net.thevpc.nuts.elem.NElement> value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(net.thevpc.nuts.elem.NArrayElementBuilder value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(net.thevpc.nuts.elem.NElement e)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder insert(int index,
net.thevpc.nuts.elem.NElement e)
insert in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(int index,
net.thevpc.nuts.elem.NElement e)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder clear()
clear in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder remove(int index)
remove in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder copyFrom(net.thevpc.nuts.elem.NArrayElement other)
copyFrom in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(String[] value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(int[] value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(double[] value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(long[] value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(float[] value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(boolean[] value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(char[] value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(byte[] value)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(int value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(long value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(double value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(float value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(byte value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(boolean value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(char value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(Number value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElement build()
build in interface net.thevpc.nuts.elem.NArrayElementBuilderbuild in interface net.thevpc.nuts.elem.NElementBuilderpublic net.thevpc.nuts.elem.NElementType type()
type in interface net.thevpc.nuts.elem.NElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addLeadingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text)
addLeadingComment in interface net.thevpc.nuts.elem.NArrayElementBuilderaddLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addTrailingComment(net.thevpc.nuts.elem.NElementCommentType type,
String text)
addTrailingComment in interface net.thevpc.nuts.elem.NArrayElementBuilderaddTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
addLeadingComment in interface net.thevpc.nuts.elem.NArrayElementBuilderaddLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments)
addLeadingComments in interface net.thevpc.nuts.elem.NArrayElementBuilderaddLeadingComments in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
addTrailingComment in interface net.thevpc.nuts.elem.NArrayElementBuilderaddTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments)
addTrailingComments in interface net.thevpc.nuts.elem.NArrayElementBuilderaddTrailingComments in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeTrailingCommentAt(int index)
removeTrailingCommentAt in interface net.thevpc.nuts.elem.NArrayElementBuilderremoveTrailingCommentAt in interface net.thevpc.nuts.elem.NElementBuilderremoveTrailingCommentAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeLeadingCommentAt(int index)
removeLeadingCommentAt in interface net.thevpc.nuts.elem.NArrayElementBuilderremoveLeadingCommentAt in interface net.thevpc.nuts.elem.NElementBuilderremoveLeadingCommentAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
removeTrailingComment in interface net.thevpc.nuts.elem.NArrayElementBuilderremoveTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderremoveTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
removeLeadingComment in interface net.thevpc.nuts.elem.NArrayElementBuilderremoveLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderremoveLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addComments(net.thevpc.nuts.elem.NElementComments comments)
addComments in interface net.thevpc.nuts.elem.NArrayElementBuilderaddComments in interface net.thevpc.nuts.elem.NElementBuilderaddComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations)
addAnnotations in interface net.thevpc.nuts.elem.NArrayElementBuilderaddAnnotations in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAnnotation(String name, net.thevpc.nuts.elem.NElement... args)
addAnnotation in interface net.thevpc.nuts.elem.NArrayElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
addAnnotation in interface net.thevpc.nuts.elem.NArrayElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAnnotationAt(int index,
net.thevpc.nuts.elem.NElementAnnotation annotation)
addAnnotationAt in interface net.thevpc.nuts.elem.NArrayElementBuilderaddAnnotationAt in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotationAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeAnnotationAt(int index)
removeAnnotationAt in interface net.thevpc.nuts.elem.NArrayElementBuilderremoveAnnotationAt in interface net.thevpc.nuts.elem.NElementBuilderremoveAnnotationAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
removeAnnotation in interface net.thevpc.nuts.elem.NArrayElementBuilderremoveAnnotation in interface net.thevpc.nuts.elem.NElementBuilderremoveAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder clearAnnotations()
clearAnnotations in interface net.thevpc.nuts.elem.NArrayElementBuilderclearAnnotations in interface net.thevpc.nuts.elem.NElementBuilderclearAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder clearComments()
clearComments in interface net.thevpc.nuts.elem.NArrayElementBuilderclearComments in interface net.thevpc.nuts.elem.NElementBuilderclearComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addParam(String name, net.thevpc.nuts.elem.NElement value)
addParam in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addParam(String name, String value)
addParam in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addParam(String name, Integer value)
addParam in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addParam(String name, Long value)
addParam in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addParam(String name, Double value)
addParam in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addParam(String name, Boolean value)
addParam in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setParams(List<net.thevpc.nuts.elem.NElement> params)
setParams in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setChildren(List<net.thevpc.nuts.elem.NElement> params)
setChildren in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic List<net.thevpc.nuts.elem.NElement> children()
children in interface net.thevpc.nuts.elem.NArrayElementBuilderCopyright © 2025 vpc open source initiative. All rights reserved.