Uses of Interface
io.pebbletemplates.pebble.parser.StoppingCondition
-
Packages that use StoppingCondition Package Description io.pebbletemplates.pebble.parser io.pebbletemplates.pebble.tokenParser -
-
Uses of StoppingCondition in io.pebbletemplates.pebble.parser
Methods in io.pebbletemplates.pebble.parser with parameters of type StoppingCondition Modifier and Type Method Description BodyNodeParser. subparse(StoppingCondition stopCondition)Parses the existing TokenStream, starting at the current Token, and ending when the stopCondition is fullfilled.BodyNodeParserImpl. subparse(StoppingCondition stopCondition) -
Uses of StoppingCondition in io.pebbletemplates.pebble.tokenParser
Fields in io.pebbletemplates.pebble.tokenParser declared as StoppingCondition Modifier and Type Field Description private static StoppingConditionIfTokenParser. DECIDE_IF_FORK
-