Interface StoppingCondition


public interface StoppingCondition
Implementations of this class are provided by the TokenParsers and handed to the main Parser. The main parser will parse some of the template until the stopping condition evaluates to true; at this point responsibility is transferred back to the TokenParser.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • evaluate

      boolean evaluate(Token data)