Class SettingsKeyCollector
java.lang.Object
com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesCollector
com.e1c.langtool.v8.dt.bsl.stringliteral.KeysCollector
com.e1c.langtool.v8.dt.bsl.stringliteral.SettingsKeyCollector
- All Implemented Interfaces:
TypedStringLiteralFeatureValueCollector
-
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.KeysCollector
KEYS_DELIM, SKIP_TYPES, SUPPORTED_TYPESFields inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesCollector
resourceLookup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSupport(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.KeysCollector
collectContent, createFeatureValue, getContextDefCache, getKeys, isKeyComputed, isLinesComputedByDefaultMethods inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesCollector
collect, createLiteralLinesContextTranslationKey, createLiteralLinesContextTranslationKey, isComputedValue
-
Constructor Details
-
SettingsKeyCollector
public SettingsKeyCollector()
-
-
Method Details
-
isSupport
Description copied from interface:TypedStringLiteralFeatureValueCollectorChecks if collector is support given literal and it's types.- Specified by:
isSupportin interfaceTypedStringLiteralFeatureValueCollector- Overrides:
isSupportin classKeysCollector- Parameters:
literal- the literaltypes- the types to check- Returns:
- true, if collector is support the literal
-