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)
| 185 | */ |
| 186 | |
| 187 | void visitLdcInsn (Object cst); |
| 188 | |
| 189 | /** |
| 190 | * Visits an IINC instruction. |
no outgoing calls
no test coverage detected