Qore reflection Module  0.9.4
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CQore::Reflection::AbstractClassThe abstract base class for Qore classes
 CQore::Reflection::ClassThis class provides information about Qore classes
 CQore::Reflection::PseudoClassThis class provides information about Qore pseudo classes
 CQore::Reflection::AbstractConstantThis class provides information about Qore class members
 CQore::Reflection::ClassConstantThis class provides information about Qore class constants
 CQore::Reflection::ConstantThis class provides information about Qore constants defined in Qore namespaces
 CQore::Reflection::AbstractMemberThis class provides information about Qore class and typed hash (hashdecl) members
 CQore::Reflection::AbstractClassMemberThis class provides information about Qore class members
 CQore::Reflection::NormalMemberThis class provides information about Qore class normal (non-static) members
 CQore::Reflection::StaticMemberThis class provides information about Qore class normal (non-static) members
 CQore::Reflection::TypedHashMemberThis class provides information about Qore typed hash (hashdecl) members
 CQore::Reflection::AbstractReflectionFunctionThe abstract base class for Qore functions and class methods
 CQore::Reflection::AbstractMethodThe abstract base class for Qore class methods
 CQore::Reflection::ConstructorMethodThis class provides information about Qore constructor methods
 CQore::Reflection::CopyMethodThis class provides information about Qore copy methods
 CQore::Reflection::DestructorMethodThis class provides information about Qore destructor methods
 CQore::Reflection::NormalMethodThis class provides information about Qore normal (non-static, non-special) class methods
 CQore::Reflection::PseudoMethodThis class provides information about Qore pseudo class methods
 CQore::Reflection::StaticMethodThis class provides information about Qore static class methods
 CQore::Reflection::FunctionA class representing a Qore function
 CQore::Reflection::AbstractVariantThe abstract base class for Qore class variants
 CQore::Reflection::AbstractMethodVariantThe abstract base class for Qore class variants
 CQore::Reflection::ConstructorMethodVariantThe class for Qore class constructor method variants
 CQore::Reflection::CopyMethodVariantThe class for Qore class copy method variants
 CQore::Reflection::DestructorMethodVariantThe class for Qore class destructor method variants
 CQore::Reflection::NormalMethodVariantThe class for Qore class normal method variants
 CQore::Reflection::PseudoMethodVariantThe class for Qore class normal method variants
 CQore::Reflection::StaticMethodVariantThe class for Qore class static method variants
 CQore::Reflection::FunctionVariantThe class for Qore function variants
 CQore::ClassAccessInfoClass and inheritance access information
 CQore::Reflection::GlobalVarThe abstract base class for Qore global variables
 CQore::MethodAccessInfoMethhod and inheritance access information
 CQore::Reflection::NamespaceThis namespace provides information about Qore namespaces
 CQore::Reflection::TypeThe abstract base class for Qore data types
 CQore::Reflection::TypedHashThe abstract base class for Qore typed hashes (hashdecls)