| Modifier and Type | Method and Description |
|---|---|
List<NodeVisitorFactory> |
ExtensionRegistry.getNodeVisitors() |
List<NodeVisitorFactory> |
Extension.getNodeVisitors()
Node visitors will travel the AST tree during the compilation phase.
|
List<NodeVisitorFactory> |
AbstractExtension.getNodeVisitors() |
| Modifier and Type | Class and Description |
|---|---|
class |
MacroAndBlockRegistrantNodeVisitorFactory
Implementation of
NodeVisitorFactory to handle MacroAndBlockRegistrantNodeVisitor. |
| Modifier and Type | Method and Description |
|---|---|
List<NodeVisitorFactory> |
CoreExtension.getNodeVisitors() |
| Modifier and Type | Class and Description |
|---|---|
class |
PrettyPrintNodeVisitorFactory
Implementation of
NodeVisitorFactory to create PrettyPrintNodeVisitor. |
| Modifier and Type | Method and Description |
|---|---|
List<NodeVisitorFactory> |
DebugExtension.getNodeVisitors() |
| Modifier and Type | Class and Description |
|---|---|
class |
EscaperNodeVisitorFactory
Factory class for creating
EscaperNodeVisitor. |
| Modifier and Type | Method and Description |
|---|---|
List<NodeVisitorFactory> |
EscaperExtension.getNodeVisitors() |
Copyright © 2020. All rights reserved.