Uses of Interface
io.pebbletemplates.pebble.extension.NodeVisitorFactory
Packages that use NodeVisitorFactory
Package
Description
-
Uses of NodeVisitorFactory in io.pebbletemplates.pebble.extension
Fields in io.pebbletemplates.pebble.extension with type parameters of type NodeVisitorFactoryModifier and TypeFieldDescriptionprivate final List
<NodeVisitorFactory> ExtensionRegistry.nodeVisitors
Node visitors available during the parsing phase.Methods in io.pebbletemplates.pebble.extension that return types with arguments of type NodeVisitorFactoryModifier and TypeMethodDescriptionAbstractExtension.getNodeVisitors()
Extension.getNodeVisitors()
Node visitors will travel the AST tree during the compilation phase.ExtensionCustomizer.getNodeVisitors()
ExtensionRegistry.getNodeVisitors()
-
Uses of NodeVisitorFactory in io.pebbletemplates.pebble.extension.core
Classes in io.pebbletemplates.pebble.extension.core that implement NodeVisitorFactoryModifier and TypeClassDescriptionclass
Implementation ofNodeVisitorFactory
to handleMacroAndBlockRegistrantNodeVisitor
.Methods in io.pebbletemplates.pebble.extension.core that return types with arguments of type NodeVisitorFactory -
Uses of NodeVisitorFactory in io.pebbletemplates.pebble.extension.debug
Classes in io.pebbletemplates.pebble.extension.debug that implement NodeVisitorFactoryModifier and TypeClassDescriptionclass
Implementation ofNodeVisitorFactory
to createPrettyPrintNodeVisitor
.Methods in io.pebbletemplates.pebble.extension.debug that return types with arguments of type NodeVisitorFactory -
Uses of NodeVisitorFactory in io.pebbletemplates.pebble.extension.escaper
Classes in io.pebbletemplates.pebble.extension.escaper that implement NodeVisitorFactoryMethods in io.pebbletemplates.pebble.extension.escaper that return types with arguments of type NodeVisitorFactory