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

Method visitVarInsn

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

Visits a local variable instruction. A local variable instruction is an instruction that loads or stores the value of a local variable. @param opcode the opcode of the local variable instruction to be visited. This opcode is either ILOAD, LLOAD, FLOAD, DLOAD, ALOAD, ISTORE, LSTORE, FSTORE

(int opcode, int var)

Source from the content-addressed store, hash-verified

104 */
105
106 void visitVarInsn (int opcode, int var);
107
108 /**
109 * Visits a type instruction. A type instruction is an instruction that

Callers 6

generateMethodMethod · 0.95
generateConstructorMethod · 0.95
doSwitchBranchMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected