murlen.util.fscript.introspection |
|
Java Source File Name | Type | Comment |
ClassMap.java | Class | A cache of introspection information for a specific class instance. |
IntrospectionCacheData.java | Class | Holds information for node-local context data introspection
information. |
Introspector.java | Class | This basic function of this class is to return a Method
object for a particular class given the name of a method
and the parameters to the method in the form of an Object[]
The first time the Introspector sees a
class it creates a class method map for the
class in question. |
IntrospectorBase.java | Class | This basic function of this class is to return a Method
object for a particular class given the name of a method
and the parameters to the method in the form of an Object[]
The first time the Introspector sees a
class it creates a class method map for the
class in question. |
MethodMap.java | Class | |