private static class BooleanSearcher.PredicateRangeAttributeParser extends BooleanAttributeParser
Modifier and Type | Field and Description |
---|---|
private PredicateQueryItem |
item |
Constructor and Description |
---|
PredicateRangeAttributeParser(PredicateQueryItem item) |
Modifier and Type | Method and Description |
---|---|
protected void |
addAttribute(String attribute,
String value)
Add an attribute without a subquery mask
|
protected void |
addAttribute(String attribute,
String value,
BigInteger subQueryMask)
Add an attribute with a subquery mask
|
findEndOfValue, handleKeyValue, parse
private PredicateQueryItem item
public PredicateRangeAttributeParser(PredicateQueryItem item)
protected void addAttribute(String attribute, String value)
BooleanAttributeParser
addAttribute
in class BooleanAttributeParser
attribute
- name of attributevalue
- value of attributeprotected void addAttribute(String attribute, String value, BigInteger subQueryMask)
BooleanAttributeParser
addAttribute
in class BooleanAttributeParser
attribute
- name of attributevalue
- value of attributesubQueryMask
- subquery mask for attribute (64-bit)Copyright © 2018. All rights reserved.