Uses of Interface
io.pebbletemplates.pebble.extension.NodeVisitorFactory
-
-
Uses of NodeVisitorFactory in io.pebbletemplates.pebble.extension
Fields in io.pebbletemplates.pebble.extension with type parameters of type NodeVisitorFactory Modifier and Type Field Description private java.util.List<NodeVisitorFactory>
ExtensionRegistry. nodeVisitors
Node visitors available during the parsing phase.Methods in io.pebbletemplates.pebble.extension that return types with arguments of type NodeVisitorFactory Modifier and Type Method Description java.util.List<NodeVisitorFactory>
AbstractExtension. getNodeVisitors()
java.util.List<NodeVisitorFactory>
Extension. getNodeVisitors()
Node visitors will travel the AST tree during the compilation phase.java.util.List<NodeVisitorFactory>
ExtensionCustomizer. getNodeVisitors()
java.util.List<NodeVisitorFactory>
ExtensionRegistry. getNodeVisitors()
-
Uses of NodeVisitorFactory in io.pebbletemplates.pebble.extension.core
Classes in io.pebbletemplates.pebble.extension.core that implement NodeVisitorFactory Modifier and Type Class Description class
MacroAndBlockRegistrantNodeVisitorFactory
Implementation ofNodeVisitorFactory
to handleMacroAndBlockRegistrantNodeVisitor
.Methods in io.pebbletemplates.pebble.extension.core that return types with arguments of type NodeVisitorFactory Modifier and Type Method Description java.util.List<NodeVisitorFactory>
CoreExtension. getNodeVisitors()
-
Uses of NodeVisitorFactory in io.pebbletemplates.pebble.extension.debug
Classes in io.pebbletemplates.pebble.extension.debug that implement NodeVisitorFactory Modifier and Type Class Description class
PrettyPrintNodeVisitorFactory
Implementation ofNodeVisitorFactory
to createPrettyPrintNodeVisitor
.Methods in io.pebbletemplates.pebble.extension.debug that return types with arguments of type NodeVisitorFactory Modifier and Type Method Description java.util.List<NodeVisitorFactory>
DebugExtension. getNodeVisitors()
-
Uses of NodeVisitorFactory in io.pebbletemplates.pebble.extension.escaper
Classes in io.pebbletemplates.pebble.extension.escaper that implement NodeVisitorFactory Modifier and Type Class Description class
EscaperNodeVisitorFactory
Factory class for creatingEscaperNodeVisitor
.Methods in io.pebbletemplates.pebble.extension.escaper that return types with arguments of type NodeVisitorFactory Modifier and Type Method Description java.util.List<NodeVisitorFactory>
EscaperExtension. getNodeVisitors()
-