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

Method visitLdcInsn

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

Visits a LDC instruction. @param cst the constant to be loaded on the stack. This parameter must be a non null java.lang.Integer Integer, a java.lang.Float Float, a java.lang.Long Long, a java.lang.Double Double or a String String.

(Object cst)

Source from the content-addressed store, hash-verified

185 */
186
187 void visitLdcInsn (Object cst);
188
189 /**
190 * Visits an IINC instruction.

Callers 3

generateMethodMethod · 0.95
generateConstructorMethod · 0.95

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected