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 ITypegetIntrinsicTypeFromObject(java.lang.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 Detail
-
getIntrinsicTypeFromObject
IType getIntrinsicTypeFromObject(java.lang.Object object)
Returns the intrinsic type for the given Object.- Parameters:
object- the object to get an IType for- Returns:
- the IType for the object
-
-