public interface TsonBinOpBuilder extends TsonElementBuilder
| Modifier and Type | Method and Description |
|---|---|
TsonBinOpBuilder |
addAnnotation(String name,
TsonElementBase... elements) |
TsonBinOpBuilder |
addAnnotation(TsonAnnotation annotation) |
TsonBinOpBuilder |
addAnnotations(Collection<TsonAnnotation> annotations) |
TsonBinOpBuilder |
addAnnotations(TsonAnnotation... annotations) |
TsonBinOpBuilder |
annotation(String name,
TsonElementBase... elements) |
TsonBinOpBuilder |
comments(TsonComments comments) |
TsonElement |
getFirst() |
TsonElement |
getSecond() |
TsonBinOpBuilder |
merge(TsonPair other) |
TsonBinOpBuilder |
removeAllAnnotations() |
TsonBinOpBuilder |
removeAnnotationAt(int index) |
TsonBinOpBuilder |
reset() |
TsonBinOpBuilder |
setAnnotations(TsonAnnotation... annotations) |
TsonBinOpBuilder |
setComments(TsonComments comments) |
TsonBinOpBuilder |
setFirst(TsonElementBase key) |
TsonBinOpBuilder |
setSecond(TsonElementBase value) |
anchor, build, getAnnotations, getComments, toArray, toFunction, toObject, toUplet, typeof, toString, toString, toStringTsonBinOpBuilder merge(TsonPair other)
TsonBinOpBuilder reset()
TsonElement getFirst()
TsonBinOpBuilder setFirst(TsonElementBase key)
TsonElement getSecond()
TsonBinOpBuilder setSecond(TsonElementBase value)
TsonBinOpBuilder comments(TsonComments comments)
comments in interface TsonElementBuilderTsonBinOpBuilder setComments(TsonComments comments)
setComments in interface TsonElementBuilderTsonBinOpBuilder setAnnotations(TsonAnnotation... annotations)
setAnnotations in interface TsonElementBuilderTsonBinOpBuilder addAnnotations(TsonAnnotation... annotations)
addAnnotations in interface TsonElementBuilderTsonBinOpBuilder addAnnotations(Collection<TsonAnnotation> annotations)
addAnnotations in interface TsonElementBuilderTsonBinOpBuilder annotation(String name, TsonElementBase... elements)
annotation in interface TsonElementBuilderTsonBinOpBuilder addAnnotation(String name, TsonElementBase... elements)
addAnnotation in interface TsonElementBuilderTsonBinOpBuilder addAnnotation(TsonAnnotation annotation)
addAnnotation in interface TsonElementBuilderTsonBinOpBuilder removeAnnotationAt(int index)
removeAnnotationAt in interface TsonElementBuilderTsonBinOpBuilder removeAllAnnotations()
removeAllAnnotations in interface TsonElementBuilderCopyright © 2025 vpc open source initiative. All rights reserved.