Package org.palladiosimulator.qes
Class QualityEffectSpecificationRuntimeModule
java.lang.Object
org.eclipse.xtext.service.AbstractGenericModule
org.eclipse.xtext.service.DefaultRuntimeModule
org.palladiosimulator.qes.AbstractQualityEffectSpecificationRuntimeModule
org.palladiosimulator.qes.QualityEffectSpecificationRuntimeModule
- All Implemented Interfaces:
com.google.inject.Module
public class QualityEffectSpecificationRuntimeModule
extends AbstractQualityEffectSpecificationRuntimeModule
Use this class to register components to be used at runtime / without the Equinox extension registry.
-
Field Summary
Fields inherited from class org.palladiosimulator.qes.AbstractQualityEffectSpecificationRuntimeModule
properties
-
Constructor Summary
-
Method Summary
Methods inherited from class org.palladiosimulator.qes.AbstractQualityEffectSpecificationRuntimeModule
bindClassLoaderToInstance, bindIAllContainersState$Provider, bindIAntlrTokenFileProvider, bindIContainer$Manager, bindIGenerator2, bindIGlobalScopeProvider, bindIGrammarAccess, bindIParser, bindIQualifiedNameProvider, bindIScopeProvider, bindISemanticSequencer, bindISerializer, bindISyntacticSequencer, bindITokenDefProvider, bindITokenToStringConverter, bindLexer, bindQualityEffectSpecificationValidator, configure, configureFileExtensions, configureIgnoreCaseLinking, configureIResourceDescriptions, configureIResourceDescriptionsPersisted, configureIScopeProviderDelegate, configureLanguageName, configureRuntimeLexer, provideInternalQualityEffectSpecificationLexer
Methods inherited from class org.eclipse.xtext.service.DefaultRuntimeModule
bindConcreteSyntaxValidator, bindDiagnostician, bindEPackageRegistry, bindEValidatorRegistry, bindIAstFactory, bindIFormatter, bindIFragmentProvider, bindILinker, bindILinkingService, bindILocationInFileProvider, bindINodeModelFormatter, bindIPartialParserHelper, bindIResourceFactory, bindIResourceServiceProvider$Registry, bindITransientValueService, bindIValueConverterService, bindResourceSet, bindRuntimeEncodingProvider, bindXtextResource, bindXtextResourceSet, configureGenericSemanticSequencer, configureIResourceDescriptionsBuilderScope, configureIResourceDescriptionsLiveScope, configureIsAffectedExtensions, configureLinkingIScopeProvider, configureRuntimeEncodingProvider, configureSerializerIScopeProvider, configureUseIndexFragmentsForLazyLinking, provideIEncodingProvider
Methods inherited from class org.eclipse.xtext.service.AbstractGenericModule
bindProperties, getBindings, tryBindProperties
-
Constructor Details
-
QualityEffectSpecificationRuntimeModule
public QualityEffectSpecificationRuntimeModule()
-