public abstract class Param2targetProcessor extends java.lang.Object implements IMatchProcessor<Param2targetMatch>
Constructor and Description |
---|
Param2targetProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(org.eclipse.emf.ecore.EObject pParam,
org.eclipse.emf.ecore.EObject pTarget)
Defines the action that is to be executed on each match.
|
void |
process(Param2targetMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.emf.ecore.EObject pParam, org.eclipse.emf.ecore.EObject pTarget)
pParam
- the value of pattern parameter param in the currently processed matchpTarget
- the value of pattern parameter target in the currently processed matchpublic void process(Param2targetMatch match)
IMatchProcessor
process
in interface IMatchProcessor<Param2targetMatch>
match
- a single match of the pattern that must be processed by the implementation of this method