搜索资源列表
TestReflection
- 一个介绍JAVA语言反射机制 的小 例子-introduced a Java language reflection mechanism small examples
cppreflect-0.0.1
- c++ 反射机制的实现.Java为什么能够支持Reflection?答案是Java运行时仍然拥有类型信息,它包含了这个类一切:它有哪些字段、哪些方法,各是何种保护级别等等,还有这个类依赖于哪些类。在Java中,类信息以对象的形式存放,这些对象是一种元对象,它们的类型就是Class。拥有了这些信息,无论是动态创建对象还是调用某些方法都是轻而易举的。在C++中,通过RTTI(运行时类型识别),我们也可以知道类的一些信息,但为什么C++中却没有Reflection,原因是类型信息不完整。RTTI这个名
NotePad
- java语言编辑的一个文本编辑器,模块清晰明了,用到JAVA的反射机制,可以给选中的单词加不同的颜色进行高亮显示.调整字符大小.-java language editor, a text editor, modules clarity, use JAVA reflection mechanism can be added to the word selected to carry out different color highlights. adjust the size of charact
reflect-1.03
- java的反射机制,跨系统实现,可以再window/linux平台编译-java reflection mechanism to achieve cross-system, you can then window/linux compiler platform
reflect
- JAVA反射机制是在运行状态中,对于任意一个类,都能够知道这个类的所有属性和方法;对于任意一个对象,都能够调用它的任意一个方法和属性;这种动态获取的信息以及动态调用对象的方法的功能称为java语言的反射机制-JAVA reflection mechanism is in the operating state, for any class, we are able to know all the properties and methods of this class For any obje
reflect
- JAVA反射机制例程,描述反射的基本使用方法,可以重复使用的程序片段(JAVA reflection mechanism routines, describing the basic use of reflection, and reusable program fragments)