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)
null
T
- type visitedobject
- The object that was visited.Copyright © 2020 The University of Manchester. All rights reserved.