MCPcopy Create free account
hub / github.com/GraxCode/zelixkiller / visit

Method visit

src/me/lpk/analysis/Sandbox.java:423–427  ·  view source on GitHub ↗
(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

Calls 1

isPublicMethod · 0.95

Tested by

no test coverage detected