public abstract class AbstractFilterParser2<T> extends Object
| Constructor and Description |
|---|
AbstractFilterParser2(String str) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addBoolOps() |
protected abstract T |
buildBinOp(String op,
T a,
T r) |
protected abstract T |
buildPreOp(String op,
T a) |
protected int |
getOpPrecedence(String op) |
protected abstract T |
nextDefault() |
protected String |
nextWord() |
T |
parse() |
protected void |
skipWhites() |
protected abstract T |
wordToPredicate(String word) |
public AbstractFilterParser2(String str)
Copyright © 2021 vpc open source initiative. All rights reserved.