Class DebugExtension
java.lang.Object
io.pebbletemplates.pebble.extension.AbstractExtension
io.pebbletemplates.pebble.extension.debug.DebugExtension
- All Implemented Interfaces:
Extension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNode visitors will travel the AST tree during the compilation phase.toString()Methods inherited from class io.pebbletemplates.pebble.extension.AbstractExtension
getAttributeResolver, getBinaryOperators, getFilters, getFunctions, getGlobalVariables, getTests, getTokenParsers, getUnaryOperators
-
Constructor Details
-
DebugExtension
public DebugExtension()
-
-
Method Details
-
getNodeVisitors
Description copied from interface:ExtensionNode visitors will travel the AST tree during the compilation phase.- Specified by:
getNodeVisitorsin interfaceExtension- Overrides:
getNodeVisitorsin classAbstractExtension- Returns:
- a list of node visitors
-
toString
-