public class NameValue extends AbstractNode implements FilterProvider
comparisonOprs, is, WHITESPACE| Constructor and Description |
|---|
NameValue(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_parse() |
org.elasticsearch.index.query.QueryBuilder |
getFilterBuilder() |
Name |
getName() |
ComparisonOp |
getOp() |
ConstValue |
getValue() |
java.lang.String |
toString() |
assertExpected, assertExpected, assertExpected, efor, isBoolOpr, isComparisonOpr, isNumber, isNumeric, peek, read, readToken, skipWhitespacepublic NameValue(java.io.InputStream is)
throws ParserException
ParserExceptionprotected void _parse()
throws java.lang.Exception
_parse in class AbstractNodejava.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic Name getName()
public ComparisonOp getOp()
public ConstValue getValue()
public org.elasticsearch.index.query.QueryBuilder getFilterBuilder()
getFilterBuilder in interface FilterProvider