/* * generated by Xtext 2.16.0 */ package hu.bme.mit.inf.dslreasoner.faulttree.components.ui import hu.bme.mit.inf.dslreasoner.faulttree.components.ui.syntaxcoloring.CftLanguageSemanticHighlightingCalculator import hu.bme.mit.inf.dslreasoner.faulttree.components.ui.syntaxcoloring.CftLanguageTokenToAttributeIdMapper import org.eclipse.xtend.lib.annotations.FinalFieldsConstructor import org.eclipse.xtext.ide.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper import org.eclipse.xtext.ide.editor.syntaxcoloring.ISemanticHighlightingCalculator /** * Use this class to register components to be used within the Eclipse IDE. */ @FinalFieldsConstructor class CftLanguageUiModule extends AbstractCftLanguageUiModule { def Class bindAbstractAntlrTokenToAttributeIdMapper() { CftLanguageTokenToAttributeIdMapper } def Class bindISemanticHighlightingCalculator() { CftLanguageSemanticHighlightingCalculator } }