Uses of Interface
gw.lang.reflect.module.IExecutionEnvironment
-
Packages that use IExecutionEnvironment Package Description gw.config gw.internal.gosu.init gw.internal.gosu.module gw.internal.gosu.parser 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, java.lang.String typeloaderClassName, java.util.HashMap additionalArgs) -
Uses of IExecutionEnvironment in gw.internal.gosu.init
Methods in gw.internal.gosu.init with parameters of type IExecutionEnvironment Modifier and Type Method Description voidInternalGosuInit. initializeCompiler(IExecutionEnvironment execEnv, GosucModule module)voidInternalGosuInit. initializeMultipleModules(IExecutionEnvironment execEnv, java.util.List<? extends IModule> modules)voidInternalGosuInit. initializeRuntime(IExecutionEnvironment execEnv, java.util.List<? extends GosuPathEntry> pathEntries, java.lang.String... discretePackages)voidInternalGosuInit. initializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module)voidInternalGosuInit. reinitializeRuntime(IExecutionEnvironment execEnv, java.util.List<? extends GosuPathEntry> pathEntries, java.lang.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 IExecutionEnvironment Modifier and Type Field Description private IExecutionEnvironmentModule. _execEnvMethods in gw.internal.gosu.module that return IExecutionEnvironment Modifier and Type Method Description IExecutionEnvironmentModule. getExecutionEnvironment()Constructors in gw.internal.gosu.module with parameters of type IExecutionEnvironment Constructor Description GlobalModule(IExecutionEnvironment execEnv, java.lang.String moduleName)Module(IExecutionEnvironment execEnv, java.lang.String strName) -
Uses of IExecutionEnvironment in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IExecutionEnvironment Modifier and Type Class Description classExecutionEnvironmentFields in gw.internal.gosu.parser declared as IExecutionEnvironment Modifier and Type Field Description private IExecutionEnvironmentFrequentUsedJavaTypeCache. _execEnvFields in gw.internal.gosu.parser with type parameters of type IExecutionEnvironment Modifier and Type Field Description private static java.util.Map<IExecutionEnvironment,FrequentUsedJavaTypeCache>FrequentUsedJavaTypeCache. INSTANCESMethods in gw.internal.gosu.parser that return IExecutionEnvironment Modifier and Type Method Description IExecutionEnvironmentTypeLoaderAccess. getExecutionEnvironment()IExecutionEnvironmentTypeLoaderAccess. getExecutionEnvironment(IProject project)Methods in gw.internal.gosu.parser that return types with arguments of type IExecutionEnvironment Modifier and Type Method Description static java.util.Collection<? extends IExecutionEnvironment>ExecutionEnvironment. getAll()Methods in gw.internal.gosu.parser with parameters of type IExecutionEnvironment Modifier and Type Method Description IModuleGosuIndustrialParkImpl. createGlobalModule(IExecutionEnvironment execEnv)IModuleGosuIndustrialParkImpl. createModule(IExecutionEnvironment execEnv, java.lang.String strMemberName)static FrequentUsedJavaTypeCacheFrequentUsedJavaTypeCache. instance(IExecutionEnvironment execEnv)Constructors in gw.internal.gosu.parser with parameters of type IExecutionEnvironment Constructor Description FrequentUsedJavaTypeCache(IExecutionEnvironment execEnv) -
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, java.lang.String strMemberName)IModuleIGosuShop. createModule(IExecutionEnvironment execEnv, java.lang.String strMemberName) -
Uses of IExecutionEnvironment in gw.lang.gosuc
Methods in gw.lang.gosuc with parameters of type IExecutionEnvironment Modifier and Type Method Description private voidGosucProject. assignModules(IExecutionEnvironment execEnv)private voidGosucProject. assignSdk(IExecutionEnvironment execEnv)Constructors in gw.lang.gosuc with parameters of type IExecutionEnvironment Constructor Description GosucProject(IExecutionEnvironment execEnv) -
Uses of IExecutionEnvironment in gw.lang.init
Fields in gw.lang.init declared as IExecutionEnvironment Modifier and Type Field Description private IExecutionEnvironmentGosuInitialization. _execEnvFields in gw.lang.init with type parameters of type IExecutionEnvironment Modifier and Type Field Description private static java.util.Map<IExecutionEnvironment,GosuInitialization>GosuInitialization. INSTANCESMethods in gw.lang.init with parameters of type IExecutionEnvironment Modifier and Type Method Description voidIGosuInitialization. initializeCompiler(IExecutionEnvironment execEnv, GosucModule module)voidIGosuInitialization. initializeMultipleModules(IExecutionEnvironment execEnv, java.util.List<? extends IModule> modules)voidIGosuInitialization. initializeRuntime(IExecutionEnvironment execEnv, java.util.List<? extends GosuPathEntry> pathEntries, java.lang.String... discretePackages)voidIGosuInitialization. initializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module)static GosuInitializationGosuInitialization. instance(IExecutionEnvironment execEnv)voidIGosuInitialization. reinitializeRuntime(IExecutionEnvironment execEnv, java.util.List<? extends GosuPathEntry> pathEntries, java.lang.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 Constructor Description GosuInitialization(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()
-