Package gw.lang.reflect
Interface IExtendedTypeLoader
-
- All Superinterfaces:
IPluginHost
,IService
,ITypeLoader
- All Known Implementing Classes:
DefaultTypeLoader
public interface IExtendedTypeLoader extends ITypeLoader
-
-
Field Summary
-
Fields inherited from interface gw.lang.reflect.ITypeLoader
NO_TYPES
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IType
getIntrinsicTypeFromObject(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
-
-