Uses of Interface
com._1c.g5.v8.dt.bsl.common.IStringLiteralTextProvider
Packages that use IStringLiteralTextProvider
-
Uses of IStringLiteralTextProvider in com._1c.g5.v8.dt.bsl.common
Classes in com._1c.g5.v8.dt.bsl.common that implement IStringLiteralTextProviderModifier and TypeClassDescriptionclassImplementation ofIStringLiteralTextProviderconcatenates texts from severalIStringLiteralTextProvidersclassDefault implementation ofIStringLiteralTextProviderfor one sourceStringLiteralMethods in com._1c.g5.v8.dt.bsl.common that return IStringLiteralTextProviderModifier and TypeMethodDescriptionIStaticExpressionValueComputer.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 IStringLiteralTextProviderModifier and TypeMethodDescriptionIStaticExpressionValueComputer.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 IStringLiteralTextProviderModifierConstructorDescriptionConcatenationStringLiteralTextProvider(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 IStringLiteralTextProviderModifierConstructorDescriptionInstantiates a new concatenation string of several string literal text providers. -
Uses of IStringLiteralTextProvider in com._1c.g5.v8.dt.internal.bsl.resource
Methods in com._1c.g5.v8.dt.internal.bsl.resource that return IStringLiteralTextProviderModifier and TypeMethodDescriptionStaticExpressionValueComputer.getStringContent(org.eclipse.emf.ecore.EObject expression) protected IStringLiteralTextProviderStaticExpressionValueComputer.getStringExpressionContent(BinaryExpression bo) Gets the computed string content for binary expression.protected IStringLiteralTextProviderStaticExpressionValueComputer.getStringExpressionContent(Function function) Gets the string expression content by the function return value if content is static.protected IStringLiteralTextProviderStaticExpressionValueComputer.getStringExpressionContent(Invocation inv) Gets the string expression content.protected IStringLiteralTextProviderStaticExpressionValueComputer.getStringExpressionContent(StaticFeatureAccess fa) Gets the expression string content for static feature access.Methods in com._1c.g5.v8.dt.internal.bsl.resource that return types with arguments of type IStringLiteralTextProviderModifier and TypeMethodDescriptionprotected List<IStringLiteralTextProvider>StaticExpressionValueComputer.getArrayExpressionContent(OperatorStyleCreator osc) Gets the list of string content for operator style creator of array.protected List<IStringLiteralTextProvider>StaticExpressionValueComputer.getArrayExpressionContent(StaticFeatureAccess fa) Gets the list of string content for static feature accessStaticExpressionValueComputer.getArrayOfStrings(org.eclipse.emf.ecore.EObject expression) protected Map<String,org.eclipse.xtext.util.Pair<IStringLiteralTextProvider, IStringLiteralTextProvider>> StaticExpressionValueComputer.getStructureExpressionContent(OperatorStyleCreator osc) Gets the structure expression string content for operator style creator of new structure.protected Map<String,org.eclipse.xtext.util.Pair<IStringLiteralTextProvider, IStringLiteralTextProvider>> StaticExpressionValueComputer.getStructureExpressionContent(OperatorStyleCreator osc) Gets the structure expression string content for operator style creator of new structure.protected Map<String,org.eclipse.xtext.util.Pair<IStringLiteralTextProvider, IStringLiteralTextProvider>> StaticExpressionValueComputer.getStructureExpressionContent(StaticFeatureAccess fa) Gets the structure expression string content for static feature access of the structure.protected Map<String,org.eclipse.xtext.util.Pair<IStringLiteralTextProvider, IStringLiteralTextProvider>> StaticExpressionValueComputer.getStructureExpressionContent(StaticFeatureAccess fa) Gets the structure expression string content for static feature access of the structure.Map<String,org.eclipse.xtext.util.Pair<IStringLiteralTextProvider, IStringLiteralTextProvider>> StaticExpressionValueComputer.getStructureOfStrings(org.eclipse.emf.ecore.EObject expression) Map<String,org.eclipse.xtext.util.Pair<IStringLiteralTextProvider, IStringLiteralTextProvider>> StaticExpressionValueComputer.getStructureOfStrings(org.eclipse.emf.ecore.EObject expression)