Uses of Interface
gw.lang.reflect.module.IExecutionEnvironment
-
Packages that use IExecutionEnvironment Package Description gw.config gw.lang gw.lang.gosuc gw.lang.init gw.lang.reflect gw.lang.reflect.module -
-
Uses of IExecutionEnvironment in gw.config
Methods in gw.config with parameters of type IExecutionEnvironment Modifier and Type Method Description ITypeLoaderTypeLoaderSpec. createTypeLoader(IExecutionEnvironment execEnv)static ITypeLoaderTypeLoaderSpec. createTypeLoader(IExecutionEnvironment execEnv, String typeloaderClassName, HashMap additionalArgs) -
Uses of IExecutionEnvironment in gw.lang
Methods in gw.lang with parameters of type IExecutionEnvironment 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) -
Uses of IExecutionEnvironment in gw.lang.gosuc
Constructors in gw.lang.gosuc with parameters of type IExecutionEnvironment Constructor Description GosucProject(IExecutionEnvironment execEnv) -
Uses of IExecutionEnvironment in gw.lang.init
Methods in gw.lang.init with parameters of type IExecutionEnvironment Modifier and Type Method Description voidIGosuInitialization. initializeCompiler(IExecutionEnvironment execEnv, GosucModule module)voidIGosuInitialization. initializeMultipleModules(IExecutionEnvironment execEnv, List<? extends IModule> modules)voidIGosuInitialization. initializeRuntime(IExecutionEnvironment execEnv, List<? extends GosuPathEntry> pathEntries, String... discretePackages)voidIGosuInitialization. initializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module)static GosuInitializationGosuInitialization. instance(IExecutionEnvironment execEnv)voidIGosuInitialization. reinitializeRuntime(IExecutionEnvironment execEnv, List<? extends GosuPathEntry> pathEntries, String... discretePackages)voidIGosuInitialization. reinitializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module)voidIGosuInitialization. uninitializeCompiler(IExecutionEnvironment execEnv)voidIGosuInitialization. uninitializeMultipleModules(IExecutionEnvironment execEnv)voidIGosuInitialization. uninitializeRuntime(IExecutionEnvironment execEnv)voidIGosuInitialization. uninitializeSimpleIde(IExecutionEnvironment execEnv) -
Uses of IExecutionEnvironment in gw.lang.reflect
Methods in gw.lang.reflect that return IExecutionEnvironment Modifier and Type Method Description IExecutionEnvironmentITypeSystem. getExecutionEnvironment()IExecutionEnvironmentITypeSystem. getExecutionEnvironment(IProject project)static IExecutionEnvironmentTypeSystem. getExecutionEnvironment()static IExecutionEnvironmentTypeSystem. getExecutionEnvironment(IProject project)Methods in gw.lang.reflect with parameters of type IExecutionEnvironment Modifier and Type Method Description static voidTypeSystem. shutdown(IExecutionEnvironment execEnv) -
Uses of IExecutionEnvironment in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return IExecutionEnvironment Modifier and Type Method Description IExecutionEnvironmentIModule. getExecutionEnvironment()
-