public class NBoundAffixList extends Object
| Constructor and Description |
|---|
NBoundAffixList() |
| Modifier and Type | Method and Description |
|---|---|
NBoundAffixList |
addAffix(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
addAffix(int index,
net.thevpc.nuts.elem.NBoundAffix affix) |
NBoundAffixList |
addAffix(net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
addAffix(net.thevpc.nuts.elem.NBoundAffix affix) |
NBoundAffixList |
addAffixes(List<? extends net.thevpc.nuts.elem.NAffix> affixes,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
addAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes) |
NBoundAffixList |
addAffixNewLine(int index,
net.thevpc.nuts.text.NNewLineMode newLineMode,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
addAffixNewLine(net.thevpc.nuts.text.NNewLineMode newLineMode,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
addAffixSeparator(int index,
String separator,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
addAffixSeparator(String separator,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
addAffixSpace(int index,
String space,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
addAffixSpace(String space,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
NBoundAffixList |
addAnnotation(String name,
net.thevpc.nuts.elem.NElement... args) |
NBoundAffixList |
addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations) |
NBoundAffixList |
addLeadingComment(net.thevpc.nuts.elem.NElementComment comment) |
NBoundAffixList |
addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments) |
NBoundAffixList |
addTrailingComment(net.thevpc.nuts.elem.NElementComment comment) |
NBoundAffixList |
addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments) |
List<net.thevpc.nuts.elem.NElementAnnotation> |
annotations() |
NBoundAffixList |
clearAffixes() |
NBoundAffixList |
clearAnnotations() |
NBoundAffixList |
clearComments() |
List<net.thevpc.nuts.elem.NElementComment> |
comments() |
boolean |
equals(Object o) |
Predicate<net.thevpc.nuts.elem.NBoundAffix> |
filter() |
static List<net.thevpc.nuts.elem.NBoundAffix> |
filter(List<net.thevpc.nuts.elem.NBoundAffix> list,
net.thevpc.nuts.elem.NAffixAnchor anchor,
net.thevpc.nuts.elem.NAffixType... acceptableTypes) |
NBoundAffixList |
filter(Predicate<net.thevpc.nuts.elem.NBoundAffix> filter) |
NBoundAffixList |
filterAcceptAnchors(net.thevpc.nuts.elem.NAffixAnchor... anchors) |
int |
hashCode() |
List<net.thevpc.nuts.elem.NElementComment> |
leadingComments() |
List<net.thevpc.nuts.elem.NBoundAffix> |
list() |
Comparator<net.thevpc.nuts.elem.NBoundAffix> |
orderComparator() |
NBoundAffixList |
orderComparator(Comparator<net.thevpc.nuts.elem.NBoundAffix> orderComparator) |
NBoundAffixList |
removeAffix(int index) |
NBoundAffixList |
removeAffix(net.thevpc.nuts.elem.NAffix affix) |
NBoundAffixList |
removeAffix(net.thevpc.nuts.elem.NBoundAffix affix) |
NBoundAffixList |
removeAffixes(net.thevpc.nuts.elem.NAffixType type,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
void |
removeAffixIf(Predicate<net.thevpc.nuts.elem.NBoundAffix> predicate) |
NBoundAffixList |
removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation) |
NBoundAffixList |
setAffix(int index,
net.thevpc.nuts.elem.NAffix affix,
net.thevpc.nuts.elem.NAffixAnchor anchor) |
NBoundAffixList |
setAffix(int index,
net.thevpc.nuts.elem.NBoundAffix affix) |
void |
setAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes) |
NBoundAffixList |
setFilter(Predicate<net.thevpc.nuts.elem.NBoundAffix> filter) |
List<net.thevpc.nuts.elem.NElementComment> |
trailingComments() |
public Comparator<net.thevpc.nuts.elem.NBoundAffix> orderComparator()
public NBoundAffixList orderComparator(Comparator<net.thevpc.nuts.elem.NBoundAffix> orderComparator)
public Predicate<net.thevpc.nuts.elem.NBoundAffix> filter()
public NBoundAffixList setFilter(Predicate<net.thevpc.nuts.elem.NBoundAffix> filter)
public NBoundAffixList filterAcceptAnchors(net.thevpc.nuts.elem.NAffixAnchor... anchors)
public NBoundAffixList filter(Predicate<net.thevpc.nuts.elem.NBoundAffix> filter)
public List<net.thevpc.nuts.elem.NBoundAffix> list()
public List<net.thevpc.nuts.elem.NElementComment> comments()
public NBoundAffixList clearComments()
public List<net.thevpc.nuts.elem.NElementComment> trailingComments()
public List<net.thevpc.nuts.elem.NElementComment> leadingComments()
public NBoundAffixList addAnnotations(List<net.thevpc.nuts.elem.NElementAnnotation> annotations)
public NBoundAffixList addAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes)
public NBoundAffixList addAffixes(List<? extends net.thevpc.nuts.elem.NAffix> affixes, net.thevpc.nuts.elem.NAffixAnchor anchor)
public NBoundAffixList addAffix(net.thevpc.nuts.elem.NAffix affix, net.thevpc.nuts.elem.NAffixAnchor anchor)
public NBoundAffixList addAffix(net.thevpc.nuts.elem.NBoundAffix affix)
public NBoundAffixList addAnnotation(String name, net.thevpc.nuts.elem.NElement... args)
public NBoundAffixList addAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
public NBoundAffixList addAffixNewLine(int index, net.thevpc.nuts.text.NNewLineMode newLineMode, net.thevpc.nuts.elem.NAffixAnchor anchor)
public NBoundAffixList addAffix(int index, net.thevpc.nuts.elem.NBoundAffix affix)
public NBoundAffixList removeAnnotation(net.thevpc.nuts.elem.NElementAnnotation annotation)
public NBoundAffixList removeAffix(int index)
public NBoundAffixList removeAffix(net.thevpc.nuts.elem.NAffix affix)
public NBoundAffixList removeAffix(net.thevpc.nuts.elem.NBoundAffix affix)
public NBoundAffixList clearAnnotations()
public NBoundAffixList clearAffixes()
public List<net.thevpc.nuts.elem.NElementAnnotation> annotations()
public NBoundAffixList setAffix(int index, net.thevpc.nuts.elem.NBoundAffix affix)
public NBoundAffixList addAffix(int index, net.thevpc.nuts.elem.NAffix affix, net.thevpc.nuts.elem.NAffixAnchor anchor)
public NBoundAffixList setAffix(int index, net.thevpc.nuts.elem.NAffix affix, net.thevpc.nuts.elem.NAffixAnchor anchor)
public NBoundAffixList removeAffixes(net.thevpc.nuts.elem.NAffixType type, net.thevpc.nuts.elem.NAffixAnchor anchor)
public NBoundAffixList addLeadingComment(net.thevpc.nuts.elem.NElementComment comment)
public NBoundAffixList addLeadingComments(net.thevpc.nuts.elem.NElementComment... comments)
public NBoundAffixList addTrailingComment(net.thevpc.nuts.elem.NElementComment comment)
public NBoundAffixList addTrailingComments(net.thevpc.nuts.elem.NElementComment... comments)
public NBoundAffixList addAffixSpace(String space, net.thevpc.nuts.elem.NAffixAnchor anchor)
public NBoundAffixList addAffixNewLine(net.thevpc.nuts.text.NNewLineMode newLineMode, net.thevpc.nuts.elem.NAffixAnchor anchor)
public NBoundAffixList addAffixSeparator(String separator, net.thevpc.nuts.elem.NAffixAnchor anchor)
public NBoundAffixList addAffixSpace(int index, String space, net.thevpc.nuts.elem.NAffixAnchor anchor)
public NBoundAffixList addAffixSeparator(int index, String separator, net.thevpc.nuts.elem.NAffixAnchor anchor)
public static List<net.thevpc.nuts.elem.NBoundAffix> filter(List<net.thevpc.nuts.elem.NBoundAffix> list, net.thevpc.nuts.elem.NAffixAnchor anchor, net.thevpc.nuts.elem.NAffixType... acceptableTypes)
public void removeAffixIf(Predicate<net.thevpc.nuts.elem.NBoundAffix> predicate)
public void setAffixes(List<net.thevpc.nuts.elem.NBoundAffix> affixes)
Copyright © 2026 vpc open source initiative. All rights reserved.