public interface DocVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
default T |
visit(Doc doc) |
T |
visitBreak(Break doc) |
T |
visitComment(Comment doc) |
T |
visitLevel(Level doc) |
T |
visitSpace(NonBreakingSpace doc) |
T |
visitToken(Token doc) |