Uses of Interface
com._1c.g5.v8.dt.bsl.model.Invocation
Packages that use Invocation
Package
Description
-
Uses of Invocation in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return InvocationModifier and TypeMethodDescriptionBslFactory.createInvocation()
Returns a new object of class 'Invocation'. -
Uses of Invocation in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement InvocationModifier and TypeClassDescriptionclass
An implementation of the model object 'Invocation'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Invocation -
Uses of Invocation in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util that return InvocationModifier and TypeMethodDescriptionstatic Invocation
BslUtil.getInvocation
(FeatureAccess acc) Determeines whether passed in the parameterFeatureAccess
is invocation target.static Invocation
BslUtil.getInvocation
(FeatureEntry entry) Determeines whether passed in the parameterFeatureEntry
is invocation target.Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type InvocationModifier and TypeMethodDescriptionBslSwitch.caseInvocation
(Invocation object) Returns the result of interpreting the object as an instance of 'Invocation'.static boolean
BslUtil.isProcedureInvocation
(Invocation inv) Determines whether passedInvocation
is procedure invocation or not. -
Uses of Invocation in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type Invocation -
Uses of Invocation in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes
Methods in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes with parameters of type InvocationModifier and TypeMethodDescriptionstatic boolean
NstrTypeComputer.isNls
(Invocation nlsInvocation) Checks if theInvocation
is NLS functionNStr
-
Uses of Invocation in com._1c.g5.v8.dt.bsl.typesystem
Methods in com._1c.g5.v8.dt.bsl.typesystem with parameters of type InvocationModifier and TypeMethodDescriptionAddFormItemInvocationTypesComputer.getTypes
(Invocation inv) CreateWSProxyInvocationTypesComputer.getTypes
(Invocation inv) DataLockAddInvocationTypesComputer.getTypes
(Invocation inv) DomBuilderReadInvocationTypesComputer.getTypes
(Invocation inv) FindByRefInvocationTypesComputer.getTypes
(Invocation inv) FindRowsInvocationTypesComputer.getTypes
(Invocation inv) FunctionalOptionInvocationTypesComputer.getTypes
(Invocation inv) GetFormAttributesInvocationTypesComputer.getTypes
(Invocation inv) GetOrOpenFormInvocationTypesComputer.getTypes
(Invocation inv) GetTemplateInvocationTypesComputer.getTypes
(Invocation inv) IInvocationTypesComputerExtension.getTypes
(Invocation inv) Gets additional returning types by theInvocation
MetadataInvocationTypesComputer.getTypes
(Invocation inv) PredefinedValueInvocationTypesComputer.getTypes
(Invocation inv) ProceedWithCallInvocationTypesComputer.getTypes
(Invocation inv) QueryUnloadInvocationTypesComputer.getTypes
(Invocation inv) UnloadRecordSetInvocationTypesComputer.getTypes
(Invocation inv) ValueListMethodsInvocationTypesComputer.getTypes
(Invocation inv) XdtoFactoryCreateInvocationTypesComputer.getTypes
(Invocation inv) XdtoFactoryReadXmlInvocationTypesComputer.getTypes
(Invocation inv) XdtoFactoryTypeInvocationTypesComputer.getTypes
(Invocation inv) -
Uses of Invocation in com._1c.g5.v8.dt.bsl.util
Methods in com._1c.g5.v8.dt.bsl.util with parameters of type InvocationModifier and TypeMethodDescriptionstatic boolean
BslUtil.isCallFromClient
(org.eclipse.emf.ecore.EObject feature, Invocation inv) Checks that objectfeature
is calling from clients environments -
Uses of Invocation in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type InvocationModifier and TypeMethodDescriptionprotected List<BslJavaValidator.ErrorDescr>
TypesChecker._checkExpression
(Invocation expr, Environments envs) -
Uses of Invocation in com._1c.g5.v8.dt.internal.bsl.resource
Methods in com._1c.g5.v8.dt.internal.bsl.resource with parameters of type InvocationModifier and TypeMethodDescriptionprotected BooleanLiteral
StaticExpressionValueComputer.getBooleanContent
(Invocation inv) Gets the boolean content of the invocation function.protected org.eclipse.xtext.util.Pair<Double,
Collection<NumberLiteral>> StaticExpressionValueComputer.getNumberContent
(Invocation inv) Gets the number content and source literals for the local invocation of the function.protected IStringLiteralTextProvider
StaticExpressionValueComputer.getStringExpressionContent
(Invocation inv) Gets the string expression content. -
Uses of Invocation in com._1c.g5.v8.dt.internal.form.bsl.extension
Methods in com._1c.g5.v8.dt.internal.form.bsl.extension with parameters of type InvocationModifier and TypeMethodDescriptionFormAttributeToValueMethodTypesComputer.getTypes
(Invocation inv) -
Uses of Invocation in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type InvocationModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatInvocation
(Invocation expression, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsInvocation
object