Class ReplaceParamsCollector
java.lang.Object
com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesCollector
com.e1c.langtool.v8.dt.bsl.stringliteral.ReplaceParamsCollector
- All Implemented Interfaces:
TypedStringLiteralFeatureValueCollector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcollectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) protected booleanbooleanisSupport(StringLiteral literal, Collection<LiteralType> types) Checks if collector is support given literal and it's types.Methods inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesCollector
collect, createLiteralLinesContextTranslationKey, createLiteralLinesContextTranslationKey, isComputedValue
-
Constructor Details
-
ReplaceParamsCollector
public ReplaceParamsCollector()
-
-
Method Details
-
isSupport
Description copied from interface:TypedStringLiteralFeatureValueCollectorChecks if collector is support given literal and it's types.- Parameters:
literal- the literaltypes- the types to check- Returns:
- true, if collector is support the literal
-
collectContent
protected void collectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
collectContentin classAbstractStringLiteralLinesCollector
-
isLinesComputedByDefault
protected boolean isLinesComputedByDefault()- Specified by:
isLinesComputedByDefaultin classAbstractStringLiteralLinesCollector
-