Interface ASTVisitor

All Known Implementing Classes:
PrintVisitor

public interface ASTVisitor
Unified visitor entry point for walking AST nodes. Implementors override the granular visit* methods they care about; the default visit(ASTNode) dispatches to the correct specialization using pattern matching.