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

Method visitJumpInsn

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

Visits a jump instruction. A jump instruction is an instruction that may jump to another instruction. @param opcode the opcode of the type instruction to be visited. This opcode is either IFEQ, IFNE, IFLT, IFGE, IFGT, IFLE, IF_ICMPEQ, IF_ICMPNE, IF_ICMPLT, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE,

(int opcode, Label label)

Source from the content-addressed store, hash-verified

161 */
162
163 void visitJumpInsn (int opcode, Label label);
164
165 /**
166 * Visits a label. A label designates the instruction that will be visited

Callers 1

doSwitchBranchMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected