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

Method visitTypeInsn

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

Visits a type instruction. A type instruction is an instruction that takes a type descriptor as parameter. @param opcode the opcode of the type instruction to be visited. This opcode is either NEW, ANEWARRAY, CHECKCAST or INSTANCEOF. @param desc the operand of the instruction to be visited. Th

(int opcode, String desc)

Source from the content-addressed store, hash-verified

117 */
118
119 void visitTypeInsn (int opcode, String desc);
120
121 /**
122 * Visits a field instruction. A field instruction is an instruction that

Callers 4

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