Interface AbstractPatternRulePerformer.MatchConsumer

Enclosing class:
AbstractPatternRulePerformer

protected static interface AbstractPatternRulePerformer.MatchConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(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