public static interface Dictionary.Visitor
Modifier and Type | Method and Description |
---|---|
void |
visit(Dictionary.VisitorContext context)
Called once for each node of the tree in sort order.
|
void visit(Dictionary.VisitorContext context) throws IOException
context
- the information about each nodeIOException
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.