public class DefaultNPrimitiveElementBuilder extends AbstractNElementBuilder implements net.thevpc.nuts.elem.NPrimitiveElementBuilder
| Constructor and Description |
|---|
DefaultNPrimitiveElementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAffix(net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAffix(net.thevpc.nuts.elem.NBoundAffix affix) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAffixAt(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAffixes(List<? extends net.thevpc.nuts.elem.NAffix> affixes,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAnnotation(String name,
net.thevpc.nuts.elem.NElement... args) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments) |
net.thevpc.nuts.elem.NPrimitiveElement |
build() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
clearAffixes() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
clearAnnotations() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
clearComments() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElementBuilder other,
net.thevpc.nuts.util.NAssignmentPolicy assignmentPolicy) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
copyFrom(net.thevpc.nuts.elem.NElement other,
net.thevpc.nuts.util.NAssignmentPolicy assignmentPolicy) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
copyFrom(net.thevpc.nuts.elem.NPrimitiveElement element) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
doWith(Consumer<net.thevpc.nuts.elem.NPrimitiveElementBuilder> con) |
String |
image() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
metadata(net.thevpc.nuts.elem.NElementMetadata metadata) |
net.thevpc.nuts.elem.NNumberLayout |
numberLayout() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
numberLayout(net.thevpc.nuts.elem.NNumberLayout numberLayout) |
String |
numberSuffix() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
numberSuffix(String numberSuffix) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
removeAffix(int affix) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
removeAffixes(net.thevpc.nuts.elem.NAffixType type,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
removeDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setAffixAt(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setAntiQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBigComplex(net.thevpc.nuts.math.NBigComplex value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBigDecimal(BigDecimal value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBigInt(BigInteger value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBlockString(net.thevpc.nuts.elem.NElementLine... value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBlockString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBoolean(boolean value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setBoolean(Boolean value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setByte(byte value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setByte(Byte value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setChar(char value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setChar(Character value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setDouble(double value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setDouble(Double value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setDoubleComplex(net.thevpc.nuts.math.NDoubleComplex value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setDoubleQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setFloat(Float value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setFloatComplex(net.thevpc.nuts.math.NFloatComplex value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setInstant(Instant value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setInt(int value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setInt(Integer value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLineString(net.thevpc.nuts.elem.NElementLine value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLineString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLocalDate(LocalDate value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLocalDateTime(LocalDateTime value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLocalTime(LocalTime value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setLong(Long value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setNull() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setShort(short value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setShort(Short value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setSingleQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setString(String value,
net.thevpc.nuts.elem.NElementType stringLayout) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setTripleAntiQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setTripleDoubleQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setTripleSingleQuotedString(String value) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
setValue(Object value) |
net.thevpc.nuts.elem.NElementType |
type() |
Object |
value() |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
value(Object value) |
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.NNumberLayout numberLayout()
numberLayout in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder numberLayout(net.thevpc.nuts.elem.NNumberLayout numberLayout)
numberLayout in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic String numberSuffix()
numberSuffix in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder numberSuffix(String numberSuffix)
numberSuffix in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setValue(Object value)
setValue in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder value(Object value)
value in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setInstant(Instant value)
setInstant in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLocalDate(LocalDate value)
setLocalDate in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLocalDateTime(LocalDateTime value)
setLocalDateTime in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLocalTime(LocalTime value)
setLocalTime in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setString(String value)
setString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBlockString(net.thevpc.nuts.elem.NElementLine... value)
setBlockString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLineString(net.thevpc.nuts.elem.NElementLine value)
setLineString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setString(String value, net.thevpc.nuts.elem.NElementType stringLayout)
setString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBoolean(Boolean value)
setBoolean in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBoolean(boolean value)
setBoolean in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setSingleQuotedString(String value)
setSingleQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setDoubleQuotedString(String value)
setDoubleQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setAntiQuotedString(String value)
setAntiQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setTripleSingleQuotedString(String value)
setTripleSingleQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setTripleDoubleQuotedString(String value)
setTripleDoubleQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setTripleAntiQuotedString(String value)
setTripleAntiQuotedString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLineString(String value)
setLineString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBlockString(String value)
setBlockString in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setInt(Integer value)
setInt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setLong(Long value)
setLong in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setNull()
setNull in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setByte(Byte value)
setByte in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setShort(Short value)
setShort in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setChar(char value)
setChar in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setChar(Character value)
setChar in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setShort(short value)
setShort in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setDouble(double value)
setDouble in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setFloat(Float value)
setFloat in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setDouble(Double value)
setDouble in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBigInt(BigInteger value)
setBigInt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBigDecimal(BigDecimal value)
setBigDecimal in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setInt(int value)
setInt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setByte(byte value)
setByte in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setDoubleComplex(net.thevpc.nuts.math.NDoubleComplex value)
setDoubleComplex in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setFloatComplex(net.thevpc.nuts.math.NFloatComplex value)
setFloatComplex in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setBigComplex(net.thevpc.nuts.math.NBigComplex value)
setBigComplex in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElement build()
build in interface net.thevpc.nuts.elem.NElementBuilderbuild in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NElementType type()
type in interface net.thevpc.nuts.elem.NElementBuilderpublic Object value()
value in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder copyFrom(net.thevpc.nuts.elem.NPrimitiveElement element)
copyFrom in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder doWith(Consumer<net.thevpc.nuts.elem.NPrimitiveElementBuilder> con)
doWith in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder 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.NPrimitiveElementBuildercopyFrom in class AbstractNElementBuilderpublic String image()
image in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder 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.NPrimitiveElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations)
addAnnotations in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotations in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAnnotation(String name, net.thevpc.nuts.elem.NElement... args)
addAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
addAnnotation in interface net.thevpc.nuts.elem.NElementBuilderaddAnnotation in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix)
addAffixAt in interface net.thevpc.nuts.elem.NElementBuilderaddAffixAt in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder removeAffix(int affix)
removeAffix in interface net.thevpc.nuts.elem.NElementBuilderremoveAffix in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderremoveAffix in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder clearAnnotations()
clearAnnotations in interface net.thevpc.nuts.elem.NElementBuilderclearAnnotations in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderclearAnnotations in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder clearAffixes()
clearAffixes in interface net.thevpc.nuts.elem.NElementBuilderclearAffixes in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderclearAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder clearComments()
clearComments in interface net.thevpc.nuts.elem.NElementBuilderclearComments in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderclearComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setAffixAt(int index,
net.thevpc.nuts.elem.NBoundAffix affix)
setAffixAt in interface net.thevpc.nuts.elem.NElementBuildersetAffixAt in interface net.thevpc.nuts.elem.NPrimitiveElementBuildersetAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder setAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes)
setAffixes in interface net.thevpc.nuts.elem.NElementBuildersetAffixes in interface net.thevpc.nuts.elem.NPrimitiveElementBuildersetAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAffix(net.thevpc.nuts.elem.NBoundAffix affix)
addAffix in interface net.thevpc.nuts.elem.NElementBuilderaddAffix in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddAffix in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder 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.NPrimitiveElementBuilderaddAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder 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.NPrimitiveElementBuildersetAffixAt in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder removeDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error)
removeDiagnostic in interface net.thevpc.nuts.elem.NElementBuilderremoveDiagnostic in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderremoveDiagnostic in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes)
addAffixes in interface net.thevpc.nuts.elem.NElementBuilderaddAffixes in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addDiagnostic(net.thevpc.nuts.elem.NElementDiagnostic error)
addDiagnostic in interface net.thevpc.nuts.elem.NElementBuilderaddDiagnostic in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddDiagnostic in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addAffixes(List<? extends net.thevpc.nuts.elem.NAffix> affixes, net.thevpc.nuts.elem.NAffixAnchor anchor)
addAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder 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.NPrimitiveElementBuilder 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.NPrimitiveElementBuilderremoveAffixes in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
addLeadingComment in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComment in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddLeadingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments)
addLeadingComments in interface net.thevpc.nuts.elem.NElementBuilderaddLeadingComments in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddLeadingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
addTrailingComment in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComment in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddTrailingComment in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments)
addTrailingComments in interface net.thevpc.nuts.elem.NElementBuilderaddTrailingComments in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderaddTrailingComments in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
removeAnnotation in interface net.thevpc.nuts.elem.NElementBuilderremoveAnnotation in interface net.thevpc.nuts.elem.NPrimitiveElementBuilderremoveAnnotation in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder copyFrom(net.thevpc.nuts.elem.NElementBuilder other)
copyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in interface net.thevpc.nuts.elem.NPrimitiveElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder copyFrom(net.thevpc.nuts.elem.NElement other)
copyFrom in interface net.thevpc.nuts.elem.NElementBuildercopyFrom in interface net.thevpc.nuts.elem.NPrimitiveElementBuildercopyFrom in class AbstractNElementBuilderpublic net.thevpc.nuts.elem.NPrimitiveElementBuilder metadata(net.thevpc.nuts.elem.NElementMetadata metadata)
metadata in interface net.thevpc.nuts.elem.NElementBuildermetadata in interface net.thevpc.nuts.elem.NPrimitiveElementBuildermetadata in class AbstractNElementBuilderCopyright © 2026 vpc open source initiative. All rights reserved.