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 ITypeLoaderTypeLoaderSpec.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 TypeMethodDescriptionvoidInternalGosuInit.initializeCompiler(IExecutionEnvironment execEnv, GosucModule module) voidInternalGosuInit.initializeMultipleModules(IExecutionEnvironment execEnv, List<? extends IModule> modules) voidInternalGosuInit.initializeRuntime(IExecutionEnvironment execEnv, List<? extends GosuPathEntry> pathEntries, String... discretePackages) voidInternalGosuInit.initializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module) voidInternalGosuInit.reinitializeRuntime(IExecutionEnvironment execEnv, List<? extends GosuPathEntry> pathEntries, String... discretePackages) voidInternalGosuInit.reinitializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module) voidInternalGosuInit.uninitializeCompiler(IExecutionEnvironment execEnv) voidInternalGosuInit.uninitializeMultipleModules(IExecutionEnvironment execEnv) voidInternalGosuInit.uninitializeRuntime(IExecutionEnvironment execEnv) voidInternalGosuInit.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 IExecutionEnvironmentFrequentUsedJavaTypeCache._execEnvFields in gw.internal.gosu.parser with type parameters of type IExecutionEnvironmentModifier and TypeFieldDescriptionprivate static final Map<IExecutionEnvironment,FrequentUsedJavaTypeCache> FrequentUsedJavaTypeCache.INSTANCESMethods 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 FrequentUsedJavaTypeCacheFrequentUsedJavaTypeCache.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 IModuleGosuShop.createGlobalModule(IExecutionEnvironment execEnv) IGosuShop.createGlobalModule(IExecutionEnvironment execEnv) static IModuleGosuShop.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 voidGosucProject.assignModules(IExecutionEnvironment execEnv) private voidGosucProject.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.INSTANCESMethods in gw.lang.init with parameters of type IExecutionEnvironmentModifier and TypeMethodDescriptionvoidIGosuInitialization.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) 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 IExecutionEnvironmentTypeSystem.getExecutionEnvironment()static IExecutionEnvironmentTypeSystem.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