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.
|
toString
visitBranch
public void visitLeaf(Key key)
KeyVisitor
visitLeaf
in interface KeyVisitor
visitLeaf
in class AbstractKeyList.NameVisitor
key
- The found leaf node.