public interface MatchAction
MatchActionProcessor. More often than not, you will want to
create MatchAction instances as anonymous classes when adding pattern
action pairs to a MatchActionProcessor instance.MatchActionProcessor,
MatchActionInfo| 限定符和类型 | 方法和说明 |
|---|---|
void |
processMatch(MatchActionInfo matchInfo)
This method is called by MatchActionProcessor when it finds an associated
pattern in a line of input.
|
void processMatch(MatchActionInfo matchInfo)
matchInfo - The match information associated with the line
matched by MatchActionProcessor.MatchActionProcessor,
MatchActionInfoCopyright © 2023. All rights reserved.