| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeVisitHandler
Interface to visit variations on specific nodes:
visit() visiting node and if no handler defined then visit node's children
visitNodeOnly() visit node and if no handler then do not process children
visitChildren() visit node's children
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockNodeVisitor
Used to visit only block nodes, non block nodes or children of non-block nodes are not visited
|
class |
NodeVisitor |
class |
VisitHandler<N extends Node>
Node visit handler for specific node type
|
| Constructor and Description |
|---|
VisitHandler(@NotNull Class<N> klass,
@NotNull Visitor<N> adapter) |
Copyright © 2020. All rights reserved.