de.cau.cs.kieler.krep.editors.klp
Class KlpRuntimeModule

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractGenericModule
      extended by org.eclipse.xtext.service.DefaultRuntimeModule
          extended by de.cau.cs.kieler.krep.editors.klp.AbstractKlpRuntimeModule
              extended by de.cau.cs.kieler.krep.editors.klp.KlpRuntimeModule
All Implemented Interfaces:
com.google.inject.Module

public class KlpRuntimeModule
extends AbstractKlpRuntimeModule

Use this class to register components to be used within the IDE.

Rating red
Generated:
This code was automatically generated.

Constructor Summary
KlpRuntimeModule()
           
 
Method Summary
static KLP parse(InputStream in)
           
 
Methods inherited from class de.cau.cs.kieler.krep.editors.klp.AbstractKlpRuntimeModule
bindIAntlrParser, bindIAntlrTokenFileProvider, bindIFormatter, bindIGlobalScopeProvider, bindIGrammarAccess, bindIParseTreeConstructor, bindIQualifiedNameProvider, bindIScopeProvider, bindITokenDefProvider, bindITokenToStringConverter, bindKlpJavaValidator, bindLexer, bindProperties, configure, configureIScopeProviderDelegate, configureRuntimeLexer, provideInternalKlpLexer
 
Methods inherited from class org.eclipse.xtext.service.DefaultRuntimeModule
bindConcreteSyntaxValidator, bindDiagnostician, bindEPackageRegistry, bindEValidatorRegistry, bindIAstFactory, bindIContainer$Manager, bindIFragmentProvider, bindILinker, bindILinkingService, bindILocationInFileProvider, bindINodeModelFormatter, bindIParseResultFactory, bindIPartialParserHelper, bindIResourceFactory, bindIResourceServiceProvider$Registry, bindISwitchingParser, bindITransientValueService, bindIValueConverterService, bindResourceSet, bindSerializerUtil, bindXtextResource, configureIResourceDescriptions, configureIResourceDescriptionsBuilderScope, configureRuntimeEncodingProvider, provideIEncodingProvider
 
Methods inherited from class org.eclipse.xtext.service.AbstractGenericModule
bindProperties, getBindings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KlpRuntimeModule

public KlpRuntimeModule()
Method Detail

parse

public static KLP parse(InputStream in)
                 throws Exception
Throws:
Exception