public abstract class GenericMatchProcessor extends java.lang.Object implements IMatchProcessor<IPatternMatch>
Constructor and Description |
---|
GenericMatchProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(IPatternMatch match)
Defines the action that is to be executed on each match.
|
abstract void |
process(java.lang.Object[] parameters)
Defines the action that is to be executed on each match.
|
public void process(IPatternMatch match)
IMatchProcessor
process
in interface IMatchProcessor<IPatternMatch>
match
- a single match of the pattern that must be processed by the implementation of this methodpublic abstract void process(java.lang.Object[] parameters)
parameters
- a single match of the pattern that must be processed by the implementation of this method, represented
as an array containing the values of each pattern parameter