public class DefaultNElementFactory extends Object implements net.thevpc.nuts.elem.NElementFactory
| Constructor and Description |
|---|
DefaultNElementFactory() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElementAnnotation |
ofAnnotation(String name) |
net.thevpc.nuts.elem.NElementAnnotation |
ofAnnotation(String name,
net.thevpc.nuts.elem.NElement... values) |
net.thevpc.nuts.elem.NArrayElement |
ofArray() |
net.thevpc.nuts.elem.NArrayElement |
ofArray(net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NArrayElement |
ofArray(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NArrayElement |
ofArray(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NArrayElementBuilder |
ofArrayBuilder() |
net.thevpc.nuts.elem.NArrayElementBuilder |
ofArrayBuilder(String name) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigComplex(BigDecimal real) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigComplex(BigDecimal real,
BigDecimal imag) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigComplex(BigDecimal real,
BigDecimal imag,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigDecimal(BigDecimal value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigDecimal(BigDecimal value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigInt(BigInteger value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigInt(BigInteger value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigInt(BigInteger value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigInt(BigInteger value,
String suffix) |
net.thevpc.nuts.elem.NOperatorElement |
ofBinaryInfixOperator(net.thevpc.nuts.elem.NOperatorSymbol op,
net.thevpc.nuts.elem.NElement first,
net.thevpc.nuts.elem.NElement second) |
net.thevpc.nuts.elem.NElement |
ofBinaryStream(net.thevpc.nuts.io.NInputStreamProvider value) |
net.thevpc.nuts.elem.NElement |
ofBinaryStream(net.thevpc.nuts.io.NInputStreamProvider value,
String blockIdentifier) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
ofBinaryStreamBuilder() |
net.thevpc.nuts.elem.NElementComment |
ofBlocComment(net.thevpc.nuts.elem.NElementLine... lines) |
net.thevpc.nuts.elem.NElementComment |
ofBlocComment(String lines) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBoolean(boolean value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBoolean(String value) |
net.thevpc.nuts.elem.NArrayElement |
ofBooleanArray(boolean... items) |
net.thevpc.nuts.elem.NArrayElement |
ofBooleanArray(Boolean... items) |
net.thevpc.nuts.elem.NBoundAffix |
ofBoundAffix(net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(byte value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(Byte value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(byte value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(Byte value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(byte value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(Byte value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(byte value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(Byte value,
String suffix) |
net.thevpc.nuts.elem.NArrayElement |
ofByteArray(byte... items) |
net.thevpc.nuts.elem.NArrayElement |
ofByteArray(Byte... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofChar(Character value) |
net.thevpc.nuts.elem.NArrayElement |
ofCharArray(char... items) |
net.thevpc.nuts.elem.NArrayElement |
ofCharArray(Character... items) |
net.thevpc.nuts.elem.NElement |
ofCharStream(net.thevpc.nuts.io.NReaderProvider value,
String blockIdentifier) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
ofCharStreamBuilder() |
net.thevpc.nuts.elem.NCustomElement |
ofCustom(Object object) |
net.thevpc.nuts.elem.NElementDiagnostic |
ofDiagnostic(net.thevpc.nuts.text.NMsg msg) |
net.thevpc.nuts.elem.NElementDiagnosticBuilder |
ofDiagnosticBuilder() |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDouble(double value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDouble(Double value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDouble(double value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDouble(Double value,
String suffix) |
net.thevpc.nuts.elem.NArrayElement |
ofDoubleArray(double... items) |
net.thevpc.nuts.elem.NArrayElement |
ofDoubleArray(Double... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDoubleComplex(double real) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDoubleComplex(double real,
double imag) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDoubleComplex(double real,
double imag,
String suffix) |
net.thevpc.nuts.elem.NElementLine |
ofElementLine(String prefix,
String startMarker,
String startPadding,
String content,
String endPadding,
String endMarker,
net.thevpc.nuts.text.NNewLineMode newline) |
<T extends Enum<T>> |
ofEnum(Enum<T> value) |
net.thevpc.nuts.elem.NEmptyElementBuilder |
ofErrorBuilder() |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFalse() |
net.thevpc.nuts.elem.NFlatExprElementBuilder |
ofFlatExprBuilder() |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloat(float value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloat(Float value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloat(float value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloat(Float value,
String suffix) |
net.thevpc.nuts.elem.NArrayElement |
ofFloatArray(float... items) |
net.thevpc.nuts.elem.NArrayElement |
ofFloatArray(Float... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloatComplex(float real) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloatComplex(float real,
float imag) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloatComplex(float real,
float imag,
String suffix) |
net.thevpc.nuts.elem.NFragmentElement |
ofFragment(net.thevpc.nuts.elem.NElement... elements) |
net.thevpc.nuts.elem.NFragmentElementBuilder |
ofFragmentBuilder() |
net.thevpc.nuts.elem.NArrayElement |
ofFullArray(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofFullObject(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInstant(Date value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInstant(Instant instant) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInstant(String value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(int value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(Integer value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(Integer value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(Integer value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(Integer value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(int value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(int value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(int value,
String suffix) |
net.thevpc.nuts.elem.NArrayElement |
ofIntArray(int... items) |
net.thevpc.nuts.elem.NArrayElement |
ofIntArray(Integer... items) |
net.thevpc.nuts.elem.NElementComment |
ofLineComment(net.thevpc.nuts.elem.NElementLine... lines) |
net.thevpc.nuts.elem.NElementComment |
ofLineComment(String lines) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLocalDate(LocalDate localDate) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLocalDateTime(LocalDateTime localDateTime) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLocalTime(LocalTime localTime) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(long value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(Long value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(long value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(Long value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(long value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(Long value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(long value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(Long value,
String suffix) |
net.thevpc.nuts.elem.NArrayElement |
ofLongArray(long... items) |
net.thevpc.nuts.elem.NArrayElement |
ofLongArray(Long... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofName(String str) |
net.thevpc.nuts.elem.NArrayElement |
ofNamedArray(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofNamedObject(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NUpletElement |
ofNamedUplet(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofNameOrString(String value) |
net.thevpc.nuts.elem.NElementNewLine |
ofNewline(String value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofNull() |
net.thevpc.nuts.elem.NPrimitiveElement |
ofNumber(Number value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofNumber(Number value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofNumber(String value) |
net.thevpc.nuts.elem.NArrayElement |
ofNumberArray(Number... items) |
net.thevpc.nuts.elem.NObjectElement |
ofObject() |
net.thevpc.nuts.elem.NObjectElement |
ofObject(net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofObject(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofObject(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElementBuilder |
ofObjectBuilder() |
net.thevpc.nuts.elem.NObjectElementBuilder |
ofObjectBuilder(String name) |
net.thevpc.nuts.elem.NOperatorSymbolElement |
ofOp(net.thevpc.nuts.elem.NOperatorSymbol op) |
net.thevpc.nuts.elem.NOperatorElementBuilder |
ofOpBuilder() |
net.thevpc.nuts.elem.NPairElement |
ofPair(net.thevpc.nuts.elem.NElement key,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Boolean value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Byte value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Double value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Instant value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Integer value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
LocalDate value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
LocalDateTime value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
LocalTime value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Long value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Number value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Short value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
String value) |
net.thevpc.nuts.elem.NPairElementBuilder |
ofPairBuilder() |
net.thevpc.nuts.elem.NPairElementBuilder |
ofPairBuilder(net.thevpc.nuts.elem.NElement key,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NArrayElement |
ofParamArray(net.thevpc.nuts.elem.NElement... params) |
net.thevpc.nuts.elem.NArrayElement |
ofParamArray(net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NArrayElement |
ofParamArray(String name,
net.thevpc.nuts.elem.NElement... params) |
net.thevpc.nuts.elem.NArrayElement |
ofParamArray(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofParamObject(net.thevpc.nuts.elem.NElement... params) |
net.thevpc.nuts.elem.NObjectElement |
ofParamObject(net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofParamObject(String name,
net.thevpc.nuts.elem.NElement... params) |
net.thevpc.nuts.elem.NObjectElement |
ofParamObject(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
ofPrimitiveBuilder() |
net.thevpc.nuts.elem.NElementSeparator |
ofSeparator(char value) |
net.thevpc.nuts.elem.NElementSeparator |
ofSeparator(String value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(short value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(Short value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(short value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(Short value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(short value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(Short value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(short value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(Short value,
String suffix) |
net.thevpc.nuts.elem.NArrayElement |
ofShortArray(short... items) |
net.thevpc.nuts.elem.NArrayElement |
ofShortArray(Short... items) |
net.thevpc.nuts.elem.NElementSpace |
ofSpace(String value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofString(String str) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofString(String str,
net.thevpc.nuts.elem.NElementType stringLayout) |
net.thevpc.nuts.elem.NArrayElement |
ofStringArray(String... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofTrue() |
net.thevpc.nuts.elem.NOperatorElement |
ofUnaryPrefixOperator(net.thevpc.nuts.elem.NOperatorSymbol op,
net.thevpc.nuts.elem.NElement operand) |
net.thevpc.nuts.elem.NUpletElement |
ofUplet() |
net.thevpc.nuts.elem.NUpletElement |
ofUplet(net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NUpletElement |
ofUplet(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NUpletElementBuilder |
ofUpletBuilder() |
net.thevpc.nuts.elem.NUpletElementBuilder |
ofUpletBuilder(String name) |
public net.thevpc.nuts.elem.NPairElement ofPair(net.thevpc.nuts.elem.NElement key,
net.thevpc.nuts.elem.NElement value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, net.thevpc.nuts.elem.NElement value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Boolean value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Number value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Short value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Byte value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Integer value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Long value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, String value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Double value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Instant value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, LocalDate value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, LocalDateTime value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NOperatorSymbolElement ofOp(net.thevpc.nuts.elem.NOperatorSymbol op)
ofOp in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, LocalTime value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElementBuilder ofPairBuilder(net.thevpc.nuts.elem.NElement key,
net.thevpc.nuts.elem.NElement value)
ofPairBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NOperatorElementBuilder ofOpBuilder()
ofOpBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NOperatorElement ofBinaryInfixOperator(net.thevpc.nuts.elem.NOperatorSymbol op,
net.thevpc.nuts.elem.NElement first,
net.thevpc.nuts.elem.NElement second)
ofBinaryInfixOperator in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NEmptyElementBuilder ofErrorBuilder()
ofErrorBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementDiagnosticBuilder ofDiagnosticBuilder()
ofDiagnosticBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementDiagnostic ofDiagnostic(net.thevpc.nuts.text.NMsg msg)
ofDiagnostic in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementSeparator ofSeparator(String value)
ofSeparator in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementSeparator ofSeparator(char value)
ofSeparator in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementSpace ofSpace(String value)
ofSpace in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementNewLine ofNewline(String value)
ofNewline in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NBoundAffix ofBoundAffix(net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor)
ofBoundAffix in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NOperatorElement ofUnaryPrefixOperator(net.thevpc.nuts.elem.NOperatorSymbol op,
net.thevpc.nuts.elem.NElement operand)
ofUnaryPrefixOperator in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElementBuilder ofPairBuilder()
ofPairBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElementBuilder ofObjectBuilder()
ofObjectBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElementBuilder ofObjectBuilder(String name)
ofObjectBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElementBuilder ofArrayBuilder()
ofArrayBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElementBuilder ofArrayBuilder(String name)
ofArrayBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofArray()
ofArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofStringArray(String... items)
ofStringArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofDoubleArray(double... items)
ofDoubleArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofDoubleArray(Double... items)
ofDoubleArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofFloatArray(float... items)
ofFloatArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofFloatArray(Float... items)
ofFloatArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofByteArray(byte... items)
ofByteArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofCharArray(char... items)
ofCharArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofCharArray(Character... items)
ofCharArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofByteArray(Byte... items)
ofByteArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofShortArray(short... items)
ofShortArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofShortArray(Short... items)
ofShortArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofIntArray(int... items)
ofIntArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofIntArray(Integer... items)
ofIntArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofLongArray(long... items)
ofLongArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofLongArray(Long... items)
ofLongArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofNumberArray(Number... items)
ofNumberArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofBooleanArray(boolean... items)
ofBooleanArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofBooleanArray(Boolean... items)
ofBooleanArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofArray(net.thevpc.nuts.elem.NElement... items)
ofArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofArray(String name, net.thevpc.nuts.elem.NElement... items)
ofArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofNamedArray(String name, net.thevpc.nuts.elem.NElement... items)
ofNamedArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofFullArray(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofFullArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofArray(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofParamArray(net.thevpc.nuts.elem.NElement... params)
ofParamArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofParamArray(net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items)
ofParamArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofParamArray(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofParamArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofObject(net.thevpc.nuts.elem.NElement... items)
ofObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofParamArray(String name, net.thevpc.nuts.elem.NElement... params)
ofParamArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofObject(String name, net.thevpc.nuts.elem.NElement... items)
ofObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofParamObject(net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items)
ofParamObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofParamObject(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofParamObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofObject(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofNamedObject(String name, net.thevpc.nuts.elem.NElement... items)
ofNamedObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofFullObject(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofFullObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofParamObject(net.thevpc.nuts.elem.NElement... params)
ofParamObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofParamObject(String name, net.thevpc.nuts.elem.NElement... params)
ofParamObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofObject()
ofObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBoolean(String value)
ofBoolean in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBoolean(boolean value)
ofBoolean in interface net.thevpc.nuts.elem.NElementFactorypublic <T extends Enum<T>> net.thevpc.nuts.elem.NPrimitiveElement ofEnum(Enum<T> value)
ofEnum in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofString(String str)
ofString in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofString(String str, net.thevpc.nuts.elem.NElementType stringLayout)
ofString in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofName(String str)
ofName in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofNameOrString(String value)
ofNameOrString in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NCustomElement ofCustom(Object object)
ofCustom in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofTrue()
ofTrue in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFalse()
ofFalse in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInstant(Instant instant)
ofInstant in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLocalDate(LocalDate localDate)
ofLocalDate in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLocalDateTime(LocalDateTime localDateTime)
ofLocalDateTime in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLocalTime(LocalTime localTime)
ofLocalTime in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloat(Float value)
ofFloat in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloat(float value)
ofFloat in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloat(Float value, String suffix)
ofFloat in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloat(float value,
String suffix)
ofFloat in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(Integer value)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(int value)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(Integer value, String suffix)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(int value,
String suffix)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(Integer value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(int value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(Integer value, net.thevpc.nuts.elem.NNumberLayout layout)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(int value,
net.thevpc.nuts.elem.NNumberLayout layout)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElement ofBinaryStream(net.thevpc.nuts.io.NInputStreamProvider value)
ofBinaryStream in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElement ofBinaryStream(net.thevpc.nuts.io.NInputStreamProvider value,
String blockIdentifier)
ofBinaryStream in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder ofBinaryStreamBuilder()
ofBinaryStreamBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElement ofCharStream(net.thevpc.nuts.io.NReaderProvider value,
String blockIdentifier)
ofCharStream in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NCharStreamElementBuilder ofCharStreamBuilder()
ofCharStreamBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementAnnotation ofAnnotation(String name, net.thevpc.nuts.elem.NElement... values)
ofAnnotation in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementAnnotation ofAnnotation(String name)
ofAnnotation in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(Long value)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(long value,
net.thevpc.nuts.elem.NNumberLayout layout)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(Long value, net.thevpc.nuts.elem.NNumberLayout layout)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(long value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(Long value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(long value,
String suffix)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(Long value, String suffix)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(long value)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofNull()
ofNull in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofNumber(String value)
ofNumber in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInstant(Date value)
ofInstant in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInstant(String value)
ofInstant in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(Byte value)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(Byte value, String suffix)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(byte value)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(Byte value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(byte value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(Byte value, net.thevpc.nuts.elem.NNumberLayout layout)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(byte value,
net.thevpc.nuts.elem.NNumberLayout layout)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(byte value,
String suffix)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(Short value)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(short value)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(Short value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(short value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(Short value, net.thevpc.nuts.elem.NNumberLayout layout)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(short value,
net.thevpc.nuts.elem.NNumberLayout layout)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(Short value, String suffix)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(short value,
String suffix)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofChar(Character value)
ofChar in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDouble(Double value)
ofDouble in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDouble(double value)
ofDouble in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDouble(Double value, String suffix)
ofDouble in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDouble(double value,
String suffix)
ofDouble in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigDecimal(BigDecimal value)
ofBigDecimal in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigDecimal(BigDecimal value, String suffix)
ofBigDecimal in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigInt(BigInteger value)
ofBigInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigInt(BigInteger value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofBigInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigInt(BigInteger value, net.thevpc.nuts.elem.NNumberLayout layout)
ofBigInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigInt(BigInteger value, String suffix)
ofBigInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElementBuilder ofUpletBuilder()
ofUpletBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElementBuilder ofUpletBuilder(String name)
ofUpletBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElement ofUplet()
ofUplet in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElement ofUplet(String name, net.thevpc.nuts.elem.NElement... items)
ofUplet in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElement ofNamedUplet(String name, net.thevpc.nuts.elem.NElement... items)
ofNamedUplet in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElement ofUplet(net.thevpc.nuts.elem.NElement... items)
ofUplet in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDoubleComplex(double real)
ofDoubleComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDoubleComplex(double real,
double imag)
ofDoubleComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDoubleComplex(double real,
double imag,
String suffix)
ofDoubleComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloatComplex(float real)
ofFloatComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloatComplex(float real,
float imag)
ofFloatComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloatComplex(float real,
float imag,
String suffix)
ofFloatComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigComplex(BigDecimal real)
ofBigComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigComplex(BigDecimal real, BigDecimal imag)
ofBigComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigComplex(BigDecimal real, BigDecimal imag, String suffix)
ofBigComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofNumber(Number value)
ofNumber in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofNumber(Number value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofNumber in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementComment ofBlocComment(String lines)
ofBlocComment in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementComment ofLineComment(String lines)
ofLineComment in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementComment ofBlocComment(net.thevpc.nuts.elem.NElementLine... lines)
ofBlocComment in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementComment ofLineComment(net.thevpc.nuts.elem.NElementLine... lines)
ofLineComment in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElementBuilder ofPrimitiveBuilder()
ofPrimitiveBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NFlatExprElementBuilder ofFlatExprBuilder()
ofFlatExprBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NFragmentElementBuilder ofFragmentBuilder()
ofFragmentBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NFragmentElement ofFragment(net.thevpc.nuts.elem.NElement... elements)
ofFragment in interface net.thevpc.nuts.elem.NElementFactoryCopyright © 2026 vpc open source initiative. All rights reserved.