Method
visitMethod
(
final int access,
final String name,
final String desc,
final String[] exceptions)
Source from the content-addressed store, hash-verified
| 545 | } |
| 546 | |
| 547 | public CodeVisitor visitMethod ( |
| 548 | final int access, |
| 549 | final String name, |
| 550 | final String desc, |
| 551 | final String[] exceptions) |
| 552 | { |
| 553 | CodeWriter cw = new CodeWriter(this, computeMaxs); |
| 554 | cw.init(access, name, desc, exceptions); |
| 555 | return cw; |
| 556 | } |
| 557 | |
| 558 | public void visitEnd () { |
| 559 | } |
Callers
nothing calls this directly
Tested by
no test coverage detected