Uses of Interface
net.thevpc.tson.TsonOpBuilder
Packages that use TsonOpBuilder
-
Uses of TsonOpBuilder in net.thevpc.tson
Methods in net.thevpc.tson that return TsonOpBuilderModifier and TypeMethodDescriptionTsonOpBuilder.addAnnotation(String name, TsonElementBase... elements) TsonOpBuilder.addAnnotation(TsonAnnotation annotation) TsonOpBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonOpBuilder.addAnnotations(TsonAnnotation... annotations) TsonOpBuilder.annotation(String name, TsonElementBase... elements) TsonOp.builder()TsonOpBuilder.clearAnnotations()TsonOpBuilder.comments(TsonComments comments) /////////////////////////////////////////////TsonOpBuilder.first(TsonElementBase key) TsonElementsFactory.ofOpBuilder()TsonOpBuilder.opType(TsonOpType opType) TsonOpBuilder.removeAnnotationAt(int index) TsonOpBuilder.reset()TsonOpBuilder.second(TsonElementBase value) TsonOpBuilder.setAnnotations(TsonAnnotation... annotations) TsonOpBuilder.setComments(TsonComments comments)