| Interface | Description |
|---|---|
| AstAction<N> |
Interface for subclassing by specific Node actions: visit, format, render, etc
|
| AstNode<N> |
Interface for converting to AstAccess
|
| Class | Description |
|---|---|
| AstActionHandler<C extends AstActionHandler<C,N,A,H>,N,A extends AstAction<N>,H extends AstHandler<N,A>> |
Intended to be completed by subclasses for specific node types and node actions
|
| AstHandler<N,A extends AstAction<? super N>> |
Base class for tracking generic node to specific node handler
|
Copyright © 2020. All rights reserved.