public interface IMatcherBasedOperation
| Modifier and Type | Method and Description |
|---|---|
LocalSearchMatcher |
getAndPrepareCalledMatcher(MatchingFrame frame,
ISearchContext context)
Gets the called matcher based on the context and the current adornment and stores it in the corresponding field of the operation
|
LocalSearchMatcher |
getCalledMatcher()
Gets the called matcher associated with the operation
|
LocalSearchMatcher getAndPrepareCalledMatcher(MatchingFrame frame, ISearchContext context)
frame - the current matching framecontext - the search contextLocalSearchMatcher getCalledMatcher()