MCPcopy Create free account
hub / github.com/beanshell/beanshell / visitMethod

Method visitMethod

src/bsh/org/objectweb/asm/ClassWriter.java:547–556  ·  view source on GitHub ↗
(
    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

Calls 1

initMethod · 0.95

Tested by

no test coverage detected