public abstract class NTypedFiltersParser<T extends net.thevpc.nuts.util.NFilter> extends AbstractFilterParser2<T>
str| Constructor and Description |
|---|
NTypedFiltersParser(String str) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
buildBinOp(String op,
T a,
T r) |
protected T |
buildPreOp(String op,
T a) |
protected abstract net.thevpc.nuts.NTypedFilters<T> |
getTManager() |
protected T |
nextDefault() |
protected T |
wordToPredicate(String word) |
addBoolOps, getOpPrecedence, nextWord, parse, skipWhitespublic NTypedFiltersParser(String str)
protected T nextDefault()
nextDefault in class AbstractFilterParser2<T extends net.thevpc.nuts.util.NFilter>protected abstract net.thevpc.nuts.NTypedFilters<T> getTManager()
protected T buildPreOp(String op, T a)
buildPreOp in class AbstractFilterParser2<T extends net.thevpc.nuts.util.NFilter>protected T buildBinOp(String op, T a, T r)
buildBinOp in class AbstractFilterParser2<T extends net.thevpc.nuts.util.NFilter>protected T wordToPredicate(String word)
wordToPredicate in class AbstractFilterParser2<T extends net.thevpc.nuts.util.NFilter>Copyright © 2025 vpc open source initiative. All rights reserved.