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

Method visitInsn

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

Visits a zero operand instruction. @param opcode the opcode of the instruction to be visited. This opcode is either NOP, ACONST_NULL, ICONST_M1, ICONST_0, ICONST_1, ICONST_2, ICONST_3, ICONST_4, ICONST_5, LCONST_0, LCONST_1, FCONST_0, FCONST_1, FCONST_2, DCONST_0, DCONST_1, IAL

(int opcode)

Source from the content-addressed store, hash-verified

81 */
82
83 void visitInsn (int opcode);
84
85 /**
86 * Visits an instruction with a single int operand.

Callers 5

generateMethodMethod · 0.95
generateConstructorMethod · 0.95
generateReturnCodeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected