反射机制 meaning in Chinese
reflex mechanism
Examples
- The new message reflection mechanism is generalized and consistent
然后新的消息反射机制更通用和持久。 - To achieve this dynamic calling of external classes by the sax parser , you can use the java reflection feature , namely , the
为了实现sax解析器对外部类的动态调用,可以使用java反射机制,即 - Using reflection mechanisms , highly trusted code that can reference your object can get and set private members
通过使用反射机制,那些能够引用您的对象的、高度受信任的代码,可以获取和设置私有成员。 - Here is a brief overview of the most important parts of the reflection mechanism for letting you examine the structure of a class
这儿是简要的介绍反射机制最重要的部分,使用它们可以考查一个类的结构。 - The document handler class is generalized through the use of the java reflection mechanism , while an abstract class is used to implement the element classes
通过使用java反射机制来泛化文档处理程序类,并使用一个抽象类来实现元素类。