-
clojure.asm.commons.GeneratorAdapter.visitLdcInsn()
-
com.alibaba.fastjson.asm.MethodVisitor.visitLdcInsn()
Visits a LDC instruction.
@param cst the constant to be loaded on the stack. This parameter must be a non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double} a {@link String} (or a {@link Type} for .classconstants, for classes whose version is 49.0 or more).
-
com.google.gwt.dev.asm.MethodVisitor.visitLdcInsn()
Visits a LDC instruction.
@param cst the constant to be loaded on the stack. This parameter must bea non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double} a {@link String} (or a {@link Type} for.class constants, for classes whose version is 49.0 or more).
-
com.sleepycat.asm.MethodVisitor.visitLdcInsn()
Visits a LDC instruction.
@param cst the constant to be loaded on the stack. This parameter must bea non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double} a {@link String} (or a {@link Type} for.class constants, for classes whose version is 49.0 or more).
-
jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn()
} else if (cst instanceof Float) { // ... } else if (cst instanceof Long) { // ... } else if (cst instanceof Double) { // ... } else if (cst instanceof String) { // ... } else if (cst instanceof Type) { int sort = ((Type) cst).getSort(); if (sort == Type.OBJECT) { // ... } else if (sort == Type.ARRAY) { // ... } else if (sort == Type.METHOD) { // ... } else { // throw an exception } } else if (cst instanceof Handle) { // ... } else { // throw an exception }
@param cst the constant to be loaded on the stack. This parameter must be a non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double}, a {@link String}, a {@link Type} of OBJECT orARRAY sort for .class constants, for classes whose version is 49.0, a {@link Type} of METHOD sort or a{@link Handle} for MethodType and MethodHandle constants, forclasses whose version is 51.0.
-
net.sf.joafip.asm.MethodVisitor.visitLdcInsn()
Visits a LDC instruction.
@param cst the constant to be loaded on the stack. This parameter must be a non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double} a {@link String} (or a {@link Type} for.class constants, for classes whose version is 49.0 or more).
-
org.apache.cxf.common.util.ASMHelper.MethodVisitor.visitLdcInsn()
-
org.apache.openejb.asm.MethodVisitor.visitLdcInsn()
-
org.apache.tapestry5.internal.plastic.asm.MethodVisitor.visitLdcInsn()
} else if (cst instanceof Float) { // ... } else if (cst instanceof Long) { // ... } else if (cst instanceof Double) { // ... } else if (cst instanceof String) { // ... } else if (cst instanceof Type) { int sort = ((Type) cst).getSort(); if (sort == Type.OBJECT) { // ... } else if (sort == Type.ARRAY) { // ... } else if (sort == Type.METHOD) { // ... } else { // throw an exception } } else if (cst instanceof Handle) { // ... } else { // throw an exception }
@param cst the constant to be loaded on the stack. This parameter must bea non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double}, a {@link String}, a {@link Type} of OBJECT or ARRAYsort for .class constants, for classes whose version is 49.0, a {@link Type} of METHOD sort or a {@link Handle} forMethodType and MethodHandle constants, for classes whose version is 51.0.
-
org.apache.xbean.asm.MethodVisitor.visitLdcInsn()
-
org.apache.xbean.asm4.MethodVisitor.visitLdcInsn()
-
org.apache.xbean.asm5.MethodVisitor.visitLdcInsn()
-
org.deuce.objectweb.asm.MethodVisitor.visitLdcInsn()
Visits a LDC instruction.
@param cst the constant to be loaded on the stack. This parameter must bea non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double} a {@link String} (or a {@link Type} for.class constants, for classes whose version is 49.0 or more).
-
org.drools.asm.MethodVisitor.visitLdcInsn()
Visits a LDC instruction.
@param cst the constant to be loaded on the stack. This parameter must bea non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double} a {@link String} (or a {@link Type} for.class constants, for classes whose version is 49.0 or more).
-
org.eclipse.persistence.internal.libraries.asm.CodeVisitor.visitLdcInsn()
Visits a LDC instruction.
@param cst the constant to be loaded on the stack. This parameter must bea non null {@link java.lang.Integer Integer}, a {@link java.lang.Float Float}, a {@link java.lang.Long Long}, a {@link java.lang.Double Double} a {@link String String} (or a {@link Type Type} for .class constants, for classes whose version is 49.0 or more).
-
org.eclipse.persistence.internal.libraries.asm.MethodVisitor.visitLdcInsn()
} else if (cst instanceof Float) { // ... } else if (cst instanceof Long) { // ... } else if (cst instanceof Double) { // ... } else if (cst instanceof String) { // ... } else if (cst instanceof Type) { int sort = ((Type) cst).getSort(); if (sort == Type.OBJECT) { // ... } else if (sort == Type.ARRAY) { // ... } else if (sort == Type.METHOD) { // ... } else { // throw an exception } } else if (cst instanceof Handle) { // ... } else { // throw an exception }
@param cst the constant to be loaded on the stack. This parameter must be a non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double}, a {@link String}, a {@link Type} of OBJECT orARRAY sort for .class constants, for classes whose version is 49.0, a {@link Type} of METHOD sort or a{@link Handle} for MethodType and MethodHandle constants, forclasses whose version is 51.0.
-
org.glassfish.hk2.external.org.objectweb.asm.MethodVisitor.visitLdcInsn()
} else if (cst instanceof Float) { // ... } else if (cst instanceof Long) { // ... } else if (cst instanceof Double) { // ... } else if (cst instanceof String) { // ... } else if (cst instanceof Type) { int sort = ((Type) cst).getSort(); if (sort == Type.OBJECT) { // ... } else if (sort == Type.ARRAY) { // ... } else if (sort == Type.METHOD) { // ... } else { // throw an exception } } else if (cst instanceof Handle) { // ... } else { // throw an exception }
@param cst the constant to be loaded on the stack. This parameter must be a non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double}, a {@link String}, a {@link Type} of OBJECT orARRAY sort for .class constants, for classes whose version is 49.0, a {@link Type} of METHOD sort or a{@link Handle} for MethodType and MethodHandle constants, forclasses whose version is 51.0.
-
org.mvel2.asm.MethodVisitor.visitLdcInsn()
} else if (cst instanceof Float) { // ... } else if (cst instanceof Long) { // ... } else if (cst instanceof Double) { // ... } else if (cst instanceof String) { // ... } else if (cst instanceof Type) { int sort = ((Type) cst).getSort(); if (sort == Type.OBJECT) { // ... } else if (sort == Type.ARRAY) { // ... } else if (sort == Type.METHOD) { // ... } else { // throw an exception } } else if (cst instanceof Handle) { // ... } else { // throw an exception }
@param cst the constant to be loaded on the stack. This parameter must be a non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double}, a {@link String}, a {@link Type} of OBJECT orARRAY sort for .class constants, for classes whose version is 49.0, a {@link Type} of METHOD sort or a{@link Handle} for MethodType and MethodHandle constants, forclasses whose version is 51.0.
-
org.objectweb.asm.CodeVisitor.visitLdcInsn()
Visits a LDC instruction.
@param cst the constant to be loaded on the stack. This parameter must bea non null {@link java.lang.Integer Integer}, a {@link java.lang.Float Float}, a {@link java.lang.Long Long}, a {@link java.lang.Double Double} a {@link String String} (or a {@link Type Type} for .class constants, for classes whose version is 49.0 or more).
-
org.objectweb.asm.MethodVisitor.visitLdcInsn()
Visits a LDC instruction.
@param cst the constant to be loaded on the stack. This parameter must bea non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double} a {@link String} (or a {@link Type} for.class constants, for classes whose version is 49.0 or more).
-
org.objectweb.asm.commons.GeneratorAdapter.visitLdcInsn()
-
org.ow2.asm.MethodVisitor.visitLdcInsn()
} else if (cst instanceof Float) { // ... } else if (cst instanceof Long) { // ... } else if (cst instanceof Double) { // ... } else if (cst instanceof String) { // ... } else if (cst instanceof Type) { int sort = ((Type) cst).getSort(); if (sort == Type.OBJECT) { // ... } else if (sort == Type.ARRAY) { // ... } else if (sort == Type.METHOD) { // ... } else { // throw an exception } } else if (cst instanceof Handle) { // ... } else { // throw an exception }
@param cst the constant to be loaded on the stack. This parameter must bea non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double}, a {@link String}, a {@link Type} of OBJECT or ARRAYsort for .class constants, for classes whose version is 49.0, a {@link Type} of METHOD sort or a {@link Handle} forMethodType and MethodHandle constants, for classes whose version is 51.0.
-
org.ow2.easybeans.asm.MethodVisitor.visitLdcInsn()
-
org.springframework.asm.MethodVisitor.visitLdcInsn()
} else if (cst instanceof Float) { // ... } else if (cst instanceof Long) { // ... } else if (cst instanceof Double) { // ... } else if (cst instanceof String) { // ... } else if (cst instanceof Type) { int sort = ((Type) cst).getSort(); if (sort == Type.OBJECT) { // ... } else if (sort == Type.ARRAY) { // ... } else if (sort == Type.METHOD) { // ... } else { // throw an exception } } else if (cst instanceof Handle) { // ... } else { // throw an exception }
@param cst the constant to be loaded on the stack. This parameter must be a non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double}, a {@link String}, a {@link Type} of OBJECT orARRAY sort for .class constants, for classes whose version is 49.0, a {@link Type} of METHOD sort or a{@link Handle} for MethodType and MethodHandle constants, forclasses whose version is 51.0.
-
scala.tools.asm.MethodVisitor.visitLdcInsn()
} else if (cst instanceof Float) { // ... } else if (cst instanceof Long) { // ... } else if (cst instanceof Double) { // ... } else if (cst instanceof String) { // ... } else if (cst instanceof Type) { int sort = ((Type) cst).getSort(); if (sort == Type.OBJECT) { // ... } else if (sort == Type.ARRAY) { // ... } else if (sort == Type.METHOD) { // ... } else { // throw an exception } } else if (cst instanceof Handle) { // ... } else { // throw an exception }
@param cst the constant to be loaded on the stack. This parameter must be a non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double}, a {@link String}, a {@link Type} of OBJECT orARRAY sort for .class constants, for classes whose version is 49.0, a {@link Type} of METHOD sort or a{@link Handle} for MethodType and MethodHandle constants, forclasses whose version is 51.0.
-
webit.script.asm.lib.MethodWriter.visitLdcInsn()