| Package | Description |
|---|---|
| com.vladsch.flexmark.ast |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeAdaptedVisitor<H extends NodeAdaptingVisitHandler<?,?>>
Intended to be extended by specific type of node visitor
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisitHandler<N extends Node> |
| Modifier and Type | Method and Description |
|---|---|
NodeAdaptedVisitor<H> |
NodeAdaptedVisitor.addHandlers(H... handlers) |
NodeAdaptedVisitor<H> |
NodeAdaptedVisitor.addHandlers(H[]... handlers) |
| Constructor and Description |
|---|
NodeAdaptedVisitor(H... handlers) |
NodeAdaptedVisitor(H[]... handlers) |
Copyright © 2018. All rights reserved.