Uses of Interface
gw.lang.reflect.module.IModule
-
Packages that use IModule Package Description gw.config gw.lang gw.lang.gosuc gw.lang.gosuc.simple gw.lang.init gw.lang.parser gw.lang.reflect gw.lang.reflect.gs gw.lang.reflect.java gw.lang.reflect.module gw.util -
-
Uses of IModule in gw.config
Methods in gw.config with parameters of type IModule Modifier and Type Method Description voidIPlatformHelper. refresh(IModule module) -
Uses of IModule in gw.lang
Methods in gw.lang that return IModule Modifier and Type Method Description static IModuleGosuShop. createGlobalModule(IExecutionEnvironment execEnv)IModuleIGosuShop. createGlobalModule(IExecutionEnvironment execEnv)static IModuleGosuShop. createModule(IExecutionEnvironment execEnv, String strMemberName)IModuleIGosuShop. createModule(IExecutionEnvironment execEnv, String strMemberName)static IModuleGosuShop. getModule(IType type)IModuleIModuleAware. getModule()Methods in gw.lang with parameters of type IModule Modifier and Type Method Description static IJavaClassInfoGosuShop. createClassInfo(Class aClass, IModule module)IJavaClassInfoIGosuShop. createClassInfo(Class aClass, IModule module)static IClassPathGosuShop. createClassPath(IModule module, boolean includeAllClasses)IClassPathIGosuShop. createClassPath(IModule module, boolean includeAllClasses)static IFileSystemGosuClassRepositoryGosuShop. createFileSystemGosuClassRepository(IModule module, IDirectory[] files)static IFileSystemGosuClassRepositoryGosuShop. createFileSystemGosuClassRepository(IModule module, IDirectory[] files, String[] extensions)IFileSystemGosuClassRepositoryIGosuShop. createFileSystemGosuClassRepository(IModule module, IDirectory[] files)IFileSystemGosuClassRepositoryIGosuShop. createFileSystemGosuClassRepository(IModule module, IDirectory[] files, String[] extensions) -
Uses of IModule in gw.lang.gosuc
Methods in gw.lang.gosuc that return IModule Modifier and Type Method Description IModuleGosuc. defineModule(GosucProject project, GosucModule gosucModule)Methods in gw.lang.gosuc that return types with arguments of type IModule Modifier and Type Method Description List<IModule>Gosuc. findRootModules(List<IModule> modules)Methods in gw.lang.gosuc with parameters of type IModule Modifier and Type Method Description List<IType>Gosuc. compile(IModule module, List<String> types)List<IType>IGosuc. compile(IModule module, List<String> typesToCompile)Method parameters in gw.lang.gosuc with type arguments of type IModule Modifier and Type Method Description List<IModule>Gosuc. findRootModules(List<IModule> modules) -
Uses of IModule in gw.lang.gosuc.simple
Methods in gw.lang.gosuc.simple with parameters of type IModule Modifier and Type Method Description voidCompilerPlatformHelper. refresh(IModule module) -
Uses of IModule in gw.lang.init
Method parameters in gw.lang.init with type arguments of type IModule Modifier and Type Method Description voidGosuInitialization. initializeMultipleModules(List<? extends IModule> modules)voidIGosuInitialization. initializeMultipleModules(IExecutionEnvironment execEnv, List<? extends IModule> modules) -
Uses of IModule in gw.lang.parser
Methods in gw.lang.parser that return IModule Modifier and Type Method Description IModuleIParsedElement. getModule() -
Uses of IModule in gw.lang.reflect
Fields in gw.lang.reflect declared as IModule Modifier and Type Field Description protected IModuleTypeLoaderBase. _moduleIModuleRefreshRequest. moduleMethods in gw.lang.reflect that return IModule Modifier and Type Method Description IModuleITypeSystem. getCurrentModule()static IModuleTypeSystem. getCurrentModule()static IModuleTypeSystem. getGlobalModule()static IModuleTypeSystem. getJreModule()IModuleINamespaceType. getModule()IModuleITypeLoader. getModule()IModuleTypeLoaderBase. getModule()static IModuleTypeSystem. getModuleFromType(IType type)Methods in gw.lang.reflect with parameters of type IModule Modifier and Type Method Description static ITypeTypeSystem. get(IJavaClassInfo classInfo, IModule module)static ITypeTypeSystem. get(Class javaClass, IModule module)static ITypeTypeSystem. getByFullName(String fullyQualifiedName, IModule module)static ITypeTypeSystem. getByFullNameIfValid(String typeName, IModule module)static ITypeTypeSystem. getFromObject(Object object, IModule module)static IJavaClassInfoTypeSystem. getJavaClassInfo(Class jClass, IModule module)static IJavaClassInfoTypeSystem. getJavaClassInfo(String fullyQualifiedName, IModule module)IJavaClassInfoIDefaultTypeLoader. getJavaClassInfoForClassDirectly(Class clazz, IModule module)static INamespaceTypeTypeSystem. getNamespace(String strType, IModule module)<T extends ITypeLoader>
TITypeSystem. getTypeLoader(Class<? extends T> loaderClass, IModule module)static <T extends ITypeLoader>
TTypeSystem. getTypeLoader(Class<? extends T> loaderClass, IModule module)String[]ITypeSystem. getTypesForFile(IModule module, IFile file)static String[]TypeSystem. getTypesForFile(IModule module, IFile file)voidITypeSystem. popModule(IModule gosuModule)static voidTypeSystem. popModule(IModule gosuModule)voidITypeSystem. pushModule(IModule gosuModule)static voidTypeSystem. pushModule(IModule gosuModule)voidITypeSystem. pushTypeLoader(IModule module, ITypeLoader loader)static voidTypeSystem. pushTypeLoader(IModule module, ITypeLoader loader)voidITypeSystem. refresh(IModule module)static voidTypeSystem. refresh(IModule module)Constructors in gw.lang.reflect with parameters of type IModule Constructor Description RefreshRequest(IFile file, String[] types, IModule module, ITypeLoader typeLoader, RefreshKind kind)RefreshRequest(IFile file, String[] types, IModule module, RefreshKind kind)SimpleTypeLoader(IModule module)TypeLoaderBase(IModule module) -
Uses of IModule in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IModule Modifier and Type Method Description IModuleTypeName. getGosuModule()IModuleIGosuClassRepository. getModule()The module having this repositoryMethods in gw.lang.reflect.gs with parameters of type IModule Modifier and Type Method Description static GosuClassTypeLoaderGosuClassTypeLoader. getDefaultClassLoader(IModule module)Constructors in gw.lang.reflect.gs with parameters of type IModule Constructor Description GosuClassTypeLoader(IModule module, IGosuClassRepository repository) -
Uses of IModule in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return IModule Modifier and Type Method Description IModuleErrorJavaClassInfo. getModule()IModuleIJavaClassType. getModule()IModuleITypeInfoResolver. getModule() -
Uses of IModule in gw.lang.reflect.module
Subinterfaces of IModule in gw.lang.reflect.module Modifier and Type Interface Description interfaceIGlobalModuleinterfaceIJreModuleMethods in gw.lang.reflect.module that return IModule Modifier and Type Method Description IModuleIExecutionEnvironment. createJreModule()IModuleIExecutionEnvironment. getGlobalModule()IModuleIExecutionEnvironment. getJreModule()IModuleDependency. getModule()IModuleIExecutionEnvironment. getModule(IResource file)IModuleIExecutionEnvironment. getModule(String strModuleName)IModuleIExecutionEnvironment. getModule(URL baseURL)IModuleITypeLoaderStack. getModule()IModule[]IModule. getModuleTraversalList()Methods in gw.lang.reflect.module that return types with arguments of type IModule Modifier and Type Method Description List<? extends IModule>IExecutionEnvironment. getModules()Methods in gw.lang.reflect.module with parameters of type IModule Modifier and Type Method Description voidIExecutionEnvironment. addModule(IModule module)IFileIFileSystem. getFakeFile(URL url, IModule module)voidIExecutionEnvironment. removeModule(IModule module)voidIExecutionEnvironment. renameModule(IModule gosuModule, String name)Constructors in gw.lang.reflect.module with parameters of type IModule Constructor Description Dependency(IModule module, boolean bExported) -
Uses of IModule in gw.util
Methods in gw.util with parameters of type IModule Modifier and Type Method Description static List<IDirectory>Extensions. getJarsWithSources(IModule module)
-