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 voidAbstractNodeVisitor. visit(BlockNode node)voidNodeVisitor. 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 voidMacroAndBlockRegistrantNodeVisitor. 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 voidPrettyPrintNodeVisitor. 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. nodesConstructor 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 voidPebbleTemplateImpl. 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 withnameinto 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 BlockNodeEmbedTokenParser. 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)
-