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

Method visitMethodInsn

src/bsh/org/objectweb/asm/CodeVisitor.java:148–148  ·  view source on GitHub ↗

Visits a method instruction. A method instruction is an instruction that invokes a method. @param opcode the opcode of the type instruction to be visited. This opcode is either INVOKEVIRTUAL, INVOKESPECIAL, INVOKESTATIC or INVOKEINTERFACE. @param owner the internal name of the method's ow

(int opcode, String owner, String name, String desc)

Source from the content-addressed store, hash-verified

146 */
147
148 void visitMethodInsn (int opcode, String owner, String name, String desc);
149
150 /**
151 * Visits a jump instruction. A jump instruction is an instruction that may

Callers 7

generateMethodMethod · 0.95
generateConstructorMethod · 0.95
doSwitchBranchMethod · 0.65
generateReturnCodeMethod · 0.65

Implementers 1

CodeWritersrc/bsh/org/objectweb/asm/CodeWriter.j

Calls

no outgoing calls

Tested by

no test coverage detected