O - return valuepublic interface OWLVisitorExBase<O>
| Modifier and Type | Method and Description |
|---|---|
default <T> O |
doDefault(T object)
Gets the default return value for this visitor.
|
default <T> O doDefault(T object)
nullT - type visitedobject - The object that was visited.Copyright © 2020 The University of Manchester. All rights reserved.