Package gw.lang.reflect.module
Interface IExecutionEnvironment
- All Known Implementing Classes:
ExecutionEnvironment
public interface IExecutionEnvironment
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
getState()
boolean
makeGosucProjectFile
(String gosucProjectClassName) void
removeModule
(IModule module) void
renameModule
(IModule gosuModule, String name)
-
Field Details
-
GLOBAL_MODULE_NAME
- See Also:
-
DEFAULT_SINGLE_MODULE_NAME
- See Also:
-
-
Method Details
-
getProject
IProject getProject() -
getModules
-
createJreModule
IModule createJreModule() -
addModule
-
removeModule
-
renameModule
-
getModule
-
getModule
-
getModule
-
getGlobalModule
IModule getGlobalModule() -
getJreModule
IModule getJreModule() -
getState
TypeSystemState getState() -
isShadowingMode
boolean isShadowingMode() -
makeGosucProjectFile
-