Class EolModuleParallel
java.lang.Object
org.eclipse.epsilon.common.module.AbstractModuleElement
org.eclipse.epsilon.eol.AbstractModule
org.eclipse.epsilon.eol.EolModule
org.eclipse.epsilon.eol.concurrent.EolModuleParallel
- All Implemented Interfaces:
IModule,ModuleElement,IEolModule
- Since:
- 1.6
- Author:
- Sina Madani
-
Field Summary
FieldsFields inherited from class org.eclipse.epsilon.eol.EolModule
context, declaredModelDeclarations, declaredOperations, imports, main, modelDeclarations, operations, postOperationStatementsFields inherited from class org.eclipse.epsilon.eol.AbstractModule
parseProblems, parser, sourceFile, sourceUri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidWARNING: This method should only be called by the DT plugin for initialization purposes, as the context will be reset!Get the set of property names that should be retrieved from the ILaunchConfiguration in order to configure this module.Methods inherited from class org.eclipse.epsilon.eol.EolModule
adapt, build, clearCache, createDebugger, createLexer, createParser, execute, executeImpl, getDeclaredModelDeclarations, getDeclaredOperations, getImportManager, getImports, getMain, getMainRule, getModelDeclarations, getOperations, getParentModule, getPostOperationStatements, loadImports, prepareContext, setContext, setImportManager, setMain, setParentModule, toStringMethods inherited from class org.eclipse.epsilon.eol.AbstractModule
assignAnnotations, assignComment, assignComments, createAst, extractComments, getParseProblems, getSourceFile, getSourceUri, invokeMainRule, parse, parseMethods inherited from class org.eclipse.epsilon.common.module.AbstractModuleElement
equals, getChildren, getComments, getData, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, hashCode, setModule, setParent, setRegion, setUriMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.epsilon.eol.IEolModule
getParseProblems, parseMethods inherited from interface org.eclipse.epsilon.common.module.IModule
createAst, getSourceUri, parse, parse, parse, parse, parseMethods inherited from interface org.eclipse.epsilon.common.module.ModuleElement
getChildren, getComments, getData, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUri
-
Field Details
-
CONFIG_PROPERTIES
-
-
Constructor Details
-
EolModuleParallel
public EolModuleParallel() -
EolModuleParallel
-
-
Method Details
-
getContext
- Specified by:
getContextin interfaceIEolModule- Overrides:
getContextin classEolModule
-
getImportConfiguration
- Overrides:
getImportConfigurationin classEolModule
-
configure
WARNING: This method should only be called by the DT plugin for initialization purposes, as the context will be reset!- Parameters:
properties- a map of property:value- Throws:
IllegalArgumentException
-
getConfigurationProperties
Description copied from interface:IEolModuleGet the set of property names that should be retrieved from the ILaunchConfiguration in order to configure this module.- Returns:
-