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

Method visitLabel

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

Visits a label. A label designates the instruction that will be visited just after it. @param label a Label Label object.

(Label label)

Source from the content-addressed store, hash-verified

170 */
171
172 void visitLabel (Label label);
173
174 // -------------------------------------------------------------------------
175 // Special instructions

Callers 2

doSwitchBranchMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected