Class AbstractNodeVisitor

java.lang.Object
io.pebbletemplates.pebble.extension.AbstractNodeVisitor
All Implemented Interfaces:
NodeVisitor
Direct Known Subclasses:
EscaperNodeVisitor, MacroAndBlockRegistrantNodeVisitor, PrettyPrintNodeVisitor

public class AbstractNodeVisitor extends Object implements NodeVisitor
A base node visitor that can be extended for the sake of using it's navigational abilities.