Uses of Class
io.pebbletemplates.pebble.node.BlockNode
Packages that use BlockNode
Package
Description
-
Uses of BlockNode in io.pebbletemplates.pebble.extension
Methods in io.pebbletemplates.pebble.extension with parameters of type BlockNode -
Uses of BlockNode in io.pebbletemplates.pebble.extension.core
Methods in io.pebbletemplates.pebble.extension.core with parameters of type BlockNode -
Uses of BlockNode in io.pebbletemplates.pebble.extension.debug
Methods in io.pebbletemplates.pebble.extension.debug with parameters of type BlockNode -
Uses of BlockNode in io.pebbletemplates.pebble.node
Fields in io.pebbletemplates.pebble.node with type parameters of type BlockNodeConstructor parameters in io.pebbletemplates.pebble.node with type arguments of type BlockNodeModifierConstructorDescriptionEmbedNode
(int lineNumber, Expression<?> includeExpression, MapExpression mapExpression, List<BlockNode> nodes) -
Uses of BlockNode in io.pebbletemplates.pebble.template
Method parameters in io.pebbletemplates.pebble.template with type arguments of type BlockNodeModifier and TypeMethodDescriptionvoid
PebbleTemplateImpl.embedTemplate
(int lineNo, Writer writer, EvaluationContextImpl context, String name, Map<?, ?> additionalVariables, List<BlockNode> overriddenBlocks) Embed a template withname
into this template and override its child blocks. -
Uses of BlockNode in io.pebbletemplates.pebble.tokenParser
Methods in io.pebbletemplates.pebble.tokenParser that return BlockNodeModifier and TypeMethodDescriptionprivate BlockNode
EmbedTokenParser.parseBlock
(Token token, Parser parser, TokenStream stream) Methods in io.pebbletemplates.pebble.tokenParser that return types with arguments of type BlockNodeModifier and TypeMethodDescriptionEmbedTokenParser.parseBlocks
(Token token, Parser parser, TokenStream stream)