Uses of Interface
com._1c.g5.v8.dt.bsl.model.StringLiteral
Packages that use StringLiteral
Package
Description
-
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common that return types with arguments of type StringLiteralModifier and TypeMethodDescriptionorg.eclipse.xtext.util.Pair<StringLiteral,Integer> ConcatenationStringLiteralTextProvider.getLocation(int offset) org.eclipse.xtext.util.Pair<StringLiteral,Integer> DefaultStringLiteralTextProvider.getLocation(int offset) org.eclipse.xtext.util.Pair<StringLiteral,Integer> IStringLiteralTextProvider.getLocation(int offset) Gets correspondence between location in text returned byIStringLiteralTextProvider.getText()and location in concreteStringLiteralConcatenationStringLiteralTextProvider.getSourceStringLiterals()DefaultStringLiteralTextProvider.getSourceStringLiterals()IStringLiteralTextProvider.getSourceStringLiterals()Gets all sources forIStringLiteralTextProvider.getText()StringLiteralsConstructors in com._1c.g5.v8.dt.bsl.common with parameters of type StringLiteralModifierConstructorDescriptionConstructor -
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return StringLiteralModifier and TypeMethodDescriptionBslFactory.createStringLiteral()Returns a new object of class 'String Literal'. -
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement StringLiteralModifier and TypeClassDescriptionclassAn implementation of the model object 'String Literal'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return StringLiteral -
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type StringLiteralModifier and TypeMethodDescriptionBslSwitch.caseStringLiteral(StringLiteral object) Returns the result of interpreting the object as an instance of 'String Literal'.BslUtil.getStringLiteralContent(StringLiteral literal, boolean trim) Gets content of the StringLiteral by its lines without service symbols ('"', '|') -
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type StringLiteralModifier and TypeMethodDescriptionTypesComputer._compute(StringLiteral literal, Environments envs) -
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes
Methods in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes that return types with arguments of type StringLiteralModifier and TypeMethodDescriptionstatic List<StringLiteral>TypeUtil.collectMultilineStringLiterals(StringLiteral literal) Collects multiline string literals.static List<StringLiteral>TypeUtil.getStringLiteralsInLine(StringLiteral object) Gets the string literals in same line as given literal.static List<StringLiteral>TypeUtil.getStringLiteralsInLine(org.eclipse.xtext.nodemodel.INode node, int currentLine) Gets the string literals in line.Methods in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes with parameters of type StringLiteralModifier and TypeMethodDescriptionstatic List<StringLiteral>TypeUtil.collectMultilineStringLiterals(StringLiteral literal) Collects multiline string literals.booleanAbstractInvocationTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) booleanAreaTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) booleanContentTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) Computes that the specified literal is valid for supported type of this computer.booleanContextTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) Computes that the specified literal is valid for supported type of this computer.booleanCyrillicTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) booleanEmptyTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) booleanFqnTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) booleanKeysTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) booleanKeyTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) booleanLatinTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) booleanMethodNameTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) booleanNonWordsTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) booleanQueryCtorTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) booleanQueryDcsCtorTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) booleanQueryDcsPropertyTextTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) booleanQueryDcsTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) booleanQueryPropertyTextTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) booleanQueryTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) booleanTypeFuncCtorTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) booleanTypesTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) booleanUuidCtorTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Environments envs) booleanUuidTypeComputer.computeIsValidForSupportedType(StringLiteral literal, List<String> content, Collection<LiteralType> contextTypes) IStringLiteralTypeComputer.computeTypes(StringLiteral literal) Computes the string literal content types.booleanIStringLiteralTypeComputer.containsAnyType(StringLiteral literal, String... typeNames) Checks that string literal content types contains any of given type.IStringLiteralTypeComputer.getAnnotatedTypes(StringLiteral literal) Gets the only annotated types of string literal content types.Map<LiteralType,org.eclipse.xtext.nodemodel.INode> IStringLiteralTypeComputer.getAnnotationNodes(StringLiteral literal) Gets the nodes which contains annotation of the content type for the string literal.static List<StringLiteral>TypeUtil.getStringLiteralsInLine(StringLiteral object) Gets the string literals in same line as given literal.intIStringLiteralTypeComputer.indexOnLastLine(StringLiteral literal) Get the index of string literal on last line of string literal lines.booleanAccessRightTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanDcsParameterTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanEmptyTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanEventTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanFormAttributeTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanFormNameTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanFullNameTypeComputerDataLock.isSupport(StringLiteral literal, List<String> content) booleanKeysTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanKeyTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanMethodNameTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanObjectAttributeTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanPredefinedTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanSettingsKeyTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanStructureKeyTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanTemplateNameTypeComputer.isSupport(StringLiteral literal, List<String> content) default booleanTypeComputer.isSupport(StringLiteral literal, List<String> content) Quick checks if type computer is support the literal.booleanTypesTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanTypeTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanUuidCtorTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanUuidTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanXdtoFactoryPackageCollectionPackageTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanXdtoFactoryPackageTypeComputer.isSupport(StringLiteral literal, List<String> content) booleanXdtoFactoryTypeTypeComputer.isSupport(StringLiteral literal, List<String> content) org.eclipse.core.runtime.IStatusAreaTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusCyrillicTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusEmptyTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusFqnTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusKeysTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusKeyTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusLatinTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusMethodNameTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusNonWordsTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusNstrTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusQueryTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusSortColumnsTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) org.eclipse.core.runtime.IStatusTypeValidator.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) Checks that content of string literal is valid for the declared content type.org.eclipse.core.runtime.IStatusUuidTypeComputer.validate(StringLiteral literal, List<String> content, org.eclipse.xtext.util.CancelIndicator monitor) -
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.ui.contentassist.stringliteral
Methods in com._1c.g5.v8.dt.bsl.ui.contentassist.stringliteral with parameters of type StringLiteralModifier and TypeMethodDescriptionList<org.eclipse.xtext.util.Triple<String,String, IStringLiteralProposalProvider.IBslStringLiteralProposalImageProvider>> AbstractStringLiteralProposalProvider.computeProposals(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService, boolean isRussian) List<org.eclipse.xtext.util.Triple<String,String, IStringLiteralProposalProvider.IBslStringLiteralProposalImageProvider>> IStringLiteralProposalProvider.computeProposals(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService, boolean isRussian) Computes all proposals forStringLiteralin Built-in languageprotected voidAbstractStringLiteralProposalProvider.createHyperlinks(StringLiteral literal, org.eclipse.emf.common.util.URI uri, String hyperlinkText, int length, com.google.inject.Provider<org.eclipse.xtext.ui.editor.hyperlinking.XtextHyperlink> hyperlinkProvider, org.eclipse.emf.ecore.resource.URIConverter uriConverter, org.eclipse.xtext.ui.editor.hyperlinking.IHyperlinkAcceptor acceptor) Creates hyperlinks for object corresponding to theStringLiteralfrom Built-In languagebooleanAbstractStringLiteralProposalProvider.isAppropriate(StringLiteral context) AbstractStringLiteralProposalProvider.validate(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService) -
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.ui.editor
Methods in com._1c.g5.v8.dt.bsl.ui.editor with parameters of type StringLiteralModifier and TypeMethodDescriptionvoidStringLiteralHyperlinksService.createHyperlinks(StringLiteral literal, com.google.inject.Provider<org.eclipse.xtext.ui.editor.hyperlinking.XtextHyperlink> hyperlinkProvider, org.eclipse.xtext.ui.editor.hyperlinking.IHyperlinkAcceptor acceptor) Creates hyperlinks forStringLiteral -
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.ui.internal.contentassist.stringliteral
Methods in com._1c.g5.v8.dt.bsl.ui.internal.contentassist.stringliteral with parameters of type StringLiteralModifier and TypeMethodDescriptionList<org.eclipse.xtext.util.Triple<String,String, IStringLiteralProposalProvider.IBslStringLiteralProposalImageProvider>> StringLiteralProposalMdObject.computeProposals(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService, boolean isRussian) List<org.eclipse.xtext.util.Triple<String,String, IStringLiteralProposalProvider.IBslStringLiteralProposalImageProvider>> StringLiteralProposalNStrMethod.computeProposals(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService, boolean isRussian) List<org.eclipse.xtext.util.Triple<String,String, IStringLiteralProposalProvider.IBslStringLiteralProposalImageProvider>> StringLiteralProposalProviderMethodType.computeProposals(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService, boolean isRussian) List<org.eclipse.xtext.util.Triple<String,String, IStringLiteralProposalProvider.IBslStringLiteralProposalImageProvider>> StringLiteralProposalProviderPredefinedValue.computeProposals(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService, boolean isRussian) List<org.eclipse.xtext.util.Triple<String,String, IStringLiteralProposalProvider.IBslStringLiteralProposalImageProvider>> StringLiteralProposalProviderRights.computeProposals(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService, boolean isRussian) List<org.eclipse.xtext.util.Triple<String,String, IStringLiteralProposalProvider.IBslStringLiteralProposalImageProvider>> StringLiteralProposalProviderTypeDescription.computeProposals(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService, boolean isRussian) List<org.eclipse.xtext.util.Triple<String,String, IStringLiteralProposalProvider.IBslStringLiteralProposalImageProvider>> StringLiteralProposalProviderUuid.computeProposals(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService, boolean isRussian) List<org.eclipse.xtext.util.Triple<String,String, IStringLiteralProposalProvider.IBslStringLiteralProposalImageProvider>> StringLiteralProposalProviderXdtoFactoryPackage.computeProposals(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService, boolean isRussian) booleanStringLiteralProposalMdObject.isAppropriate(StringLiteral context) booleanStringLiteralProposalNStrMethod.isAppropriate(StringLiteral context) booleanStringLiteralProposalProviderMethodType.isAppropriate(StringLiteral context) booleanStringLiteralProposalProviderPredefinedValue.isAppropriate(StringLiteral context) booleanStringLiteralProposalProviderRights.isAppropriate(StringLiteral context) booleanStringLiteralProposalProviderTypeDescription.isAppropriate(StringLiteral context) booleanStringLiteralProposalProviderUuid.isAppropriate(StringLiteral context) booleanStringLiteralProposalProviderXdtoFactoryPackage.isAppropriate(StringLiteral context) StringLiteralProposalMdObject.validate(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService) StringLiteralProposalNStrMethod.validate(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService) StringLiteralProposalProviderMethodType.validate(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService) StringLiteralProposalProviderPredefinedValue.validate(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService) StringLiteralProposalProviderRights.validate(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService) StringLiteralProposalProviderTypeDescription.validate(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService) StringLiteralProposalProviderXdtoFactoryPackage.validate(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService) -
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type StringLiteralModifier and TypeMethodDescriptionvoidBslJavaValidator.checkStringLiteral(StringLiteral literal) Deprecated. -
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.validation.stringliterals
Methods in com._1c.g5.v8.dt.bsl.validation.stringliterals with parameters of type StringLiteralModifier and TypeMethodDescriptionbooleanIAvailableStringLiteralProvider.isAppropriate(StringLiteral context) Checks context for availability of validationbooleanIAvailableStringLiteralServiceProvider.isAppropriate(StringLiteral context) Checks context for availability of validationIAvailableStringLiteralProvider.validate(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService) ValidatesStringLiteral.IAvailableStringLiteralServiceProvider.validate(StringLiteral context) ValidatesStringLiteral. -
Uses of StringLiteral in com._1c.g5.v8.dt.internal.bsl.stringliteral.contenttypes
Methods in com._1c.g5.v8.dt.internal.bsl.stringliteral.contenttypes with parameters of type StringLiteralModifier and TypeMethodDescriptionStringLiteralTypeComputerImpl.computeTypes(StringLiteral literal) booleanStringLiteralTypeComputerImpl.containsAnyType(StringLiteral literal, String... typeNames) StringLiteralTypeComputerImpl.getAnnotatedTypes(StringLiteral literal) Map<LiteralType,org.eclipse.xtext.nodemodel.INode> StringLiteralTypeComputerImpl.getAnnotationNodes(StringLiteral literal) static Set<LiteralType>StringLiteralContentTypeComputationHelper.getContentTypes(StringLiteral literal, Function<String, LiteralType> typeProcessor) Deprecated.Gets content types (if any) from a provided string literalintStringLiteralTypeComputerImpl.indexOnLastLine(StringLiteral literal) static booleanStringLiteralContentTypeComputationHelper.isContentTypeCollectionEmpty(StringLiteral literal) Deprecated.Checks if content type collection is empty for a provided string literalvoidStringLiteralTypeAnnotationTypeProcessor.process(StringLiteral literal, org.eclipse.xtext.util.CancelIndicator monitor) Process.static voidStringLiteralContentTypeComputationHelper.updateContentTypes(StringLiteral literal, Set<LiteralType> contentTypes) Deprecated.Updates content types of aStringLiteralusing a provided type collection. -
Uses of StringLiteral in com._1c.g5.v8.dt.internal.bsl.validation.stringliterals
Methods in com._1c.g5.v8.dt.internal.bsl.validation.stringliterals with parameters of type StringLiteralModifier and TypeMethodDescriptionbooleanAvailableStringLiteralServiceProvider.isAppropriate(StringLiteral context) AvailableStringLiteralServiceProvider.validate(StringLiteral context) -
Uses of StringLiteral in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type StringLiteralModifier and TypeMethodDescriptionprotected voidBslFormatter2.formatStringLiteral(StringLiteral literal, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsStringLiteralobject -
Uses of StringLiteral in com.e1c.g5.v8.dt.internal.bsl.check
Constructors in com.e1c.g5.v8.dt.internal.bsl.check with parameters of type StringLiteralModifierConstructorDescriptionModuleQlObjectIterator(QuerySchema querySchema, StringLiteral stringLiteral, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Constructs an iterator instance