This is called to visit the current object if it is an array
(Object array, Type componentType)
| 44 | * This is called to visit the current object if it is an array |
| 45 | */ |
| 46 | void visitArray(Object array, Type componentType); |
| 47 | |
| 48 | /** |
| 49 | * This is called to visit an object field of the current object |
no outgoing calls
no test coverage detected