public class NElementCommentsImpl extends Object implements net.thevpc.nuts.elem.NElementComments
| Modifier and Type | Field and Description |
|---|---|
static net.thevpc.nuts.elem.NElementComments |
BLANK |
| Constructor and Description |
|---|
NElementCommentsImpl() |
NElementCommentsImpl(net.thevpc.nuts.elem.NElementComment[] leadingComments,
net.thevpc.nuts.elem.NElementComment[] trailingComments) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(net.thevpc.nuts.elem.NElementComments o) |
net.thevpc.nuts.elem.NElementComments |
concat(net.thevpc.nuts.elem.NElementComments other) |
static net.thevpc.nuts.elem.NElementComments |
concat(NElementCommentsImpl a,
NElementCommentsImpl b) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBlank() |
boolean |
isEmpty() |
List<net.thevpc.nuts.elem.NElementComment> |
leadingComments() |
static net.thevpc.nuts.elem.NElementComments |
ofLeading(net.thevpc.nuts.elem.NElementComment... all) |
static net.thevpc.nuts.elem.NElementComments |
ofTrailing(net.thevpc.nuts.elem.NElementComment... all) |
static net.thevpc.nuts.elem.NElementComments |
ofTrailing(net.thevpc.nuts.elem.NElementComment[] leading,
net.thevpc.nuts.elem.NElementComment[] trailing) |
String |
toString() |
List<net.thevpc.nuts.elem.NElementComment> |
trailingComments() |
public NElementCommentsImpl()
public NElementCommentsImpl(net.thevpc.nuts.elem.NElementComment[] leadingComments,
net.thevpc.nuts.elem.NElementComment[] trailingComments)
public static net.thevpc.nuts.elem.NElementComments ofLeading(net.thevpc.nuts.elem.NElementComment... all)
public static net.thevpc.nuts.elem.NElementComments ofTrailing(net.thevpc.nuts.elem.NElementComment... all)
public static net.thevpc.nuts.elem.NElementComments ofTrailing(net.thevpc.nuts.elem.NElementComment[] leading,
net.thevpc.nuts.elem.NElementComment[] trailing)
public static net.thevpc.nuts.elem.NElementComments concat(NElementCommentsImpl a, NElementCommentsImpl b)
public net.thevpc.nuts.elem.NElementComments concat(net.thevpc.nuts.elem.NElementComments other)
public List<net.thevpc.nuts.elem.NElementComment> trailingComments()
trailingComments in interface net.thevpc.nuts.elem.NElementCommentspublic List<net.thevpc.nuts.elem.NElementComment> leadingComments()
leadingComments in interface net.thevpc.nuts.elem.NElementCommentspublic boolean isBlank()
isBlank in interface net.thevpc.nuts.util.NBlankablepublic boolean isEmpty()
isEmpty in interface net.thevpc.nuts.elem.NElementCommentspublic int compareTo(net.thevpc.nuts.elem.NElementComments o)
compareTo in interface Comparable<net.thevpc.nuts.elem.NElementComments>Copyright © 2025 vpc open source initiative. All rights reserved.