class Filter.Query
extends java.lang.Object
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
private Filter.Node |
doAnd() |
private Filter.Node |
doNot() |
private Filter.Node |
doOr() |
private Filter.Node |
doQuery() |
(package private) Filter.Node |
doSimple() |
(package private) java.lang.String |
getKey() |
private java.lang.String |
getValue() |
(package private) boolean |
prefix(java.lang.String pre) |
(package private) java.lang.String |
skip(int skip) |
private Filter.Node doQuery() throws java.lang.Exception
java.lang.Exceptionprivate Filter.Node doAnd() throws java.lang.Exception
java.lang.Exceptionjava.lang.String skip(int skip)
private Filter.Node doOr() throws java.lang.Exception
java.lang.Exceptionprivate Filter.Node doNot() throws java.lang.Exception
java.lang.ExceptionFilter.Node doSimple() throws java.lang.Exception
java.lang.Exceptionboolean prefix(java.lang.String pre)
java.lang.String getKey()
throws java.lang.Exception
java.lang.Exceptionprivate java.lang.String getValue()