public abstract class AbstractEventEvaluatorAction extends Action
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTEcontext| Constructor and Description |
|---|
AbstractEventEvaluatorAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(InterpretationContext ec,
String name,
Attributes attributes)
Instantiates an evaluator of the given class and sets its name.
|
protected abstract String |
defaultClassName()
Returns a default class name in case the class attribute is not specified
|
void |
end(InterpretationContext ec,
String e)
Once the children elements are also parsed, now is the time to activate the
evaluator options.
|
void |
finish(InterpretationContext ec) |
body, getColumnNumber, getLineColStr, getLineNumber, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic void begin(InterpretationContext ec, String name, Attributes attributes)
protected abstract String defaultClassName()
public void end(InterpretationContext ec, String e)
public void finish(InterpretationContext ec)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.