插入的代码 meaning in English
injected code
Examples
- When you know the name of the snippet you want to insert , you can do so by typing its shortcut followed by the tab key
如果您知道要插入的代码段的名称,则可以通过在键入其快捷键后按tab键来完成插入。 - If you know the location of an attribute in a source window , you can use the shortcut menu to find the injected code in the
如果知道属性在源窗口中的位置,则可以使用快捷菜单在“反汇编”窗口中查找插入的代码。 - Instructions include how to turn on source annotation , how to view injected code , and how to view the disassembly code at the current execution point
指导信息包括如何打开“源批注” 、如何查看插入的代码以及如何在当前执行点查看反汇编代码。 - There are ways around this limitation , but the workarounds are messy - you generally need to find a way to merge the separate code inserts into a single block
有可能绕过这项限制,但是绕过是很复杂的- -通常需要设法将分别插入的代码合并为一个块。 - The source code accepted by javassist doesn t exactly match the java language , but the main difference is just the addition of some special identifiers used to represent the method or constructor parameters , method return value , and other items you may want to use in your inserted code
Javassist接受的源代码与java语言的并不完全一致,不过主要的区别只是增加了一些特殊的标识符,用于表示方法或者构造函数参数、方法返回值和其他在插入的代码中可能用到的内容。