Uses of Class
com.e1c.langtool.v8.dt.collector.CollectingContext
Packages that use CollectingContext
Package
Description
-
Uses of CollectingContext in com.e1c.langtool.v8.dt.bsl.stringliteral
Methods in com.e1c.langtool.v8.dt.bsl.stringliteral with parameters of type CollectingContextModifier and TypeMethodDescriptionvoidAbstractStringLiteralLinesCollector.collect(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidNstrCollector.collect(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidNstrParamCollector.collect(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidNullCollector.collect(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidTypedStringLiteralFeatureValueCollector.collect(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Collect the translatable content of literal.protected voidAbstractQueryPartProcessor.collectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) protected abstract voidAbstractStringLiteralLinesCollector.collectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidAutoComputedStringCollector.collectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidDefaultStringLiteralCollector.collectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidKeysCollector.collectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidQueryCollector.collectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidQueryPartCollector.collectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidReplaceParamsCollector.collectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) protected booleanAbstractStringLiteralLinesCollector.isComputedValue(StringLiteral literal, String content, CollectingContext context) protected booleanAutoComputedStringCollector.isComputedValue(StringLiteral literal, String content, CollectingContext context) protected booleanDefaultStringLiteralCollector.isComputedValue(StringLiteral literal, String content, CollectingContext context) protected booleanFormatCollector.isComputedValue(StringLiteral literal, String content, CollectingContext context) protected booleanQueryCollector.isComputedValue(StringLiteral literal, String content, CollectingContext context) -
Uses of CollectingContext in com.e1c.langtool.v8.dt.collector
Methods in com.e1c.langtool.v8.dt.collector with parameters of type CollectingContextModifier and TypeMethodDescriptionstatic voidFeaturesCollectorUtil.appendCollectedExternalProperties(org.eclipse.emf.ecore.EObject object, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Append collected external properties.static voidFeaturesCollectorUtil.collectFeatures(org.eclipse.emf.ecore.EObject object, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Collect features from given object with checking that the string of each feature is "computed". -
Uses of CollectingContext in com.e1c.langtool.v8.dt.ql
Methods in com.e1c.langtool.v8.dt.ql with parameters of type CollectingContextModifier and TypeMethodDescriptionstatic voidQlUtil.collectComments(org.eclipse.emf.ecore.EObject object, CollectingContext context, Set<Integer> processedNode, org.eclipse.core.runtime.IProgressMonitor monitor) Collect comments.static voidQlUtil.collectComments(org.eclipse.emf.ecore.EObject object, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Collect comments. -
Uses of CollectingContext in com.e1c.langtool.v8.dt.right.templates
Methods in com.e1c.langtool.v8.dt.right.templates with parameters of type CollectingContextModifier and TypeMethodDescriptionprotected booleanRightTemplateFeaturesCollector.isComputedValue(StringLiteral literal, String content, CollectingContext context)