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) -
Uses of StoppingCondition in io.pebbletemplates.pebble.tokenParser
Fields in io.pebbletemplates.pebble.tokenParser declared as StoppingConditionModifier and TypeFieldDescriptionprivate static final StoppingCondition
IfTokenParser.DECIDE_IF_FORK