public class NElementCommentsBuilderImpl extends Object
| Constructor and Description |
|---|
NElementCommentsBuilderImpl() |
NElementCommentsBuilderImpl(net.thevpc.nuts.elem.NElementComment[] leadingComments,
net.thevpc.nuts.elem.NElementComment[] trailingComments) |
| Modifier and Type | Method and Description |
|---|---|
NElementCommentsBuilderImpl |
addComments(net.thevpc.nuts.elem.NElementComments comments) |
NElementCommentsBuilderImpl |
addLeading(net.thevpc.nuts.elem.NElementComment... leadingComments) |
NElementCommentsBuilderImpl |
addTrailing(net.thevpc.nuts.elem.NElementComment... trailingComments) |
net.thevpc.nuts.elem.NElementComments |
build() |
NElementCommentsBuilderImpl |
clear() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBlank() |
List<net.thevpc.nuts.elem.NElementComment> |
leadingComments() |
NElementCommentsBuilderImpl |
removeLeading(net.thevpc.nuts.elem.NElementComment comment) |
NElementCommentsBuilderImpl |
removeLeadingCommentAt(int index) |
NElementCommentsBuilderImpl |
removeTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
NElementCommentsBuilderImpl |
removeTrailingCommentAt(int index) |
String |
toString() |
List<net.thevpc.nuts.elem.NElementComment> |
trailingComments() |
public NElementCommentsBuilderImpl()
public NElementCommentsBuilderImpl(net.thevpc.nuts.elem.NElementComment[] leadingComments,
net.thevpc.nuts.elem.NElementComment[] trailingComments)
public NElementCommentsBuilderImpl addLeading(net.thevpc.nuts.elem.NElementComment... leadingComments)
public NElementCommentsBuilderImpl addTrailing(net.thevpc.nuts.elem.NElementComment... trailingComments)
public NElementCommentsBuilderImpl removeLeadingCommentAt(int index)
public NElementCommentsBuilderImpl removeLeading(net.thevpc.nuts.elem.NElementComment comment)
public NElementCommentsBuilderImpl removeTrailingCommentAt(int index)
public NElementCommentsBuilderImpl removeTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
public List<net.thevpc.nuts.elem.NElementComment> trailingComments()
public List<net.thevpc.nuts.elem.NElementComment> leadingComments()
public boolean isBlank()
public net.thevpc.nuts.elem.NElementComments build()
public NElementCommentsBuilderImpl clear()
public NElementCommentsBuilderImpl addComments(net.thevpc.nuts.elem.NElementComments comments)
Copyright © 2025 vpc open source initiative. All rights reserved.