Uses of Interface
gw.lang.reflect.module.IExecutionEnvironment
Packages that use IExecutionEnvironment
Package
Description
-
Uses of IExecutionEnvironment in gw.config
Methods in gw.config with parameters of type IExecutionEnvironmentModifier and TypeMethodDescriptionTypeLoaderSpec.createTypeLoader
(IExecutionEnvironment execEnv) static ITypeLoader
TypeLoaderSpec.createTypeLoader
(IExecutionEnvironment execEnv, String typeloaderClassName, HashMap additionalArgs) -
Uses of IExecutionEnvironment in gw.internal.gosu.init
Methods in gw.internal.gosu.init with parameters of type IExecutionEnvironmentModifier and TypeMethodDescriptionvoid
InternalGosuInit.initializeCompiler
(IExecutionEnvironment execEnv, GosucModule module) void
InternalGosuInit.initializeMultipleModules
(IExecutionEnvironment execEnv, List<? extends IModule> modules) void
InternalGosuInit.initializeRuntime
(IExecutionEnvironment execEnv, List<? extends GosuPathEntry> pathEntries, String... discretePackages) void
InternalGosuInit.initializeSimpleIde
(IExecutionEnvironment execEnv, GosucModule module) void
InternalGosuInit.reinitializeRuntime
(IExecutionEnvironment execEnv, List<? extends GosuPathEntry> pathEntries, String... discretePackages) void
InternalGosuInit.reinitializeSimpleIde
(IExecutionEnvironment execEnv, GosucModule module) void
InternalGosuInit.uninitializeCompiler
(IExecutionEnvironment execEnv) void
InternalGosuInit.uninitializeMultipleModules
(IExecutionEnvironment execEnv) void
InternalGosuInit.uninitializeRuntime
(IExecutionEnvironment execEnv) void
InternalGosuInit.uninitializeSimpleIde
(IExecutionEnvironment execEnv) -
Uses of IExecutionEnvironment in gw.internal.gosu.module
Fields in gw.internal.gosu.module declared as IExecutionEnvironmentMethods in gw.internal.gosu.module that return IExecutionEnvironmentConstructors in gw.internal.gosu.module with parameters of type IExecutionEnvironmentModifierConstructorDescriptionGlobalModule
(IExecutionEnvironment execEnv, String moduleName) Module
(IExecutionEnvironment execEnv, String strName) -
Uses of IExecutionEnvironment in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IExecutionEnvironmentFields in gw.internal.gosu.parser declared as IExecutionEnvironmentModifier and TypeFieldDescriptionprivate IExecutionEnvironment
FrequentUsedJavaTypeCache._execEnv
Fields in gw.internal.gosu.parser with type parameters of type IExecutionEnvironmentModifier and TypeFieldDescriptionprivate static final Map<IExecutionEnvironment,
FrequentUsedJavaTypeCache> FrequentUsedJavaTypeCache.INSTANCES
Methods in gw.internal.gosu.parser that return IExecutionEnvironmentModifier and TypeMethodDescriptionTypeLoaderAccess.getExecutionEnvironment()
TypeLoaderAccess.getExecutionEnvironment
(IProject project) Methods in gw.internal.gosu.parser that return types with arguments of type IExecutionEnvironmentModifier and TypeMethodDescriptionstatic Collection<? extends IExecutionEnvironment>
ExecutionEnvironment.getAll()
Methods in gw.internal.gosu.parser with parameters of type IExecutionEnvironmentModifier and TypeMethodDescriptionGosuIndustrialParkImpl.createGlobalModule
(IExecutionEnvironment execEnv) GosuIndustrialParkImpl.createModule
(IExecutionEnvironment execEnv, String strMemberName) static FrequentUsedJavaTypeCache
FrequentUsedJavaTypeCache.instance
(IExecutionEnvironment execEnv) Constructors in gw.internal.gosu.parser with parameters of type IExecutionEnvironment -
Uses of IExecutionEnvironment in gw.lang
Methods in gw.lang with parameters of type IExecutionEnvironmentModifier and TypeMethodDescriptionstatic IModule
GosuShop.createGlobalModule
(IExecutionEnvironment execEnv) IGosuShop.createGlobalModule
(IExecutionEnvironment execEnv) static IModule
GosuShop.createModule
(IExecutionEnvironment execEnv, String strMemberName) IGosuShop.createModule
(IExecutionEnvironment execEnv, String strMemberName) -
Uses of IExecutionEnvironment in gw.lang.gosuc
Methods in gw.lang.gosuc with parameters of type IExecutionEnvironmentModifier and TypeMethodDescriptionprivate void
GosucProject.assignModules
(IExecutionEnvironment execEnv) private void
GosucProject.assignSdk
(IExecutionEnvironment execEnv) Constructors in gw.lang.gosuc with parameters of type IExecutionEnvironment -
Uses of IExecutionEnvironment in gw.lang.init
Fields in gw.lang.init declared as IExecutionEnvironmentFields in gw.lang.init with type parameters of type IExecutionEnvironmentModifier and TypeFieldDescriptionprivate static final Map<IExecutionEnvironment,
GosuInitialization> GosuInitialization.INSTANCES
Methods in gw.lang.init with parameters of type IExecutionEnvironmentModifier and TypeMethodDescriptionvoid
IGosuInitialization.initializeCompiler
(IExecutionEnvironment execEnv, GosucModule module) void
IGosuInitialization.initializeMultipleModules
(IExecutionEnvironment execEnv, List<? extends IModule> modules) void
IGosuInitialization.initializeRuntime
(IExecutionEnvironment execEnv, List<? extends GosuPathEntry> pathEntries, String... discretePackages) void
IGosuInitialization.initializeSimpleIde
(IExecutionEnvironment execEnv, GosucModule module) static GosuInitialization
GosuInitialization.instance
(IExecutionEnvironment execEnv) void
IGosuInitialization.reinitializeRuntime
(IExecutionEnvironment execEnv, List<? extends GosuPathEntry> pathEntries, String... discretePackages) void
IGosuInitialization.reinitializeSimpleIde
(IExecutionEnvironment execEnv, GosucModule module) void
IGosuInitialization.uninitializeCompiler
(IExecutionEnvironment execEnv) void
IGosuInitialization.uninitializeMultipleModules
(IExecutionEnvironment execEnv) void
IGosuInitialization.uninitializeRuntime
(IExecutionEnvironment execEnv) void
IGosuInitialization.uninitializeSimpleIde
(IExecutionEnvironment execEnv) Constructors in gw.lang.init with parameters of type IExecutionEnvironment -
Uses of IExecutionEnvironment in gw.lang.reflect
Methods in gw.lang.reflect that return IExecutionEnvironmentModifier and TypeMethodDescriptionITypeSystem.getExecutionEnvironment()
ITypeSystem.getExecutionEnvironment
(IProject project) static IExecutionEnvironment
TypeSystem.getExecutionEnvironment()
static IExecutionEnvironment
TypeSystem.getExecutionEnvironment
(IProject project) Methods in gw.lang.reflect with parameters of type IExecutionEnvironment -
Uses of IExecutionEnvironment in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return IExecutionEnvironment