Class DebugExtension
java.lang.Object
io.pebbletemplates.pebble.extension.AbstractExtension
io.pebbletemplates.pebble.extension.debug.DebugExtension
- All Implemented Interfaces:
Extension
-
Field Summary
Fields -
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
-
Field Details
-
prettyPrinter
-
-
Constructor Details
-
DebugExtension
public DebugExtension()
-
-
Method Details
-
getNodeVisitors
Description copied from interface:Extension
Node visitors will travel the AST tree during the compilation phase.- Specified by:
getNodeVisitors
in interfaceExtension
- Overrides:
getNodeVisitors
in classAbstractExtension
- Returns:
- a list of node visitors
-
toString
-