introspection
JVM stack introspection
Is there a way to inspect the contents of the stack (both in terms of the values and the type of the values, and the current instruction point) programmatically on the JVM (eve开发者_C百科n if it\'s v[详细]
2023-04-05 14:29 分类:问答Introspect calling object
How do I introspect A\'s instance from within b.func() (i.e. A\'s instance\'s self): class A(): def go(self):[详细]
2023-04-01 16:27 分类:问答How to set a Java bean property as an expert property?
The Java Beans Introspection API includes in the PropertyDescriptor class the method isExper开发者_Go百科t.Bean-based GUI editors, like WindowsMaker, use this to hide or show \"exotic\" properties.[详细]
2023-04-01 14:18 分类:问答How to implement introspection in Apache XML-RPC server applications?
We have a Java server back-end that uses Apache XML-RPC to make its services available to PHP apps (don\'t ask me, it was already built this way when I arrived), and wished it to adhere to the unoffic[详细]
2023-04-01 03:17 分类:问答Getting a methods Return type via reflection
I am getting the attributes from an 开发者_JAVA百科incoming object which I will check it\'s values.[详细]
2023-03-31 14:06 分类:问答How do you map a fully qualified class name to its class object in Python?
You can get the fully qualified class name o开发者_运维百科f a Python object like this (see this question):[详细]
2023-03-31 01:15 分类:问答Get function name as a string in python [duplicate]
This question already has answers here: Closed 10 years ago. Possible Du开发者_如何学JAVAplicate:[详细]
2023-03-29 12:36 分类:问答QMetaType and inheritance
OK, so I\'m new to both Qt and C++ for that matter. I\'m trying to use QMetaType with my own classes, and I can\'t get it to work with subclasses. Here\'s what I have (there\'re probably tons of probl[详细]
2023-03-27 22:03 分类:问答How can I "read" undocumented AS3 API from source?
What is the best technique for getting at the source code for internal AS3 methods? I\'m trying to learn more about DisplayObjectContainer.constructChildren() - is it pri开发者_开发技巧vate? is it pro[详细]
2023-03-26 18:09 分类:问答Differences between BeanInfo:methodDescriptors and class:declaredMethods : multiple methods with same name and method masking
When trying to get JPA annotations at runtime for some properties, I encountered this problem. I can\'t explain why.[详细]
2023-03-26 07:04 分类:问答