constructor(string path) | Qore::Reflection::Class | |
Qore::Reflection::AbstractClass::constructor() | Qore::Reflection::AbstractClass | |
findAllRegex(string pattern, *int re_opts) | Qore::Reflection::Class | static |
findAllRegex(Program pgm, string pattern, *int re_opts) | Qore::Reflection::Class | static |
findMethod(string name) | Qore::Reflection::Class | |
findNormalMethod(string name) | Qore::Reflection::Class | |
findStaticMethod(string name) | Qore::Reflection::Class | |
forName(string path) | Qore::Reflection::Class | static |
forName(Program pgm, string path) | Qore::Reflection::Class | static |
getClass(object obj) | Qore::Reflection::Class | static |
getClassHierarchy() | Qore::Reflection::Class | |
getConstant(string name) | Qore::Reflection::Class | |
getConstants() | Qore::Reflection::Class | |
getConstructorMethod() | Qore::Reflection::Class | |
getConstructorVariant(...) | Qore::Reflection::Class | |
getConstructorVariantArgs(*softlist< Type > argv) | Qore::Reflection::Class | |
getConstructorVariants() | Qore::Reflection::Class | |
getCopyMethod() | Qore::Reflection::Class | |
getCopyVariant() | Qore::Reflection::Class | |
getDestructorMethod() | Qore::Reflection::Class | |
getDestructorVariant() | Qore::Reflection::Class | |
getDomain() | Qore::Reflection::AbstractClass | |
getDomainStringList() | Qore::Reflection::AbstractClass | |
getHash() | Qore::Reflection::AbstractClass | |
getId() | Qore::Reflection::AbstractClass | |
getIfCopyVariant() | Qore::Reflection::Class | |
getIfDestructorVariant() | Qore::Reflection::Class | |
getInheritanceAccess(Class base_class) | Qore::Reflection::Class | |
getLanguage() | Qore::Reflection::AbstractClass | |
getMember(string name) | Qore::Reflection::Class | |
getMembers() | Qore::Reflection::Class | |
getMethod(string name) | Qore::Reflection::AbstractClass | |
getMethods() | Qore::Reflection::AbstractClass | |
getModifierList() | Qore::Reflection::AbstractClass | |
getModifiers() | Qore::Reflection::AbstractClass | |
getModuleName() | Qore::Reflection::Class | |
getName() | Qore::Reflection::AbstractClass | |
getNamespace() | Qore::Reflection::Class | |
getNormalMember(string name) | Qore::Reflection::Class | |
getNormalMethod(string name) | Qore::Reflection::Class | |
getNormalMethods() | Qore::Reflection::Class | |
getNormalVariant(string name,...) | Qore::Reflection::Class | |
getNormalVariantArgs(string name, *softlist< Type > argv) | Qore::Reflection::Class | |
getNormalVariants() | Qore::Reflection::Class | |
getOrNothingType() | Qore::Reflection::Class | |
getParentClasses() | Qore::Reflection::AbstractClass | |
getPathName() | Qore::Reflection::Class | |
getStaticMember(string name) | Qore::Reflection::Class | |
getStaticMethod(string name) | Qore::Reflection::Class | |
getStaticVariant(string name,...) | Qore::Reflection::Class | |
getStaticVariantArgs(string name, *softlist< Type > argv) | Qore::Reflection::Class | |
getStaticVariants() | Qore::Reflection::Class | |
getType() | Qore::Reflection::Class | |
getVariant(string name,...) | Qore::Reflection::AbstractClass | |
getVariantArgs(string name, *softlist< Type > argv) | Qore::Reflection::AbstractClass | |
getVariants() | Qore::Reflection::AbstractClass | |
hasConstructorMethod() | Qore::Reflection::Class | |
hasCopyMethod() | Qore::Reflection::Class | |
hasDestructorMethod() | Qore::Reflection::Class | |
hasMemberGate() | Qore::Reflection::AbstractClass | |
hasMemberNotification() | Qore::Reflection::AbstractClass | |
hasMethodGate() | Qore::Reflection::AbstractClass | |
instanceOf(object obj) | Qore::Reflection::Class | |
isAbstract() | Qore::Reflection::AbstractClass | |
isBuiltin() | Qore::Reflection::AbstractClass | |
isEqual(AbstractClass cls) | Qore::Reflection::AbstractClass | |
isInjected() | Qore::Reflection::AbstractClass | |
isModulePublic() | Qore::Reflection::AbstractClass | |
isPseudoClass() | Qore::Reflection::AbstractClass | |
isUser() | Qore::Reflection::AbstractClass | |
newObject(...) | Qore::Reflection::Class | |
newObjectArgs(*softlist argv) | Qore::Reflection::Class | |