Package gw.lang.reflect
Interface IExtendedTypeLoader
- All Superinterfaces:
IPluginHost
,IService
,ITypeLoader
- All Known Implementing Classes:
DefaultTypeLoader
-
Field Summary
Fields inherited from interface gw.lang.reflect.ITypeLoader
NO_TYPES
-
Method Summary
Modifier and TypeMethodDescriptiongetIntrinsicTypeFromObject
(Object object) Returns the intrinsic type for the given Object.Methods inherited from interface gw.plugin.IPluginHost
getInterface
Methods inherited from interface gw.lang.reflect.ITypeLoader
computeTypeNames, getAllNamespaces, getAllTypeNames, getHandledPrefixes, getModule, getNamespaceForDirectory, getResource, getType, getTypeNames, getTypesForFile, handlesDirectory, handlesFile, handlesNonPrefixLoads, hasNamespace, isCaseSensitive, refreshed, refreshedFile, refreshedNamespace, refreshedTypes, showTypeNamesInIDE, shutdown
-
Method Details
-
getIntrinsicTypeFromObject
Returns the intrinsic type for the given Object.- Parameters:
object
- the object to get an IType for- Returns:
- the IType for the object
-