public abstract class AbstractNElementBuilder extends Object implements NElementBuilder
| Constructor and Description |
|---|
AbstractNElementBuilder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, typepublic NElementBuilder addLeadingComment(NElementCommentType type, String text)
addLeadingComment in interface NElementBuilderpublic NElementBuilder addTrailingComment(NElementCommentType type, String text)
addTrailingComment in interface NElementBuilderpublic NElementBuilder addLeadingComment(NElementComment comment)
addLeadingComment in interface NElementBuilderpublic NElementBuilder addLeadingComments(NElementComment... comments)
addLeadingComments in interface NElementBuilderpublic NElementBuilder addTrailingComment(NElementComment comment)
addTrailingComment in interface NElementBuilderpublic NElementBuilder addTrailingComments(NElementComment... comments)
addTrailingComments in interface NElementBuilderpublic NElementComments comments()
comments in interface NElementBuilderpublic NElementBuilder clearComments()
clearComments in interface NElementBuilderpublic NElementBuilder removeTrailingCommentAt(int index)
removeTrailingCommentAt in interface NElementBuilderpublic NElementBuilder removeLeadingCommentAt(int index)
removeLeadingCommentAt in interface NElementBuilderpublic NElementBuilder removeTrailingComment(NElementComment comment)
removeTrailingComment in interface NElementBuilderpublic NElementBuilder removeLeadingComment(NElementComment comment)
removeLeadingComment in interface NElementBuilderpublic List<NElementComment> trailingComments()
trailingComments in interface NElementBuilderpublic List<NElementComment> leadingComments()
leadingComments in interface NElementBuilderpublic NElementBuilder addComments(NElementComments comments)
addComments in interface NElementBuilderpublic NElementBuilder addAnnotations(List<NElementAnnotation> annotations)
addAnnotations in interface NElementBuilderpublic NElementBuilder addAnnotation(String name, NElement... args)
addAnnotation in interface NElementBuilderpublic NElementBuilder addAnnotation(NElementAnnotation annotation)
addAnnotation in interface NElementBuilderpublic NElementBuilder addAnnotationAt(int index, NElementAnnotation annotation)
addAnnotationAt in interface NElementBuilderpublic NElementBuilder removeAnnotationAt(int index)
removeAnnotationAt in interface NElementBuilderpublic NElementBuilder clearAnnotations()
clearAnnotations in interface NElementBuilderpublic List<NElementAnnotation> annotations()
annotations in interface NElementBuilderCopyright © 2025 vpc open source initiative. All rights reserved.