public class MultiGrepFilter extends Object implements GrepFilter
| Modifier and Type | Field and Description |
|---|---|
List<GrepFilter> |
negative |
List<GrepFilter> |
positive |
| Constructor and Description |
|---|
MultiGrepFilter(List<ExpressionInfo> a,
boolean lineRegexp) |
| Modifier and Type | Method and Description |
|---|---|
void |
processNonPivot(String line,
net.thevpc.nuts.text.NTextBuilder coloredLine,
net.thevpc.nuts.text.NTextStyles selectionStyle,
net.thevpc.nuts.core.NSession session) |
boolean |
processPivot(String line,
net.thevpc.nuts.text.NTextBuilder coloredLine,
net.thevpc.nuts.text.NTextStyles selectionStyle,
net.thevpc.nuts.core.NSession session) |
public List<GrepFilter> positive
public List<GrepFilter> negative
public MultiGrepFilter(List<ExpressionInfo> a, boolean lineRegexp)
public void processNonPivot(String line, net.thevpc.nuts.text.NTextBuilder coloredLine, net.thevpc.nuts.text.NTextStyles selectionStyle, net.thevpc.nuts.core.NSession session)
processNonPivot in interface GrepFilterpublic boolean processPivot(String line, net.thevpc.nuts.text.NTextBuilder coloredLine, net.thevpc.nuts.text.NTextStyles selectionStyle, net.thevpc.nuts.core.NSession session)
processPivot in interface GrepFilterCopyright © 2026 vpc open source initiative. All rights reserved.