Package io.pebbletemplates.pebble.parser
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
evaluate(Token data)
-
-
-
Method Detail
-
evaluate
boolean evaluate(Token data)
-
-