Visits a method of the class. This method must return a new CodeVisitor CodeVisitor instance (or null ) each time it is called, i.e., it should not return a previously returned visitor. @param access the method's access flags (see Constants). This parameter also
(
int access,
String name,
String desc,
String[] exceptions)
| 123 | */ |
| 124 | |
| 125 | CodeVisitor visitMethod ( |
| 126 | int access, |
| 127 | String name, |
| 128 | String desc, |
no outgoing calls
no test coverage detected