static class AbstractKeyList.OsisRefVisitor extends AbstractKeyList.NameVisitor
OsisRefVisitor constructs a readable representation of
the Passage, using OSIS names.buffer| Constructor and Description |
|---|
AbstractKeyList.OsisRefVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitLeaf(Key key)
We've found a leaf node in a Key tree, and are giving the visitor a
chance to do processing based on it.
|
toStringvisitBranchpublic void visitLeaf(Key key)
KeyVisitorvisitLeaf in interface KeyVisitorvisitLeaf in class AbstractKeyList.NameVisitorkey - The found leaf node.