Uses of Interface
com._1c.g5.v8.dt.bsl.common.IStringLiteralTextProvider
- 
Packages that use IStringLiteralTextProvider Package Description com._1c.g5.v8.dt.bsl.common 
- 
- 
Uses of IStringLiteralTextProvider in com._1c.g5.v8.dt.bsl.commonClasses in com._1c.g5.v8.dt.bsl.common that implement IStringLiteralTextProvider Modifier and Type Class Description classConcatenationStringLiteralTextProviderImplementation ofIStringLiteralTextProviderconcatenates texts from severalIStringLiteralTextProvidersclassDefaultStringLiteralTextProviderDefault implementation ofIStringLiteralTextProviderfor one sourceStringLiteralMethods in com._1c.g5.v8.dt.bsl.common that return IStringLiteralTextProvider Modifier and Type Method Description IStringLiteralTextProviderIStaticExpressionValueComputer. getStringContent(org.eclipse.emf.ecore.EObject expression)Gets the static string content of the expression.Methods in com._1c.g5.v8.dt.bsl.common that return types with arguments of type IStringLiteralTextProvider Modifier and Type Method Description List<IStringLiteralTextProvider>IStaticExpressionValueComputer. getArrayOfStrings(org.eclipse.emf.ecore.EObject expression)Gets the list of string content for the expression that isArrayin 1C code with adding strings to the array.Map<String,org.eclipse.xtext.util.Pair<IStringLiteralTextProvider,IStringLiteralTextProvider>>IStaticExpressionValueComputer. getStructureOfStrings(org.eclipse.emf.ecore.EObject expression)Gets the 1C structure (akaMap<String, String>) with string content in keys and values for the given expression.Map<String,org.eclipse.xtext.util.Pair<IStringLiteralTextProvider,IStringLiteralTextProvider>>IStaticExpressionValueComputer. getStructureOfStrings(org.eclipse.emf.ecore.EObject expression)Gets the 1C structure (akaMap<String, String>) with string content in keys and values for the given expression.Constructors in com._1c.g5.v8.dt.bsl.common with parameters of type IStringLiteralTextProvider Constructor Description ConcatenationStringLiteralTextProvider(IStringLiteralTextProvider... textProviders)Instantiates a new concatenation string of several string literal text provider.Constructor parameters in com._1c.g5.v8.dt.bsl.common with type arguments of type IStringLiteralTextProvider Constructor Description ConcatenationStringLiteralTextProvider(Collection<IStringLiteralTextProvider> textProviders)Instantiates a new concatenation string of several string literal text providers.
 
-