Uses of Class
io.pebbletemplates.pebble.node.BlockNode
-
-
Uses of BlockNode in io.pebbletemplates.pebble.extension
Methods in io.pebbletemplates.pebble.extension with parameters of type BlockNode Modifier and Type Method Description void
AbstractNodeVisitor. visit(BlockNode node)
void
NodeVisitor. visit(BlockNode node)
-
Uses of BlockNode in io.pebbletemplates.pebble.extension.core
Methods in io.pebbletemplates.pebble.extension.core with parameters of type BlockNode Modifier and Type Method Description void
MacroAndBlockRegistrantNodeVisitor. visit(BlockNode node)
-
Uses of BlockNode in io.pebbletemplates.pebble.extension.debug
Methods in io.pebbletemplates.pebble.extension.debug with parameters of type BlockNode Modifier and Type Method Description void
PrettyPrintNodeVisitor. visit(BlockNode node)
-
Uses of BlockNode in io.pebbletemplates.pebble.node
Fields in io.pebbletemplates.pebble.node with type parameters of type BlockNode Modifier and Type Field Description private java.util.List<BlockNode>
EmbedNode. nodes
Constructor parameters in io.pebbletemplates.pebble.node with type arguments of type BlockNode Constructor Description EmbedNode(int lineNumber, Expression<?> includeExpression, MapExpression mapExpression, java.util.List<BlockNode> nodes)
-
Uses of BlockNode in io.pebbletemplates.pebble.template
Method parameters in io.pebbletemplates.pebble.template with type arguments of type BlockNode Modifier and Type Method Description void
PebbleTemplateImpl. embedTemplate(int lineNo, java.io.Writer writer, EvaluationContextImpl context, java.lang.String name, java.util.Map<?,?> additionalVariables, java.util.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 BlockNode Modifier and Type Method Description private BlockNode
EmbedTokenParser. parseBlock(Token token, Parser parser, TokenStream stream)
Methods in io.pebbletemplates.pebble.tokenParser that return types with arguments of type BlockNode Modifier and Type Method Description private java.util.List<BlockNode>
EmbedTokenParser. parseBlocks(Token token, Parser parser, TokenStream stream)
-