public class DefaultNFragmentElementBuilder extends AbstractNElementBuilder implements net.thevpc.nuts.elem.NFragmentElementBuilder
| Constructor and Description |
|---|
DefaultNFragmentElementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NFragmentElementBuilder |
add(boolean value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
add(byte value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
add(char value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
add(double value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
add(float value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
add(int value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
add(long value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
add(net.thevpc.nuts.elem.NElement e) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
add(Number value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
add(String value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAffix(net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAffix(net.thevpc.nuts.elem.NBoundAffix affix) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAffixAt(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAffixes(List<? extends net.thevpc.nuts.elem.NAffix> affixes,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(boolean[] value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(byte[] value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(char[] value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(Collection<net.thevpc.nuts.elem.NElement> value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(double[] value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(float[] value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(int[] value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(long[] value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(net.thevpc.nuts.elem.NElement[] value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(net.thevpc.nuts.elem.NFragmentElementBuilder value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAll(String[] value) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAnnotation(String name,
net.thevpc.nuts.elem.NElement... args) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NFragmentElement |
build() |
List<net.thevpc.nuts.elem.NElement> |
children() |
net.thevpc.nuts.elem.NFragmentElementBuilder |
clear() |
net.thevpc.nuts.elem.NFragmentElementBuilder |
clearAffixes() |
net.thevpc.nuts.elem.NFragmentElementBuilder |
clearAnnotations() |
net.thevpc.nuts.elem.NFragmentElementBuilder |
clearChildren() |
net.thevpc.nuts.elem.NFragmentElementBuilder |
clearComments() |
net.thevpc.nuts.elem.NFragmentElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NAssignmentPolicy assignmentPolicy) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NAssignmentPolicy assignmentPolicy) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
doWith(Consumer<net.thevpc.nuts.elem.NFragmentElementBuilder> con) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> |
get(int index) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
insert(int index,
net.thevpc.nuts.elem.NElement e) |
List<net.thevpc.nuts.elem.NElement> |
items() |
net.thevpc.nuts.elem.NFragmentElementBuilder |
metadata(net.thevpc.nuts.elem.NElementMetadata metadata) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
remove(int index) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
removeAffix(int affix) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
removeAffixes(net.thevpc.nuts.elem.NAffixType type,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
removeDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
setAffixAt(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
setAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
setAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
setAt(int index,
net.thevpc.nuts.elem.NElement e) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
setChildren(List<net.thevpc.nuts.elem.NElement> values) |
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.NFragmentElementBuilder doWith(Consumer<net.thevpc.nuts.elem.NFragmentElementBuilder> con)
doWith in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic List<net.thevpc.nuts.elem.NElement> items()
items in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic int size()
size in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder clearChildren()
clearChildren in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> get(int index)
get in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(net.thevpc.nuts.elem.NElement[] value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(Collection<net.thevpc.nuts.elem.NElement> value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(net.thevpc.nuts.elem.NFragmentElementBuilder value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder add(net.thevpc.nuts.elem.NElement e)
add in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder insert(int index,
net.thevpc.nuts.elem.NElement e)
insert in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder setAt(int index,
net.thevpc.nuts.elem.NElement e)
setAt in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder clear()
clear in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder remove(int index)
remove in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(String[] value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(int[] value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(double[] value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(long[] value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(float[] value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(boolean[] value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(char[] value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAll(byte[] value)
addAll in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder add(int value)
add in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder add(long value)
add in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder add(double value)
add in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder add(float value)
add in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder add(byte value)
add in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder add(boolean value)
add in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder add(char value)
add in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder add(Number value)
add in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder add(String value)
add in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElement build()
build in interface net.thevpc.nuts.elem.NElementBuilderbuild in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NElementType type()
type in interface net.thevpc.nuts.elem.NElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder setChildren(List<net.thevpc.nuts.elem.NElement> values)
setChildren in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic List<net.thevpc.nuts.elem.NElement> children()
children in interface net.thevpc.nuts.elem.NFragmentElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NAssignmentPolicy assignmentPolicy)
copyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in interface net.thevpc.nuts.elem.NFragmentElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NAssignmentPolicy assignmentPolicy)
copyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in interface net.thevpc.nuts.elem.NFragmentElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations)
addAnnotations in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotations in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAnnotation(String name, net.thevpc.nuts.elem.NElement... args)
addAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
addAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix)
addAffixAt in interface net.thevpc.nuts.elem.NElementBuilderaddAffixAt in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAffix(net.thevpc.nuts.elem.NBoundAffix affix)
addAffix in interface net.thevpc.nuts.elem.NElementBuilderaddAffix in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddAffix in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder removeAffix(int affix)
removeAffix in interface net.thevpc.nuts.elem.NElementBuilderremoveAffix in interface net.thevpc.nuts.elem.NFragmentElementBuilderremoveAffix in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder clearAnnotations()
clearAnnotations in interface net.thevpc.nuts.elem.NElementBuilderclearAnnotations in interface net.thevpc.nuts.elem.NFragmentElementBuilderclearAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder clearAffixes()
clearAffixes in interface net.thevpc.nuts.elem.NElementBuilderclearAffixes in interface net.thevpc.nuts.elem.NFragmentElementBuilderclearAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder clearComments()
clearComments in interface net.thevpc.nuts.elem.NElementBuilderclearComments in interface net.thevpc.nuts.elem.NFragmentElementBuilderclearComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder setAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix)
setAffixAt in interface net.thevpc.nuts.elem.NElementBuildersetAffixAt in interface net.thevpc.nuts.elem.NFragmentElementBuildersetAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder setAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes)
setAffixes in interface net.thevpc.nuts.elem.NElementBuildersetAffixes in interface net.thevpc.nuts.elem.NFragmentElementBuildersetAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAffixAt(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor)
addAffixAt in interface net.thevpc.nuts.elem.NElementBuilderaddAffixAt in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder setAffixAt(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor)
setAffixAt in interface net.thevpc.nuts.elem.NElementBuildersetAffixAt in interface net.thevpc.nuts.elem.NFragmentElementBuildersetAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder removeDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error)
removeDiagnostic in interface net.thevpc.nuts.elem.NElementBuilderremoveDiagnostic in interface net.thevpc.nuts.elem.NFragmentElementBuilderremoveDiagnostic in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes)
addAffixes in interface net.thevpc.nuts.elem.NElementBuilderaddAffixes in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error)
addDiagnostic in interface net.thevpc.nuts.elem.NElementBuilderaddDiagnostic in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddDiagnostic in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addAffixes(List<? extends net.thevpc.nuts.elem.NAffix> affixes, net.thevpc.nuts.elem.NAffixAnchor anchor)
addAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder 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.NFragmentElementBuilder removeAffixes(net.thevpc.nuts.elem.NAffixType type,
net.thevpc.nuts.elem.NAffixAnchor anchor)
removeAffixes in interface net.thevpc.nuts.elem.NElementBuilderremoveAffixes in interface net.thevpc.nuts.elem.NFragmentElementBuilderremoveAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
addLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComment in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments)
addLeadingComments in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComments in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddLeadingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
addTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComment in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments)
addTrailingComments in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComments in interface net.thevpc.nuts.elem.NFragmentElementBuilderaddTrailingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
removeAnnotation in interface net.thevpc.nuts.elem.NElementBuilderremoveAnnotation in interface net.thevpc.nuts.elem.NFragmentElementBuilderremoveAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other)
copyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in interface net.thevpc.nuts.elem.NFragmentElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other)
copyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in interface net.thevpc.nuts.elem.NFragmentElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NFragmentElementBuilder metadata(net.thevpc.nuts.elem.NElementMetadata metadata)
metadata in interface net.thevpc.nuts.elem.NElementBuildermetadata in interface net.thevpc.nuts.elem.NFragmentElementBuildermetadata in class AbstractNElementBuilderCopyright © 2026 vpc open source initiative. All rights reserved.