Qore reflection Module
0.9.4
|
▼CQore::Reflection::AbstractClass | The abstract base class for Qore classes |
CQore::Reflection::Class | This class provides information about Qore classes |
CQore::Reflection::PseudoClass | This class provides information about Qore pseudo classes |
▼CQore::Reflection::AbstractConstant | This class provides information about Qore class members |
CQore::Reflection::ClassConstant | This class provides information about Qore class constants |
CQore::Reflection::Constant | This class provides information about Qore constants defined in Qore namespaces |
▼CQore::Reflection::AbstractMember | This class provides information about Qore class and typed hash (hashdecl) members |
▼CQore::Reflection::AbstractClassMember | This class provides information about Qore class members |
CQore::Reflection::NormalMember | This class provides information about Qore class normal (non-static) members |
CQore::Reflection::StaticMember | This class provides information about Qore class normal (non-static) members |
CQore::Reflection::TypedHashMember | This class provides information about Qore typed hash (hashdecl) members |
▼CQore::Reflection::AbstractReflectionFunction | The abstract base class for Qore functions and class methods |
▼CQore::Reflection::AbstractMethod | The abstract base class for Qore class methods |
CQore::Reflection::ConstructorMethod | This class provides information about Qore constructor methods |
CQore::Reflection::CopyMethod | This class provides information about Qore copy methods |
CQore::Reflection::DestructorMethod | This class provides information about Qore destructor methods |
CQore::Reflection::NormalMethod | This class provides information about Qore normal (non-static, non-special) class methods |
CQore::Reflection::PseudoMethod | This class provides information about Qore pseudo class methods |
CQore::Reflection::StaticMethod | This class provides information about Qore static class methods |
CQore::Reflection::Function | A class representing a Qore function |
▼CQore::Reflection::AbstractVariant | The abstract base class for Qore class variants |
▼CQore::Reflection::AbstractMethodVariant | The abstract base class for Qore class variants |
CQore::Reflection::ConstructorMethodVariant | The class for Qore class constructor method variants |
CQore::Reflection::CopyMethodVariant | The class for Qore class copy method variants |
CQore::Reflection::DestructorMethodVariant | The class for Qore class destructor method variants |
CQore::Reflection::NormalMethodVariant | The class for Qore class normal method variants |
CQore::Reflection::PseudoMethodVariant | The class for Qore class normal method variants |
CQore::Reflection::StaticMethodVariant | The class for Qore class static method variants |
CQore::Reflection::FunctionVariant | The class for Qore function variants |
CQore::ClassAccessInfo | Class and inheritance access information |
CQore::Reflection::GlobalVar | The abstract base class for Qore global variables |
CQore::MethodAccessInfo | Methhod and inheritance access information |
CQore::Reflection::Namespace | This namespace provides information about Qore namespaces |
CQore::Reflection::Type | The abstract base class for Qore data types |
CQore::Reflection::TypedHash | The abstract base class for Qore typed hashes (hashdecls) |