Uses of Interface
com.e1c.langtool.collector.FeatureKey
Packages that use FeatureKey
Package
Description
-
Uses of FeatureKey in com.e1c.langtool
Methods in com.e1c.langtool that return FeatureKeyModifier and TypeMethodDescriptionContextTranslationKey.getFeatureKey()Gets the feature key in resource.ContextTranslationKeyImpl.getFeatureKey()Constructors in com.e1c.langtool with parameters of type FeatureKeyModifierConstructorDescriptionContextTranslationKeyImpl(String fullPath, FeatureKey featureKey, FeatureSettings featureSettings, String value) Instantiates a new context translation key.ContextTranslationKeyImpl(org.eclipse.core.resources.IFile file, FeatureKey featureKey, FeatureSettings featureSettings, String value) Instantiates a new context translation key.ContextTranslationKeyImpl(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath resourceId, FeatureKey featureKey, FeatureSettings featureSettings, String value) Instantiates a new context translation key. -
Uses of FeatureKey in com.e1c.langtool.collector
Classes in com.e1c.langtool.collector that implement FeatureKeyMethods in com.e1c.langtool.collector that return FeatureKeyModifier and TypeMethodDescriptionFeatureKey.append(FeatureKey relativeFeatureKey) Append.Append.SegmentFeatureKey.append(FeatureKey relativeFeatureKey) default FeatureKeyFeatureValue.getFeatureKey()Deprecated.FeatureKey.skipFirst(int skipCount) Skip first.SegmentFeatureKey.skipFirst(int skipCount) FeatureKey.skipLast(int skipCount) Skip last segmentsSegmentFeatureKey.skipLast(int skipCount) FeatureKey.toLowerCase()To lower case.SegmentFeatureKey.toLowerCase()FeatureKey.toUpperCase()To upper case.SegmentFeatureKey.toUpperCase()Methods in com.e1c.langtool.collector with parameters of type FeatureKeyModifier and TypeMethodDescriptionFeatureKey.append(FeatureKey relativeFeatureKey) Append.SegmentFeatureKey.append(FeatureKey relativeFeatureKey) intSegmentFeatureKey.compareTo(FeatureKey key) protected intSegmentFeatureKey.compareTo(FeatureKey key, boolean ignoreCase) intFeatureKey.compareToIgnoreCase(FeatureKey key) Compare toFeatureKeywith ignore case of segments.intSegmentFeatureKey.compareToIgnoreCase(FeatureKey key) booleanFeatureKey.startsWith(FeatureKey prefix) Starts with.booleanSegmentFeatureKey.startsWith(FeatureKey prefix) protected booleanSegmentFeatureKey.startsWith(FeatureKey prefix, boolean ignoreCase) booleanFeatureKey.startsWithIgnoreCase(FeatureKey prefix) Starts with ignore case.booleanSegmentFeatureKey.startsWithIgnoreCase(FeatureKey prefix) Constructors in com.e1c.langtool.collector with parameters of type FeatureKeyModifierConstructorDescriptionPersistableFeatureValue(String fullPath, FeatureKey featureKey, FeatureSettings settings, String featureValue, boolean computedValue) Instantiates a new persistable feature value.PersistableFeatureValue(org.eclipse.core.resources.IFile file, FeatureKey featureKey, FeatureSettings settings, String value, boolean computedValue) Instantiates a new persistable feature value.PersistableFeatureValue(org.eclipse.core.resources.IFile file, FeatureKey featureKey, FeatureSettings settings, String value, boolean computedValue, boolean unknownValue, boolean tagValue) Instantiates a new persistable feature value. -
Uses of FeatureKey in com.e1c.langtool.converter
Methods in com.e1c.langtool.converter with parameters of type FeatureKeyModifier and TypeMethodDescriptionvoidIConverterManager.updateConvertedValues(@NonNull org.eclipse.core.runtime.IPath path, @NonNull FeatureKey sourceKey, @NonNull FeatureKey targetKey) Updates the values associated with the specified path during the conversion process. -
Uses of FeatureKey in com.e1c.langtool.emf.collector
Methods in com.e1c.langtool.emf.collector that return FeatureKeyMethods in com.e1c.langtool.emf.collector with parameters of type FeatureKeyModifier and TypeMethodDescriptionstatic EmfFeatureValueEmfFeatureValue.create(org.eclipse.emf.common.util.URI resourceUri, EFeatureSettings settings, FeatureKey featureKey, String featureValue, boolean computedValue, boolean isUnknown, boolean isTag) Low-level factory method.Constructors in com.e1c.langtool.emf.collector with parameters of type FeatureKeyModifierConstructorDescriptionprotectedEmfFeatureValue(org.eclipse.emf.common.util.URI objectUri, EFeatureSettings settings, FeatureKey featureKey, String value, boolean computedValue, boolean isUnknown, boolean isTag) Instantiates a new feature value. -
Uses of FeatureKey in com.e1c.langtool.emf.naming
Methods in com.e1c.langtool.emf.naming that return FeatureKeyModifier and TypeMethodDescriptionIFeatureKeyConverterExtension.getConvertedFeatureKey(org.eclipse.emf.ecore.EObject object, String translation, ITranslateProject project) Computes the converted feature key for the givenEObject, translation, and translation project.ITranslationFeatureKeyProvider.getConvertedFeatureKey(org.eclipse.emf.ecore.EObject object, FeatureSettings featureSettings, String translation, ITranslateProject project) Gets the converted feature key for the specifiedEObject.IFeatureKeyComputer.getFeatureKey(org.eclipse.emf.ecore.EObject obj) Gets the feature key by given object.ITranslationFeatureKeyProvider.getFeatureKey(org.eclipse.emf.ecore.EObject object, FeatureSettings featureSettings) Gets the feature key for translating objectITranslationFeatureKeyProvider.getKey(org.eclipse.emf.ecore.EObject object) Gets the key of translating object.Methods in com.e1c.langtool.emf.naming that return types with arguments of type FeatureKeyModifier and TypeMethodDescriptionFeatureKeyEObjectMigrationnExtension.getOldFeatureKeys(org.eclipse.emf.ecore.EObject obj) Gets the old feature keys for the object if migration may be applied.FeatureKeyMigrationnExtension.getOldFeatureKeys(FeatureKey key) Gets the old feature keys for the feature key ofFeatureValueif migration may be applied.ITranslationFeatureKeyProvider.getOldFeatureKeys(ContextTranslationKey contexTranslationKey) Gets the old feature keys for the feature value if migration of feature keys needed.ITranslationFeatureKeyProvider.getOldFeatureKeys(org.eclipse.emf.ecore.EObject obj) Gets the old feature keys for the object if migration of feature keys needed.Methods in com.e1c.langtool.emf.naming with parameters of type FeatureKeyModifier and TypeMethodDescriptionFeatureKeyMigrationnExtension.getOldFeatureKeys(FeatureKey key) Gets the old feature keys for the feature key ofFeatureValueif migration may be applied. -
Uses of FeatureKey in com.e1c.langtool.ignore
Methods in com.e1c.langtool.ignore with parameters of type FeatureKeyModifier and TypeMethodDescriptionbooleanTransIgnoreFile.ignore(org.eclipse.core.runtime.IPath path, FeatureKey featureKey) default booleanIgnoreTranslationChecker.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) Ignore translation by the feature key in the source object.default booleanIgnoreTranslationChecker.ignoreTranslation(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath resourceId, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) Ignore translation by resource path and feature key in this resource.booleanIgnoreTranslationCheckingService.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) Ignore translation by the feature key in the source object.booleanIgnoreTranslationCheckingService.ignoreTranslation(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath resourceId, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) Ignore translation by resource path and feature key in this resource.booleanResourceIgnoreTranslationChecker.ignoreTranslation(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath resourceId, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) booleanTransIgnoreFile.Rule.validForFeatureKey(FeatureKey key) -
Uses of FeatureKey in com.e1c.langtool.internal.converter
Methods in com.e1c.langtool.internal.converter with parameters of type FeatureKeyModifier and TypeMethodDescriptionvoidConverterManagerImpl.updateConvertedValues(org.eclipse.core.runtime.IPath path, FeatureKey sourceKey, FeatureKey targetKey) voidEmptyConverterManager.updateConvertedValues(org.eclipse.core.runtime.IPath path, FeatureKey sourceKey, FeatureKey targetKey) -
Uses of FeatureKey in com.e1c.langtool.internal.emf.naming
Methods in com.e1c.langtool.internal.emf.naming that return FeatureKeyModifier and TypeMethodDescriptionTranslationFeatureKeyProvider.getConvertedFeatureKey(org.eclipse.emf.ecore.EObject object, FeatureSettings featureSettings, String translation, ITranslateProject project) TranslationFeatureKeyProvider.getFeatureKey(org.eclipse.emf.ecore.EObject object, FeatureSettings featureSettings) TranslationFeatureKeyProvider.getKey(org.eclipse.emf.ecore.EObject object) Methods in com.e1c.langtool.internal.emf.naming that return types with arguments of type FeatureKeyModifier and TypeMethodDescriptionTranslationFeatureKeyProvider.getOldFeatureKeys(ContextTranslationKey contexTranslationKey) TranslationFeatureKeyProvider.getOldFeatureKeys(org.eclipse.emf.ecore.EObject object) -
Uses of FeatureKey in com.e1c.langtool.internal.ignore
Methods in com.e1c.langtool.internal.ignore with parameters of type FeatureKeyModifier and TypeMethodDescriptionbooleanIgnoreCheckingService.ignoreTranslation(org.eclipse.core.resources.IProject project, TranslationSource source, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) booleanIgnoreCheckingService.ignoreTranslation(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath resourceId, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of FeatureKey in com.e1c.langtool.storage.properties
Fields in com.e1c.langtool.storage.properties with type parameters of type FeatureKeyModifier and TypeFieldDescriptionprotected final Map<FeatureKey,String> FeatureKeyContextData.commentsprotected final Map<FeatureKey,String> FeatureKeyContextData.storage -
Uses of FeatureKey in com.e1c.langtool.ui.tree
Methods in com.e1c.langtool.ui.tree that return FeatureKeyMethods in com.e1c.langtool.ui.tree with parameters of type FeatureKeyModifier and TypeMethodDescriptionAbstractTreeFactory.createGroupItem(ITreeItem parent, int skipKeySegments, FeatureKey key) Creates a newGroupItemobject.Constructors in com.e1c.langtool.ui.tree with parameters of type FeatureKey -
Uses of FeatureKey in com.e1c.langtool.v8.dt.bp.scheme.naming
Methods in com.e1c.langtool.v8.dt.bp.scheme.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeySchemeFeatureKeyComputer._computeFqn(Case obj) protected FeatureKeySchemeFeatureKeyComputer._computeFqn(EventHandler obj) protected FeatureKeySchemeFeatureKeyComputer._computeFqn(GraphicalSchemeItem obj) SchemeFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.bsl.comment
Methods in com.e1c.langtool.v8.dt.bsl.comment that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, BslDocumentationComment.Description obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, BslDocumentationComment.ParametersSection obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, BslDocumentationComment.ReturnSection obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, BslDocumentationComment.Section obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, IDescriptionPart obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, TypeSection obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, TypeSection.FieldDefinition obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, TypeSection.TypeDefinition obj) DocCommentKeyComputer.getFeatureKey(DocCommentProcessor.Parent parent, Object obj) protected FeatureKeyDocCommentKeyComputer.toFeatureKey(String name) Methods in com.e1c.langtool.v8.dt.bsl.comment with parameters of type FeatureKeyModifier and TypeMethodDescriptionstatic DocCommentCollectorDocCommentCollector.create(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, BslDocumentationComment object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction, org.eclipse.emf.ecore.EObject context, BmOperationContext typeComputationContext) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.bsl.comment with parameters of type FeatureKeyModifierConstructorDescriptionprotectedDocCommentCollector(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, Object rootObject, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction, org.eclipse.emf.ecore.EObject context, BmOperationContext typeComputationContext) Instantiates a new doc comment collector. -
Uses of FeatureKey in com.e1c.langtool.v8.dt.bsl.i18n.internal.loader
Methods in com.e1c.langtool.v8.dt.bsl.i18n.internal.loader that return FeatureKeyModifier and TypeMethodDescriptionProjectBslKeyComputer.getFeatureKey(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.bsl.internal.naming
Methods in com.e1c.langtool.v8.dt.bsl.internal.naming that return FeatureKeyModifier and TypeMethodDescriptionBslNstrKeyComputer.compute(StringLiteral literal, TranslatorProperties translationProperties, AtomicReference<IProjectTranslationProvider> translationProvider, Map<org.eclipse.emf.ecore.EObject, String> cache) Computes theFeatureKeyand translates it if required for NStrStringLiteral. -
Uses of FeatureKey in com.e1c.langtool.v8.dt.bsl.naming
Methods in com.e1c.langtool.v8.dt.bsl.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyBslContextDefKeyComputer._computeFqn(Method method) protected FeatureKeyBslContextDefKeyComputer._computeFqn(Parameter param) protected FeatureKeyBslKeyComputer._computeFqn(DynamicFeatureAccess fa) protected FeatureKeyBslKeyComputer._computeFqn(FeatureAccess fa) protected FeatureKeyBslKeyComputer._computeFqn(FormalParam var) protected FeatureKeyBslKeyComputer._computeFqn(IfPreprocessor obj) protected FeatureKeyBslKeyComputer._computeFqn(Invocation inv) protected FeatureKeyBslKeyComputer._computeFqn(Label label) protected FeatureKeyBslKeyComputer._computeFqn(Method method) protected FeatureKeyBslKeyComputer._computeFqn(PreprocessorItem obj) protected FeatureKeyBslKeyComputer._computeFqn(RegionPreprocessor obj) protected FeatureKeyBslKeyComputer._computeFqn(StaticFeatureAccess fa) protected FeatureKeyBslKeyComputer._computeFqn(StringLiteral literal) protected FeatureKeyBslKeyComputer._computeFqn(Variable var) protected FeatureKeyBslKeyComputer._computeFqn(Method method) protected FeatureKeyBslKeyComputer._computeFqn(Property property) protected FeatureKeyBslProjectConverterKeyComputer._computeFqn(Method method) protected FeatureKeyBslProjectConverterKeyComputer._computeFqn(StringLiteral literal) protected FeatureKeyBslProjectConverterKeyComputer._computeFqn(Variable var) BslContextDefKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) BslKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) BslProjectConverterKeyComputer.getConvertedFeatureKey(org.eclipse.emf.ecore.EObject obj, String translation, ITranslateProject project) BslProjectConverterKeyComputer.getFeatureKey(org.eclipse.emf.ecore.EObject obj) Methods in com.e1c.langtool.v8.dt.bsl.naming that return types with arguments of type FeatureKeyModifier and TypeMethodDescriptionBslContextDefKeyComputer.getOldFeatureKeys(FeatureKey key) BslKeyComputer.getOldFeatureKeys(FeatureKey key) Methods in com.e1c.langtool.v8.dt.bsl.naming with parameters of type FeatureKeyModifier and TypeMethodDescriptionBslContextDefKeyComputer.getOldFeatureKeys(FeatureKey key) BslKeyComputer.getOldFeatureKeys(FeatureKey key) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.bsl.stringliteral
Methods in com.e1c.langtool.v8.dt.bsl.stringliteral with parameters of type FeatureKeyModifier and TypeMethodDescriptionprotected ContextTranslationKeyAbstractQueryPartProcessor.createCommentContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String content) protected FeatureValueQueryPartCollector.createCommentFeatureValue(FeatureKey featureKey, org.eclipse.core.resources.IFile file, String content) protected FeatureValueDefaultStringLiteralCollector.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String key, boolean isKeyComputed) protected ContextTranslationKeyDefaultStringLiteralContentProcessor.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String key) protected FeatureValueKeysCollector.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String key, boolean isKeyComputed) protected ContextTranslationKeyKeysContentProcessor.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String key) protected FeatureValueReplaceParamCollector.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String param, boolean isKeyComputed) protected ContextTranslationKeyReplaceParamContentProcessor.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String param) protected FeatureValueSortColumnsCollector.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String key, boolean isKeyComputed) protected ContextTranslationKeySortColumnsContentProcessor.createFeatureValue(StringLiteral literal, FeatureKey literalFeatureKey, org.eclipse.core.resources.IFile file, String key) protected ContextTranslationKeyAbstractQueryPartProcessor.createKeyContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String key) protected FeatureValueQueryPartCollector.createKeyFeatureValue(FeatureKey featureKey, org.eclipse.core.resources.IFile file, String key, boolean isKeyComputed) protected ContextTranslationKeyAbstractStringLiteralLinesCollector.createLiteralLinesContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String content) protected ContextTranslationKeyQueryCollector.createLiteralLinesContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String content) protected ContextTranslationKeyAbstractQueryPartProcessor.createStringLiteralContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String content) protected FeatureValueQueryPartCollector.createStringLiteralFeatureValue(FeatureKey featureKey, org.eclipse.core.resources.IFile file, String content) protected StringKeysContentProcessor.getKeyTranslation(String key, List<String> keysList, StringLiteral literal, FeatureKey literalFeatureKey, Environments actualEnvs, ContextDefCache contextDefCache, org.eclipse.core.resources.IFile file, IProjectTranslationProvider translationProvider, TranslateLanguage language, boolean isRussian, org.eclipse.xtext.util.CancelIndicator monitor) protected StringSortColumnsContentProcessor.getKeyTranslation(String key, List<String> keysList, StringLiteral literal, FeatureKey literalFeatureKey, Environments actualEnvs, ContextDefCache contextDefCache, org.eclipse.core.resources.IFile file, IProjectTranslationProvider translationProvider, TranslateLanguage language, boolean isRussian, org.eclipse.xtext.util.CancelIndicator monitor) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.bsl.translator
Methods in com.e1c.langtool.v8.dt.bsl.translator that return FeatureKeyModifier and TypeMethodDescriptionBslDocCommentParser.getVariableFeatureKey(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EObject variable, Map<Variable, Block> blockVariables, String keyPreffix) Gets the variable feature key.Constructors in com.e1c.langtool.v8.dt.bsl.translator with parameters of type FeatureKeyModifierConstructorDescriptionprotectedAbstractBslCommentTextProcessor(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, IDescriptionPart rootObject, List<org.eclipse.xtext.nodemodel.INode> lines, ICollectingParameters parameters, IProjectTranslationProvider translationProvider, Function<org.eclipse.emf.ecore.EObject, String> eObjectReplaceProvider, Method method, BmOperationContext typeComputationContext) Instantiates a new abstract bsl comment text processor.protectedAbstractBslCommentTextProcessor(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, IDescriptionPart rootObject, List<org.eclipse.xtext.nodemodel.INode> lines, ICollectingParameters parameters, org.eclipse.emf.ecore.EObject context, IProjectTranslationProvider translationProvider, Function<org.eclipse.emf.ecore.EObject, String> eObjectReplaceProvider, BmOperationContext typeComputationContext, Method method) Instantiates a new abstract bsl comment text processor.BslCommentClearableTextProcessor(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, BslDocumentationComment comment, List<org.eclipse.xtext.nodemodel.INode> lines, org.eclipse.text.edits.MultiTextEdit edit, IProjectTranslationProvider translationProvider, Function<org.eclipse.emf.ecore.EObject, String> eObjectReplaceProvider, TranslatorProperties translatorProperties, BslTranslationLogger problemLogger, Method method, BmOperationContext typeComputationContext, DocCommentKeyComputer keyComputer, ITranslationFeatureKeyProvider featureKeyProvider, IResourceLookup resourceLookup, IV8ProjectManager v8ProjectManager, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Instantiates a new bsl comment clearable text processor.BslCommentClearableTextProcessor(org.eclipse.core.resources.IFile file, org.eclipse.emf.ecore.EObject context, FeatureKey featureKeyPreffix, BslDocumentationComment comment, List<org.eclipse.xtext.nodemodel.INode> lines, org.eclipse.text.edits.MultiTextEdit edit, IProjectTranslationProvider translationProvider, Function<org.eclipse.emf.ecore.EObject, String> eObjectReplaceProvider, TranslatorProperties translatorProperties, BslTranslationLogger problemLogger, BmOperationContext typeComputationContext, DocCommentKeyComputer keyComputer, ITranslationFeatureKeyProvider featureKeyProvider, IResourceLookup resourceLookup, IV8ProjectManager v8ProjectManager, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Instantiates a new bsl comment clearable text processor.BslCommentTextProcessor(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, BslDocumentationComment comment, List<org.eclipse.xtext.nodemodel.INode> lines, org.eclipse.text.edits.MultiTextEdit edit, IProjectTranslationProvider translationProvider, Function<org.eclipse.emf.ecore.EObject, String> eObjectReplaceProvider, TranslatorProperties translatorProperties, BslTranslationLogger problemLogger, Method method, BmOperationContext typeComputationContext) Instantiates a new bsl documentation comment text processor.BslCommentTextProcessor(org.eclipse.core.resources.IFile file, org.eclipse.emf.ecore.EObject context, FeatureKey featureKeyPreffix, BslDocumentationComment comment, List<org.eclipse.xtext.nodemodel.INode> lines, org.eclipse.text.edits.MultiTextEdit edit, IProjectTranslationProvider translationProvider, Function<org.eclipse.emf.ecore.EObject, String> eObjectReplaceProvider, TranslatorProperties translatorProperties, BslTranslationLogger problemLogger, BmOperationContext typeComputationContext, Method method) Instantiates a new bsl documentation comment text processor.ExternalDocCommentFieldProcessor(org.eclipse.core.resources.IFile file, Method method, FeatureKey featureKeyPreffix, BslDocumentationComment comment, List<org.eclipse.xtext.nodemodel.INode> lines, IProjectTranslationProvider translationProvider, Function<org.eclipse.emf.ecore.EObject, String> eObjectReplaceProvider, BmOperationContext typeComputationContext) Instantiates a new external doc comment field processor. -
Uses of FeatureKey in com.e1c.langtool.v8.dt.bsl.validation
Methods in com.e1c.langtool.v8.dt.bsl.validation with parameters of type FeatureKeyModifier and TypeMethodDescriptionprotected voidVariableTranslationValidator.addNoTranslationMessage(org.eclipse.emf.ecore.EObject object, BasicCheck.ResultAcceptor resultAcceptor, String value, FeatureKey key, FeatureSettings featureSettings, Collection<String> languages) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.chart.naming
Methods in com.e1c.langtool.v8.dt.chart.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyChartFeatureKeyComputer._computeFqn(ChartDataItem obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(ChartReferenceBand obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(ChartReferenceBands obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(ChartReferenceLine obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(ChartReferenceLines obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(ChartScale obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(ChartSeriesItem obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(GaugeChartQualityBand obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(GaugeChartQualityBands obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(PointProperties obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(RealDataItem obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(SeriesProperties obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(Trendline obj) protected FeatureKeyChartFeatureKeyComputer._computeFqn(TrendlineArray obj) protected FeatureKeyDendrogramFeatureKeyComputer._computeFqn(Chart obj) protected FeatureKeyDendrogramFeatureKeyComputer._computeFqn(DendrogramDimensionValue obj) protected FeatureKeyDendrogramFeatureKeyComputer._computeFqn(DendrogramElements obj) protected FeatureKeyDendrogramFeatureKeyComputer._computeFqn(DendrogramLinks obj) protected FeatureKeyDendrogramFeatureKeyComputer._computeFqn(DendrogramLinkValue obj) protected FeatureKeyGanttChartFeatureKeyComputer._computeFqn(Chart obj) protected FeatureKeyGanttChartFeatureKeyComputer._computeFqn(ChartInterval obj) protected FeatureKeyGanttChartFeatureKeyComputer._computeFqn(ChartPoints obj) protected FeatureKeyGanttChartFeatureKeyComputer._computeFqn(ChartSeries obj) protected FeatureKeyGanttChartFeatureKeyComputer._computeFqn(ChartValue obj) protected FeatureKeyGanttChartFeatureKeyComputer._computeFqn(PointDimensionValue obj) protected FeatureKeyGanttChartFeatureKeyComputer._computeFqn(SeriesDimensionValue obj) protected abstract FeatureKeyTimeScaleFeatureKeyComputer._computeFqn(TimeScale obj) protected FeatureKeyTimeScaleFeatureKeyComputer._computeFqn(TimeScaleLabel obj) protected FeatureKeyTimeScaleFeatureKeyComputer._computeFqn(TimeScaleLabels obj) protected FeatureKeyTimeScaleFeatureKeyComputer._computeFqn(TimeScaleLevel obj) ChartFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) DendrogramFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) GanttChartFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) TimeScaleFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.check
Methods in com.e1c.langtool.v8.dt.check with parameters of type FeatureKeyModifier and TypeMethodDescriptionprotected voidAbstractTranslationValidator.addNoTranslationMessage(org.eclipse.emf.ecore.EObject object, BasicCheck.ResultAcceptor resultAcceptor, String value, FeatureKey key, FeatureSettings featureSettings, Collection<String> languages) Adds the message about empty translation for specific languages. -
Uses of FeatureKey in com.e1c.langtool.v8.dt.collector
Methods in com.e1c.langtool.v8.dt.collector that return FeatureKeyModifier and TypeMethodDescriptionV8FeatureValue.Builder.getFeatureKey()Gets the feature key.static FeatureKeyFeaturesCollectorUtil.toFeatureKey(String featureString) Creates aFeatureKeyfrom stringMethods in com.e1c.langtool.v8.dt.collector with parameters of type FeatureKeyModifier and TypeMethodDescriptionstatic voidFeaturesCollectorUtil.appendWithPreffix(Collection<FeatureValue> destanation, Collection<FeatureValue> source, FeatureKey preffix) V8FeatureValue.Builder.setFeatureKey(FeatureKey featureKey) Sets the feature key.Constructors in com.e1c.langtool.v8.dt.collector with parameters of type FeatureKeyModifierConstructorDescriptionprotectedV8FeatureValue(org.eclipse.emf.common.util.URI objectUri, EFeatureSettings settings, FeatureKey featureKey, String featureValue, boolean computedValue, String comment, boolean isUnknown, boolean isTag) Instantiates a new v8 feature value. -
Uses of FeatureKey in com.e1c.langtool.v8.dt.dcs.check
Methods in com.e1c.langtool.v8.dt.dcs.check with parameters of type FeatureKeyModifier and TypeMethodDescriptionprotected voidPresentationTranslationCheck.addNoTranslationMessage(org.eclipse.emf.ecore.EObject object, BasicCheck.ResultAcceptor resultAcceptor, String value, FeatureKey key, FeatureSettings featureSettings, Collection<String> languages) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.dcs.expressions.naming
Methods in com.e1c.langtool.v8.dt.dcs.expressions.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyDcsExprFeatureKeyComputer._computeFqn(Expression obj) protected FeatureKeyDcsExprFeatureKeyComputer._computeFqn(Expressions obj) protected FeatureKeyDcsExprFeatureKeyComputer._computeFqn(ExpressionWithAlias obj) protected FeatureKeyDcsExprFeatureKeyComputer._computeFqn(Function obj) protected FeatureKeyDcsExprFeatureKeyComputer._computeFqn(Ident obj) protected FeatureKeyDcsExprFeatureKeyComputer._computeFqn(Name obj) protected FeatureKeyDcsExprFeatureKeyComputer._computeFqn(Parameter obj) protected FeatureKeyDcsExprFeatureKeyComputer._computeFqn(StringLiteral obj) protected FeatureKeyDcsExprFeatureKeyComputer.computeExpressionFeatureFQN(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) DcsExprFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.dcs.naming
Methods in com.e1c.langtool.v8.dt.dcs.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyDcsFeatureKeyComputer._computeFqn(ChartReferenceBand obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(ChartReferenceBands obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(ChartReferenceLine obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(ChartReferenceLines obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAppearanceTemplateArea obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAppearanceTemplateAreaItem obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAreaTemplate obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAreaTemplateChartAppearance obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAreaTemplateChartGroupAppearance obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAreaTemplateField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAreaTemplateTableCell obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAreaTemplateTableRow obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionDetailsAreaParameter obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionDetailsAreaParameterFieldExpression obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionExpressionAreaParameter obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionDataSetFieldRole obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionExpression obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionOrderExpression obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(ChartReferenceBandsValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(ChartReferenceBandValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(ChartReferenceLinesValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(ChartReferenceLineValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(ChartTrendlinesValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionChoiceParameter obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionChoiceParameterLink obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionChoiceParameterLinks obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionChoiceParameters obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionParameter obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionParameterValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionTypeLink obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DesignTimeValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DesignTimeValueValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(LocalString obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(ParameterValues obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(Presentation obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(AvailableValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchema obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaCalculatedField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaDataSetField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaDataSetFieldFolder obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaDataSetLink obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaDataSetObject obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaDataSetQuery obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaDataSetUnion obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaDataSource obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaFieldTemplate obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaGroupTemplate obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaNestedDataSet obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaParameter obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaTemplateDescription obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaTotalField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSchemaTotalFieldsTemplate obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(NestedDataCompositionSchema obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAppearanceField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAppearanceFields obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAutoGroupField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAutoOrderItem obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionAutoSelectedField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionChart obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionChartGroup obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionChartOutputParameterValues obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionConditionalAppearance obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionConditionalAppearanceItem obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionDataParameterValues obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionFilter obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionFilterItem obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionFilterItemGroup obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionGroup obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionGroupField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionGroupFields obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionGroupOutputParameterValues obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionNestedObjectSettings obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionOrder obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionOrderItem obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionOutputParameterValues obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSelectedField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSelectedFieldGroup obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSelectedFields obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionSettings obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionTable obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionTableGroup obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionUserFields obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionUserFieldsCaseVariants obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(DataCompositionUserFieldsVariant obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(SettingsParameterValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(SettingStructure obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(SettingsVariant obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(UserField obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(FixedArrayValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(StringValue obj) protected FeatureKeyDcsFeatureKeyComputer._computeFqn(StructureProperty obj) DcsFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.form.naming
Methods in com.e1c.langtool.v8.dt.form.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyFormFeatureKeyComputer._computeFqn(DataCompositionDataSetFieldRole obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(Presentation obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(AvailableValue obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(DataCompositionSchemaCalculatedField obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(DataCompositionSchemaDataSetField obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(DataCompositionSchemaParameter obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(DataSetField obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(CommandHandler obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(CommandHandlerContainer obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(EventHandler obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(ExtInfo obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(FormAttribute obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(FormAttributeAdditionalColumns obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(FormAttributeColumn obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(FormChoiceListDesTimeValue obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(FormChoiceParameterLink obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(FormCommand obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(FormItem obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(FormParameter obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(ValueListItem obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(FixedArrayValue obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(Value obj) protected FeatureKeyFormFeatureKeyComputer._computeFqn(ChoiceParameter obj) FormFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.geos.naming
Methods in com.e1c.langtool.v8.dt.geos.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyGeosFeatureKeyComputer._computeFqn(DataSeriesItem obj) protected FeatureKeyGeosFeatureKeyComputer._computeFqn(GeographicalSchemaLegend obj) protected FeatureKeyGeosFeatureKeyComputer._computeFqn(GeographicalSchemaTitle obj) protected FeatureKeyGeosFeatureKeyComputer._computeFqn(LayerItem obj) protected FeatureKeyGeosFeatureKeyComputer._computeFqn(LayerObject obj) protected FeatureKeyGeosFeatureKeyComputer._computeFqn(LegendItem obj) protected FeatureKeyGeosFeatureKeyComputer._computeFqn(ObjectSeriesValue obj) protected FeatureKeyGeosFeatureKeyComputer._computeFqn(PointShape obj) protected FeatureKeyGeosFeatureKeyComputer._computeFqn(ShapeCoordinateSystemInfo obj) protected FeatureKeyGeosFeatureKeyComputer._computeFqn(StringValue obj) GeosFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.ignore
Fields in com.e1c.langtool.v8.dt.ignore declared as FeatureKeyModifier and TypeFieldDescriptionstatic final FeatureKeySubsystemIgnoreTranslationChecker.CONTENT_FEATURE_KEYMethods in com.e1c.langtool.v8.dt.ignore with parameters of type FeatureKeyModifier and TypeMethodDescriptionbooleanSubsystemIgnoreTranslationChecker.ignoreTranslation(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath resourceId, FeatureKey featureKey, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.internal.dcs
Methods in com.e1c.langtool.v8.dt.internal.dcs that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyDcsFeatureConverterKeyComputer._computeFqn(DataCompositionExpressionAreaParameter obj) protected FeatureKeyDcsFeatureConverterKeyComputer._computeFqn(DataCompositionSchemaCalculatedField obj) protected FeatureKeyDcsFeatureConverterKeyComputer._computeFqn(DataCompositionSchemaDataSetField obj) protected FeatureKeyDcsFeatureConverterKeyComputer._computeFqn(DataCompositionSchemaDataSetObject obj) protected FeatureKeyDcsFeatureConverterKeyComputer._computeFqn(DataCompositionSchemaDataSetQuery obj) protected FeatureKeyDcsFeatureConverterKeyComputer._computeFqn(DataCompositionSchemaDataSetUnion obj) protected FeatureKeyDcsFeatureConverterKeyComputer._computeFqn(DataCompositionSchemaParameter obj) protected FeatureKeyDcsFeatureConverterKeyComputer._computeFqn(DataCompositionSchemaTemplateDescription obj) protected FeatureKeyDcsFeatureConverterKeyComputer._computeFqn(NestedDataCompositionSchema obj) DcsFeatureConverterKeyComputer.getConvertedFeatureKey(org.eclipse.emf.ecore.EObject object, String translation, ITranslateProject project) DcsFeatureConverterKeyComputer.getFeatureKey(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.internal.dcs.expressions
Methods in com.e1c.langtool.v8.dt.internal.dcs.expressions that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyDcsExprFeatureConverterKeyComputer._computeFqn(StringLiteral obj) protected FeatureKeyDcsExprFeatureConverterKeyComputer.computeExpressionFeatureFQN(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) DcsExprFeatureConverterKeyComputer.getConvertedFeatureKey(org.eclipse.emf.ecore.EObject object, String translation, ITranslateProject project) DcsExprFeatureConverterKeyComputer.getFeatureKey(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.internal.dcs.i18n
Methods in com.e1c.langtool.v8.dt.internal.dcs.i18n that return FeatureKeyModifier and TypeMethodDescriptionDcsExprFeatureKeyComputer2.computeFqn(org.eclipse.emf.ecore.EObject object, EFeatureSettings featureSettings) Methods in com.e1c.langtool.v8.dt.internal.dcs.i18n with parameters of type FeatureKeyModifier and TypeMethodDescriptionstatic ContextTranslationKeyDcsNStrUtil.buildNStrContextTranslationKey(org.eclipse.core.resources.IFile file, org.eclipse.emf.common.util.URI fileURI, FeatureKey featureKey, String sourceString) static StringDcsNStrUtil.processExpressionWithNStr(FeatureKey fieldFeatureKey, String expression, BiFunction<FeatureKey, String, String> processor) Method parameters in com.e1c.langtool.v8.dt.internal.dcs.i18n with type arguments of type FeatureKeyModifier and TypeMethodDescriptionstatic StringDcsNStrUtil.processExpressionWithNStr(FeatureKey fieldFeatureKey, String expression, BiFunction<FeatureKey, String, String> processor) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.internal.ui.refactoring
Methods in com.e1c.langtool.v8.dt.internal.ui.refactoring that return FeatureKeyModifier and TypeMethodDescriptionstatic FeatureKeyUtil.replaceFeatureKey(FeatureKey featureKey, FeatureKey oldPrefix, FeatureKey newPrefix) Methods in com.e1c.langtool.v8.dt.internal.ui.refactoring with parameters of type FeatureKeyModifier and TypeMethodDescriptionstatic FeatureKeyUtil.replaceFeatureKey(FeatureKey featureKey, FeatureKey oldPrefix, FeatureKey newPrefix) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.md.aindex
Methods in com.e1c.langtool.v8.dt.md.aindex that return FeatureKeyModifier and TypeMethodDescriptionAdditionalIndexKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.md.naming
Methods in com.e1c.langtool.v8.dt.md.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyMdFeatureKeyComputer._computeFqn(FixedArrayValue obj) protected FeatureKeyMdFeatureKeyComputer._computeFqn(StringValue obj) protected FeatureKeyMdFeatureKeyComputer._computeFqn(Value obj) protected FeatureKeyMdFeatureKeyComputer._computeFqn(RequiredPermissionMessage message) protected FeatureKeyMdFeatureKeyComputer._computeFqn(StandardAttribute obj) protected FeatureKeyMdFeatureKeyComputer._computeFqn(StandardTabularSectionDescription obj) protected FeatureKeyMdFeatureKeyComputer._computeFqn(V8TranslateLanguage obj) protected FeatureKeyMdFeatureKeyComputer._computeFqn(org.eclipse.emf.ecore.EObject obj) MdFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.md.style
Methods in com.e1c.langtool.v8.dt.md.style that return FeatureKeyModifier and TypeMethodDescriptionStyleFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.moxel.naming
Methods in com.e1c.langtool.v8.dt.moxel.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyMoxelFeatureKeyComputer._computeFqn(Cell obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(ColumnGroup obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(LocalString obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(Drawing obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(Format obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(NamedItemMapItemImpl obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(LanguageInfo obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(LanguageSettings obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(PrintSettings obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(Row obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(RowGroup obj) protected FeatureKeyMoxelFeatureKeyComputer._computeFqn(ViewSettings obj) MoxelFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.naming
Methods in com.e1c.langtool.v8.dt.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyAbstractFeatureKeyComputer._computeListFqn(org.eclipse.emf.ecore.EObject obj) protected FeatureKeyAbstractFeatureKeyComputer._computeParentFeatureFqn(org.eclipse.emf.ecore.EObject obj) abstract FeatureKeyAbstractFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) protected FeatureKeyAbstractFeatureKeyComputer.computeListOrParent(org.eclipse.emf.ecore.EObject obj) AbstractFeatureKeyComputer.getFeatureKey(org.eclipse.emf.ecore.EObject obj) protected FeatureKeyAbstractFeatureKeyComputer.toFeatureKey(String name) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.planner.naming
Methods in com.e1c.langtool.v8.dt.planner.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyPlannerFeatureKeyComputer._computeFqn(PlannerBackgroundInterval obj) protected FeatureKeyPlannerFeatureKeyComputer._computeFqn(PlannerDimension obj) protected FeatureKeyPlannerFeatureKeyComputer._computeFqn(PlannerDimensionItem obj) protected FeatureKeyPlannerFeatureKeyComputer._computeFqn(PlannerItem obj) protected FeatureKeyPlannerFeatureKeyComputer._computeFqn(PlannerItemSchedule obj) protected FeatureKeyPlannerFeatureKeyComputer._computeFqn(PlannerItemScheduleMonths obj) protected FeatureKeyPlannerFeatureKeyComputer._computeFqn(PlannerItemScheduleWeekDays obj) protected FeatureKeyPlannerFeatureKeyComputer._computeFqn(PlannerRepresentationPeriod obj) PlannerFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.ql
Methods in com.e1c.langtool.v8.dt.ql that return FeatureKeyModifier and TypeMethodDescriptionstatic FeatureKeyQlUtil.getCommentFeatureKey(ITranslationFeatureKeyProvider provider, org.eclipse.emf.ecore.EObject owner, String text) Gets the comment feature key. -
Uses of FeatureKey in com.e1c.langtool.v8.dt.ql.naming
Methods in com.e1c.langtool.v8.dt.ql.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyQlFeatureKeyComputer._computeFqn(AbstractQuerySchemaSource obj) protected FeatureKeyQlFeatureKeyComputer._computeFqn(ParameterExpression obj) protected FeatureKeyQlFeatureKeyComputer._computeFqn(QuerySchema obj) protected FeatureKeyQlFeatureKeyComputer._computeFqn(QuerySchemaExpression obj) protected FeatureKeyQlFeatureKeyComputer._computeFqn(QuerySchemaTotalControlPoint obj) protected FeatureKeyQlFeatureKeyComputer._computeFqn(StringLiteralExpression obj) protected FeatureKeyQlFeatureKeyComputer._computeFqn(org.eclipse.emf.ecore.EObject obj) QlFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.resourcestorage
Fields in com.e1c.langtool.v8.dt.resourcestorage with type parameters of type FeatureKeyModifier and TypeFieldDescriptionprotected final Map<FeatureKey,String> QnTranslationsFile.commentsprotected Map<Long,Collection<FeatureKey>> UniqueDictTranslationsFile.keysByValueprotected final Map<FeatureKey,String> QnTranslationsFile.storageMethods in com.e1c.langtool.v8.dt.resourcestorage that return FeatureKeyMethods in com.e1c.langtool.v8.dt.resourcestorage that return types with arguments of type FeatureKeyModifier and TypeMethodDescriptionITranslationsFile.getTranslationKeys(String value) Gets the translation keys with the same value.QnTranslationsFile.getTranslationKeys(String value) UniqueDictTranslationsFile.getTranslationKeys(String value) Methods in com.e1c.langtool.v8.dt.resourcestorage with parameters of type FeatureKeyModifier and TypeMethodDescriptionITranslationsFile.getComment(FeatureKey featureKey) Gets the comment for the key.QnTranslationsFile.getComment(FeatureKey featureKey) ITranslationsFile.getTranslation(FeatureKey featureKey) Gets the translation by the key.QnTranslationsFile.getTranslation(FeatureKey featureKey) voidIDictionaryRowProcessor.process(FeatureKey key, String value, String comment, int lineNumber) Get access to dictionary rows.voidTranslationFileRows.process(FeatureKey key, String value, String comment, int lineNumber) ITranslationsFile.removeTranslation(FeatureKey featureKey) Removes the translation.QnTranslationsFile.removeTranslation(FeatureKey featureKey) UniqueDictTranslationsFile.removeTranslation(FeatureKey featureKey) ITranslationsFile.setTranslation(FeatureKey featureKey, String value, String comment) Sets the translation.QnTranslationsFile.setTranslation(FeatureKey featureKey, String value, String comment) UniqueDictTranslationsFile.setTranslation(FeatureKey featureKey, String value, String comment) Constructors in com.e1c.langtool.v8.dt.resourcestorage with parameters of type FeatureKeyModifierConstructorDescriptionDictionaryRow(FeatureKey key, String value, String comment, int lineNumber) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.right.ql.naming
Methods in com.e1c.langtool.v8.dt.right.ql.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyRightQlFeatureKeyComputer._computeFqn(QuerySchema obj) protected FeatureKeyRightQlFeatureKeyComputer._computeFqn(PreprocessorConditional obj) protected FeatureKeyRightQlFeatureKeyComputer._computeFqn(QlRestriction obj) protected FeatureKeyRightQlFeatureKeyComputer._computeFqn(Restriction obj) protected FeatureKeyRightQlFeatureKeyComputer._computeFqn(TemplateCall obj) RightQlFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.right.templates.naming
Methods in com.e1c.langtool.v8.dt.right.templates.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyRightTemplateFeatureKeyComputer._computeFqn(Conditional obj) protected FeatureKeyRightTemplateFeatureKeyComputer._computeFqn(Expression obj) protected FeatureKeyRightTemplateFeatureKeyComputer._computeFqn(OuterParameter obj) protected FeatureKeyRightTemplateFeatureKeyComputer._computeFqn(RootTemplate obj) protected FeatureKeyRightTemplateFeatureKeyComputer._computeFqn(Statement obj) protected FeatureKeyRightTemplateFeatureKeyComputer._computeFqn(StringLiteral obj) protected FeatureKeyRightTemplateFeatureKeyComputer._computeFqn(Template obj) protected FeatureKeyRightTemplateFeatureKeyComputer._computeFqn(ValueLiteral obj) RightTemplateFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj) -
Uses of FeatureKey in com.e1c.langtool.v8.dt.rights.naming
Methods in com.e1c.langtool.v8.dt.rights.naming that return FeatureKeyModifier and TypeMethodDescriptionprotected FeatureKeyRightsFeatureKeyComputer._computeFqn(ObjectRights obj) protected FeatureKeyRightsFeatureKeyComputer._computeFqn(RestrictionTemplate obj) protected FeatureKeyRightsFeatureKeyComputer._computeFqn(Rls obj) RightsFeatureKeyComputer.computeFqn(org.eclipse.emf.ecore.EObject obj)