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 ITypeLoader
TypeLoaderSpec. 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 IExecutionEnvironment Modifier and Type Method Description void
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
Methods in gw.internal.gosu.module that return IExecutionEnvironment Modifier and Type Method Description IExecutionEnvironment
Module. getExecutionEnvironment()
Constructors in gw.internal.gosu.module with parameters of type IExecutionEnvironment Constructor Description GlobalModule(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 IExecutionEnvironment Modifier and Type Class Description class
ExecutionEnvironment
Methods in gw.internal.gosu.parser that return IExecutionEnvironment Modifier and Type Method Description IExecutionEnvironment
TypeLoaderAccess. getExecutionEnvironment()
IExecutionEnvironment
TypeLoaderAccess. getExecutionEnvironment(IProject project)
Methods in gw.internal.gosu.parser that return types with arguments of type IExecutionEnvironment Modifier and Type Method Description static Collection<? extends IExecutionEnvironment>
ExecutionEnvironment. getAll()
Methods in gw.internal.gosu.parser with parameters of type IExecutionEnvironment Modifier and Type Method Description IModule
GosuIndustrialParkImpl. createGlobalModule(IExecutionEnvironment execEnv)
IModule
GosuIndustrialParkImpl. createModule(IExecutionEnvironment execEnv, String strMemberName)
static FrequentUsedJavaTypeCache
FrequentUsedJavaTypeCache. instance(IExecutionEnvironment execEnv)
-
Uses of IExecutionEnvironment in gw.lang
Methods in gw.lang with parameters of type IExecutionEnvironment Modifier and Type Method Description static IModule
GosuShop. createGlobalModule(IExecutionEnvironment execEnv)
IModule
IGosuShop. createGlobalModule(IExecutionEnvironment execEnv)
static IModule
GosuShop. createModule(IExecutionEnvironment execEnv, String strMemberName)
IModule
IGosuShop. 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 void
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)
-
Uses of IExecutionEnvironment in gw.lang.reflect
Methods in gw.lang.reflect that return IExecutionEnvironment Modifier and Type Method Description IExecutionEnvironment
ITypeSystem. getExecutionEnvironment()
IExecutionEnvironment
ITypeSystem. getExecutionEnvironment(IProject project)
static IExecutionEnvironment
TypeSystem. getExecutionEnvironment()
static IExecutionEnvironment
TypeSystem. getExecutionEnvironment(IProject project)
Methods in gw.lang.reflect with parameters of type IExecutionEnvironment Modifier and Type Method Description static void
TypeSystem. 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 IExecutionEnvironment
IModule. getExecutionEnvironment()
-