public class FilterForEvalEventPropIndexedForge extends Object implements FilterSpecParamInValueForge
Constructor and Description |
---|
FilterForEvalEventPropIndexedForge(String resultEventAsName,
int resultEventindex,
String resultEventProperty,
EventType eventType,
boolean isMustCoerce,
Class coercionType) |
Modifier and Type | Method and Description |
---|---|
boolean |
constant() |
boolean |
equals(Object obj) |
Object |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext) |
String |
getResultEventAsName()
Returns the tag used for the event property.
|
String |
getResultEventProperty()
Returns the event property name.
|
Class |
getReturnType() |
int |
hashCode() |
boolean |
isConstant() |
CodegenExpression |
makeCodegen(CodegenClassScope classScope,
CodegenMethodScope parent) |
String |
toString() |
public Class getReturnType()
getReturnType
in interface FilterSpecParamInValueForge
public boolean constant()
public CodegenExpression makeCodegen(CodegenClassScope classScope, CodegenMethodScope parent)
makeCodegen
in interface FilterSpecParamFilterForEvalForge
public boolean isConstant()
isConstant
in interface FilterSpecParamInValueForge
public Object getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext exprEvaluatorContext)
getFilterValue
in interface FilterSpecParamFilterForEvalForge
public String getResultEventAsName()
public String getResultEventProperty()
Copyright © 2005–2020. All rights reserved.