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

Method visitFieldInsn

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

Visits a field instruction. A field instruction is an instruction that loads or stores the value of a field of an object. @param opcode the opcode of the type instruction to be visited. This opcode is either GETSTATIC, PUTSTATIC, GETFIELD or PUTFIELD. @param owner the internal name of the fiel

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

Source from the content-addressed store, hash-verified

131 */
132
133 void visitFieldInsn (int opcode, String owner, String name, String desc);
134
135 /**
136 * Visits a method instruction. A method instruction is an instruction that

Callers 2

generateMethodMethod · 0.95

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected