Package com.alon.querydecoder
Class Expression
- java.lang.Object
-
- com.alon.querydecoder.Expression
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringfieldprotected LogicalOperatorlogicalOperatorprotected MatchTypematchTypeprotected Decodernextprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description Expression(String expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetField()LogicalOperatorgetLogicalOperator()MatchTypegetMatchType()DecodergetNext()StringgetValue()Expressionparse(String expression)StringtoString()
-
-
-
Field Detail
-
field
protected String field
-
value
protected String value
-
matchType
protected MatchType matchType
-
logicalOperator
protected LogicalOperator logicalOperator
-
next
protected Decoder next
-
-
Constructor Detail
-
Expression
public Expression(String expression)
-
-
Method Detail
-
getField
public String getField()
-
getValue
public String getValue()
-
getMatchType
public MatchType getMatchType()
-
getLogicalOperator
public LogicalOperator getLogicalOperator()
- Specified by:
getLogicalOperatorin interfaceDecoder
-
parse
public final Expression parse(String expression)
-
-