Method
visit
(int version, int access, String name, String signature, String superName, String[] interfaces)
Source from the content-addressed store, hash-verified
| 421 | } |
| 422 | |
| 423 | @Override |
| 424 | public void visit(int version, int access, String name, String signature, String superName, String[] interfaces) { |
| 425 | access = AccessHelper.isPublic(access) ? access : access | Opcodes.ACC_PUBLIC; |
| 426 | super.visit(version, access, name, signature, superName, interfaces); |
| 427 | } |
| 428 | } |
| 429 | } |
Callers
nothing calls this directly
Tested by
no test coverage detected