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(Character 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(net.thevpc.nuts.elem.NElement name,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(Number value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
Boolean value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
Byte value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
Character value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
Double value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
Float value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
Integer value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
Long value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
Number value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
Short value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
add(String name,
String value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAffix(net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAffix(net.thevpc.nuts.elem.NBoundAffix affix) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAffixAt(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAffixes(List<? extends net.thevpc.nuts.elem.NAffix> affixes,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes) |
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(List<net.thevpc.nuts.elem.NElement> other) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(long[] value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(Map<net.thevpc.nuts.elem.NElement,net.thevpc.nuts.elem.NElement> other) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(net.thevpc.nuts.elem.NArrayElementBuilder value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAll(net.thevpc.nuts.elem.NElement... values) |
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 |
addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addAt(int index,
net.thevpc.nuts.elem.NElement item) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error) |
net.thevpc.nuts.elem.NArrayElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
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 |
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 |
clearAffixes() |
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.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.NAssignmentPolicy assignmentPolicy) |
net.thevpc.nuts.elem.NArrayElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NAssignmentPolicy assignmentPolicy) |
net.thevpc.nuts.elem.NArrayElementBuilder |
doWith(Consumer<net.thevpc.nuts.elem.NArrayElementBuilder> con) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> |
get(net.thevpc.nuts.elem.NElement s) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> |
get(String s) |
List<net.thevpc.nuts.elem.NElement> |
getAll(net.thevpc.nuts.elem.NElement s) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> |
getAt(int index) |
boolean |
isParametrized() |
net.thevpc.nuts.elem.NArrayElementBuilder |
metadata(net.thevpc.nuts.elem.NElementMetadata metadata) |
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(net.thevpc.nuts.elem.NElement child) |
net.thevpc.nuts.elem.NArrayElementBuilder |
remove(String child) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeAffix(int affix) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeAffixes(net.thevpc.nuts.elem.NAffixType type,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeAll(net.thevpc.nuts.elem.NElement child) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeAllPairs(net.thevpc.nuts.elem.NElement name) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeAllPairs(String name) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeAt(int index) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removePair(net.thevpc.nuts.elem.NElement entryKey) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removePair(String name) |
net.thevpc.nuts.elem.NArrayElementBuilder |
removeParamAt(int index) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(net.thevpc.nuts.elem.NElement name,
Boolean value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(net.thevpc.nuts.elem.NElement name,
Byte value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(net.thevpc.nuts.elem.NElement name,
Character value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(net.thevpc.nuts.elem.NElement name,
Double value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(net.thevpc.nuts.elem.NElement name,
Integer value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(net.thevpc.nuts.elem.NElement name,
Long value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(net.thevpc.nuts.elem.NElement name,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(net.thevpc.nuts.elem.NElement name,
Short value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(net.thevpc.nuts.elem.NElement name,
String value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(net.thevpc.nuts.elem.NPairElement entry) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(String name,
Boolean value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(String name,
Byte value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(String name,
Character value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(String name,
Double value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(String name,
Float value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(String name,
Integer value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(String name,
Long value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(String name,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(String name,
Short value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
set(String name,
String value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setAffixAt(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setAll(Map<net.thevpc.nuts.elem.NElement,net.thevpc.nuts.elem.NElement> other) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setAt(int index,
net.thevpc.nuts.elem.NElement e) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setChildren(List<net.thevpc.nuts.elem.NElement> values) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParamAt(int index,
Boolean value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParamAt(int index,
Byte value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParamAt(int index,
Character value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParamAt(int index,
Double value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParamAt(int index,
Integer value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParamAt(int index,
Long value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParamAt(int index,
net.thevpc.nuts.elem.NElement param) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParamAt(int index,
Short value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParamAt(int index,
String value) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParametrized(boolean parametrized) |
net.thevpc.nuts.elem.NArrayElementBuilder |
setParams(List<net.thevpc.nuts.elem.NElement> params) |
int |
size() |
net.thevpc.nuts.elem.NElementType |
type() |
addNewLineAffix, addNewLineAffix, addSeparatorAffix, addSeparatorAffix, addSpaceAffix, addSpaceAffix, affixes, annotations, comments, diagnostics, isCustomTree, leadingComments, metadata, removeAffix, removeAffix, removeAffixIf, toString, trailingCommentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNewLineAffix, addNewLineAffix, addSeparatorAffix, addSeparatorAffix, addSpaceAffix, addSpaceAffix, affixes, annotations, comments, diagnostics, isCustomTree, leadingComments, metadata, removeAffix, removeAffix, removeAffixIf, trailingCommentspublic net.thevpc.nuts.elem.NArrayElementBuilder doWith(Consumer<net.thevpc.nuts.elem.NArrayElementBuilder> con)
doWith in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder remove(String child)
remove 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 setParamAt(int index,
net.thevpc.nuts.elem.NElement param)
setParamAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setParamAt(int index,
Long value)
setParamAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setParamAt(int index,
Short value)
setParamAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setParamAt(int index,
Character value)
setParamAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setParamAt(int index,
Byte value)
setParamAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setParamAt(int index,
Boolean value)
setParamAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setParamAt(int index,
Integer value)
setParamAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setParamAt(int index,
Double value)
setParamAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setParamAt(int index,
String value)
setParamAt 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> values)
setChildren 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> children()
children in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic int size()
size in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic List<net.thevpc.nuts.elem.NElement> getAll(net.thevpc.nuts.elem.NElement s)
getAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> get(net.thevpc.nuts.elem.NElement s)
get in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> get(String s)
get in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> getAt(int index)
getAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, net.thevpc.nuts.elem.NElement value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, Number value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(net.thevpc.nuts.elem.NElement name,
net.thevpc.nuts.elem.NElement value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(net.thevpc.nuts.elem.NElement name,
net.thevpc.nuts.elem.NElement value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setAt(int index,
net.thevpc.nuts.elem.NElement e)
setAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(String name, net.thevpc.nuts.elem.NElement value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(String name, Boolean value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(String name, Integer value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(String name, Double value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(String name, Float value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(String name, Long value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(String name, Byte value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(String name, Short value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(String name, Character value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(String name, String value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeAt(int index)
removeAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder remove(net.thevpc.nuts.elem.NElement child)
remove in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removePair(net.thevpc.nuts.elem.NElement entryKey)
removePair in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeAll(net.thevpc.nuts.elem.NElement child)
removeAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeAllPairs(net.thevpc.nuts.elem.NElement name)
removeAllPairs in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removePair(String name)
removePair in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeAllPairs(String name)
removeAllPairs in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(Map<net.thevpc.nuts.elem.NElement,net.thevpc.nuts.elem.NElement> other)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(List<net.thevpc.nuts.elem.NElement> other)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setAll(Map<net.thevpc.nuts.elem.NElement,net.thevpc.nuts.elem.NElement> other)
setAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(net.thevpc.nuts.elem.NElement name,
Boolean value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(net.thevpc.nuts.elem.NElement name,
Byte value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(net.thevpc.nuts.elem.NElement name,
Short value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(net.thevpc.nuts.elem.NElement name,
Character value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(net.thevpc.nuts.elem.NElement name,
Long value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(net.thevpc.nuts.elem.NElement name,
Integer value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(net.thevpc.nuts.elem.NElement name,
Double value)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(net.thevpc.nuts.elem.NElement name,
String value)
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 clearChildren()
clearChildren 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 addAt(int index,
net.thevpc.nuts.elem.NElement item)
addAt in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder set(net.thevpc.nuts.elem.NPairElement entry)
set in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAll(net.thevpc.nuts.elem.NElement... values)
addAll in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, Boolean value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, Byte value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, Short value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, Long value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, Float value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, Character value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, Integer value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, Double value)
add in interface net.thevpc.nuts.elem.NArrayElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder add(String name, String value)
add 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 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(Character 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 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 copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NAssignmentPolicy assignmentPolicy)
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.NAssignmentPolicy assignmentPolicy)
copyFrom in interface net.thevpc.nuts.elem.NArrayElementBuildercopyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom 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 addAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix)
addAffixAt in interface net.thevpc.nuts.elem.NArrayElementBuilderaddAffixAt in interface net.thevpc.nuts.elem.NElementBuilderaddAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeAffix(int affix)
removeAffix in interface net.thevpc.nuts.elem.NArrayElementBuilderremoveAffix in interface net.thevpc.nuts.elem.NElementBuilderremoveAffix 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 clearAffixes()
clearAffixes in interface net.thevpc.nuts.elem.NArrayElementBuilderclearAffixes in interface net.thevpc.nuts.elem.NElementBuilderclearAffixes 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 setAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix)
setAffixAt in interface net.thevpc.nuts.elem.NArrayElementBuildersetAffixAt in interface net.thevpc.nuts.elem.NElementBuildersetAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes)
setAffixes in interface net.thevpc.nuts.elem.NArrayElementBuildersetAffixes in interface net.thevpc.nuts.elem.NElementBuildersetAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAffix(net.thevpc.nuts.elem.NBoundAffix affix)
addAffix in interface net.thevpc.nuts.elem.NArrayElementBuilderaddAffix in interface net.thevpc.nuts.elem.NElementBuilderaddAffix in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAffixAt(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor)
addAffixAt in interface net.thevpc.nuts.elem.NArrayElementBuilderaddAffixAt in interface net.thevpc.nuts.elem.NElementBuilderaddAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder setAffixAt(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor)
setAffixAt in interface net.thevpc.nuts.elem.NArrayElementBuildersetAffixAt in interface net.thevpc.nuts.elem.NElementBuildersetAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error)
removeDiagnostic in interface net.thevpc.nuts.elem.NArrayElementBuilderremoveDiagnostic in interface net.thevpc.nuts.elem.NElementBuilderremoveDiagnostic in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes)
addAffixes in interface net.thevpc.nuts.elem.NArrayElementBuilderaddAffixes in interface net.thevpc.nuts.elem.NElementBuilderaddAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error)
addDiagnostic in interface net.thevpc.nuts.elem.NArrayElementBuilderaddDiagnostic in interface net.thevpc.nuts.elem.NElementBuilderaddDiagnostic in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAffixes(List<? extends net.thevpc.nuts.elem.NAffix> affixes, net.thevpc.nuts.elem.NAffixAnchor anchor)
addAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder addAffix(net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor)
addAffix in interface net.thevpc.nuts.elem.NElementBuilderaddAffix in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NArrayElementBuilder removeAffixes(net.thevpc.nuts.elem.NAffixType type,
net.thevpc.nuts.elem.NAffixAnchor anchor)
removeAffixes in interface net.thevpc.nuts.elem.NArrayElementBuilderremoveAffixes in interface net.thevpc.nuts.elem.NElementBuilderremoveAffixes 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 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 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 metadata(net.thevpc.nuts.elem.NElementMetadata metadata)
metadata in interface net.thevpc.nuts.elem.NArrayElementBuildermetadata in interface net.thevpc.nuts.elem.NElementBuildermetadata in class AbstractNElementBuilderCopyright © 2026 vpc open source initiative. All rights reserved.