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 BodyNode
Parser. subparse(StoppingCondition stopCondition)
Parses the existing TokenStream, starting at the current Token, and ending when the stopCondition is fullfilled.BodyNode
ParserImpl. 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 StoppingCondition
IfTokenParser. DECIDE_IF_FORK
-