public static class VariablePrepare.TraversalUtilParagraphVisitor extends TraversalUtilVisitor<P>
| Constructor and Description |
|---|
TraversalUtilParagraphVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(P p,
java.lang.Object parent,
java.util.List<java.lang.Object> siblings) |
applypublic void apply(P p, java.lang.Object parent, java.util.List<java.lang.Object> siblings)
apply in class TraversalUtilVisitor<P>parent - (logical?)parent in the of the elementsiblings - List of the element (this includes the element itself).
This list can't be changed while the visitor is running(!)Copyright © 2007–2023. All rights reserved.