Class AsIsOptionalProcessor
java.lang.Object
com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesProcessor
com.e1c.langtool.v8.dt.bsl.stringliteral.KeysContentProcessor
com.e1c.langtool.v8.dt.bsl.stringliteral.DefaultStringLiteralContentProcessor
com.e1c.langtool.v8.dt.bsl.stringliteral.AsIsOptionalProcessor
- All Implemented Interfaces:
TypedStringLiteralContentProcessor
-
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.KeysContentProcessor
resourceLookup, translationKeyProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSupport(StringLiteral literal, Collection<LiteralType> types) Checks if processor is support given literal and it's types.protected booleanMethods inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.DefaultStringLiteralContentProcessor
createFeatureValue, getKeys, processMethods inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.KeysContentProcessor
getKeyTranslation, isChangeDefaultLanguage, isChangeScriptVariant, updateKeyCache, updateKeyCacheMethods inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesProcessor
createLinesTranslationKey, fixKeyTranslationCase, getContextLineTranslation, getLineTranslation, isStringLiteralLinesFullTranslationStoredPriority
-
Constructor Details
-
AsIsOptionalProcessor
public AsIsOptionalProcessor()
-
-
Method Details
-
isSupport
Description copied from interface:TypedStringLiteralContentProcessorChecks if processor is support given literal and it's types.- Specified by:
isSupportin interfaceTypedStringLiteralContentProcessor- Overrides:
isSupportin classDefaultStringLiteralContentProcessor- Parameters:
literal- the literaltypes- the types to check- Returns:
- true, if processor is support the literal
-
needToTranslateByKeys
protected boolean needToTranslateByKeys()- Overrides:
needToTranslateByKeysin classDefaultStringLiteralContentProcessor
-