Uses of Class
javassist.bytecode.CodeAttribute.LdcEntry
Packages that use CodeAttribute.LdcEntry
-
Uses of CodeAttribute.LdcEntry in javassist.bytecode
Fields in javassist.bytecode declared as CodeAttribute.LdcEntryModifier and TypeFieldDescription(package private) CodeAttribute.LdcEntry
CodeAttribute.LdcEntry.next
Methods in javassist.bytecode that return CodeAttribute.LdcEntryModifier and TypeMethodDescriptionprivate static CodeAttribute.LdcEntry
CodeAttribute.copyCode
(byte[] code, int beginPos, int endPos, ConstPool srcCp, byte[] newcode, ConstPool destCp, Map<String, String> classnameMap) Methods in javassist.bytecode with parameters of type CodeAttribute.LdcEntryModifier and TypeMethodDescriptionprivate static void
CodeIterator.addLdcW
(CodeAttribute.LdcEntry ldcs, List<CodeIterator.Branch> jumps) (package private) static byte[]
CodeIterator.changeLdcToLdcW
(byte[] code, ExceptionTable etable, CodeAttribute ca, CodeAttribute.LdcEntry ldcs) (package private) static byte[]
CodeAttribute.LdcEntry.doit
(byte[] code, CodeAttribute.LdcEntry ldc, ExceptionTable etable, CodeAttribute ca)