Class NstrFormatContentProcessor
java.lang.Object
com.e1c.langtool.v8.dt.bsl.stringliteral.NstrContentProcessor
com.e1c.langtool.v8.dt.bsl.stringliteral.NstrFormatContentProcessor
- 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 StringgetTranslation(StringLiteral literal, String sourceString, ContextTranslationKey contextKey, IProjectTranslationProvider translationProvider, TranslateLanguage language) 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
formatNstrContent, getInterfaceLanguages, process
-
Constructor Details
-
NstrFormatContentProcessor
public NstrFormatContentProcessor()
-
-
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
-
getTranslation
protected String getTranslation(StringLiteral literal, String sourceString, ContextTranslationKey contextKey, IProjectTranslationProvider translationProvider, TranslateLanguage language) - Overrides:
getTranslationin classNstrContentProcessor
-