Class KeywordCounter

    • Constructor Detail

      • KeywordCounter

        public KeywordCounter()
    • Method Detail

      • visit

        public void visit​(Step step)
        Increment the counter if one of keywords is encountered.

        Checks whether the text of step starts with any of keywords and a space.

        Parameters:
        step - Step which will be analysed
        See Also:
        CounterVisitor