Uses of Interface
io.pebbletemplates.pebble.parser.StoppingCondition
Packages that use StoppingCondition
-
Uses of StoppingCondition in io.pebbletemplates.pebble.parser
Methods in io.pebbletemplates.pebble.parser with parameters of type StoppingConditionModifier and TypeMethodDescriptionParser.subparse(StoppingCondition stopCondition) Parses the existing TokenStream, starting at the current Token, and ending when the stopCondition is fullfilled.ParserImpl.subparse(StoppingCondition stopCondition)