public class LineCollectingVisitor extends Object
| Constructor and Description |
|---|
LineCollectingVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(com.vladsch.flexmark.ast.Node node) |
List<com.vladsch.flexmark.util.sequence.Range> |
collectAndGetRanges(com.vladsch.flexmark.ast.Node node) |
List<Integer> |
getEOLs() |
List<com.vladsch.flexmark.util.sequence.Range> |
getLines() |
Copyright © 2018. All rights reserved.