Class NstrParamContentProcessor
java.lang.Object
com.e1c.langtool.v8.dt.bsl.stringliteral.NstrContentProcessor
com.e1c.langtool.v8.dt.bsl.stringliteral.NstrParamContentProcessor
- All Implemented Interfaces:
TypedStringLiteralContentProcessor
-
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.NstrContentProcessor
typeComputer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringformatNstrContent(Map<String, String> nstrContent, StringLiteral literal, String sourceString, ContextTranslationKey contextKey, IProjectTranslationProvider translationProvider, TranslateLanguage defaultLanguage) booleanisSupport(StringLiteral literal, Collection<LiteralType> types) Checks if processor is support given literal and it's types.Methods inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.NstrContentProcessor
getInterfaceLanguages, getTranslation, process
-
Constructor Details
-
NstrParamContentProcessor
public NstrParamContentProcessor()
-
-
Method Details
-
isSupport
Description copied from interface:TypedStringLiteralContentProcessorChecks if processor is support given literal and it's types.- Specified by:
isSupportin interfaceTypedStringLiteralContentProcessor- Overrides:
isSupportin classNstrContentProcessor- Parameters:
literal- the literaltypes- the types to check- Returns:
- true, if processor is support the literal
-
formatNstrContent
protected String formatNstrContent(Map<String, String> nstrContent, StringLiteral literal, String sourceString, ContextTranslationKey contextKey, IProjectTranslationProvider translationProvider, TranslateLanguage defaultLanguage) - Overrides:
formatNstrContentin classNstrContentProcessor
-