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