Uses of Interface
com._1c.g5.v8.dt.bsl.model.StringLiteral
-
-
Uses of StringLiteral in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return StringLiteral Modifier and Type Method Description StringLiteral
BslFactory. 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 StringLiteral Modifier and Type Class Description class
StringLiteralImpl
An implementation of the model object 'String Literal'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return StringLiteral Modifier and Type Method Description StringLiteral
BslFactoryImpl. createStringLiteral()
-
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 StringLiteral Modifier and Type Method Description T
BslSwitch. caseStringLiteral(StringLiteral object)
Returns the result of interpreting the object as an instance of 'String Literal'.static List<String>
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 StringLiteral Modifier and Type Method Description protected List<TypeItem>
TypesComputer. _compute(StringLiteral literal, Environments envs)
-
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 StringLiteral Modifier and Type Method Description List<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 forStringLiteral
in Built-in languageprotected void
AbstractStringLiteralProposalProvider. 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 theStringLiteral
from Built-In languageboolean
AbstractStringLiteralProposalProvider. isAppropriate(StringLiteral context)
List<String>
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 StringLiteral Modifier and Type Method Description void
StringLiteralHyperlinksService. 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.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type StringLiteral Modifier and Type Method Description void
BslJavaValidator. checkStringLiteral(StringLiteral literal)
-
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 StringLiteral Modifier and Type Method Description boolean
IAvailableStringLiteralProvider. isAppropriate(StringLiteral context)
Checks context for availability of validationboolean
IAvailableStringLiteralServiceProvider. isAppropriate(StringLiteral context)
Checks context for availability of validationList<String>
IAvailableStringLiteralProvider. validate(StringLiteral context, org.eclipse.xtext.scoping.IScopeProvider scopeProvider, IIndexSlicePredicateService slicePredicateService)
ValidatesStringLiteral
.List<String>
IAvailableStringLiteralServiceProvider. validate(StringLiteral context)
ValidatesStringLiteral
. -
Uses of StringLiteral in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type StringLiteral Modifier and Type Method Description protected void
BslFormatter2. formatStringLiteral(StringLiteral literal, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsStringLiteral
object
-