Package org.languagetool.rules.patterns
Interface AbstractPatternRulePerformer.MatchConsumer
- Enclosing class:
AbstractPatternRulePerformer
protected static interface AbstractPatternRulePerformer.MatchConsumer
-
Method Summary
Modifier and TypeMethodDescriptionvoidconsume(int[] tokenPositions, int firstMatchToken, int lastMatchToken, int firstMarkerMatchToken, int lastMarkerMatchToken)
-
Method Details
-
consume
void consume(int[] tokenPositions, int firstMatchToken, int lastMatchToken, int firstMarkerMatchToken, int lastMarkerMatchToken) throws IOException - Throws:
IOException
-