Uses of Interface
com._1c.g5.v8.dt.bsl.model.Invocation
-
-
Uses of Invocation in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return Invocation Modifier and Type Method Description InvocationBslFactory. 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 Invocation Modifier and Type Class Description classInvocationImplAn implementation of the model object 'Invocation'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Invocation Modifier and Type Method Description InvocationBslFactoryImpl. createInvocation() -
Uses of Invocation in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util that return Invocation Modifier and Type Method Description static InvocationBslUtil. getInvocation(FeatureAccess acc)Determeines whether passed in the parameterFeatureAccessis invocation target.static InvocationBslUtil. getInvocation(FeatureEntry entry)Determeines whether passed in the parameterFeatureEntryis invocation target.Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type Invocation Modifier and Type Method Description TBslSwitch. caseInvocation(Invocation object)Returns the result of interpreting the object as an instance of 'Invocation'.static booleanBslUtil. isProcedureInvocation(Invocation inv)Determines whether passedInvocationis 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 Modifier and Type Method Description protected List<TypeItem>TypesComputer. _compute(Invocation inv, Environments envs) -
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 Invocation Modifier and Type Method Description static booleanNstrTypeComputer. isNls(Invocation nlsInvocation)Checks if theInvocationis 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 Invocation Modifier and Type Method Description List<TypeItem>AddFormItemInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>CreateWSProxyInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>DataLockAddInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>DomBuilderReadInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>FindByRefInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>FindRowsInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>FunctionalOptionInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>GetFormAttributesInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>GetOrOpenFormInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>GetTemplateInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>IInvocationTypesComputerExtension. getTypes(Invocation inv)Gets additional returning types by theInvocationList<TypeItem>MetadataInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>PredefinedValueInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>ProceedWithCallInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>QueryUnloadInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>UnloadRecordSetInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>XdtoFactoryCreateInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>XdtoFactoryReadXmlInvocationTypesComputer. getTypes(Invocation inv)List<TypeItem>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 Invocation Modifier and Type Method Description static booleanBslUtil. isCallFromClient(org.eclipse.emf.ecore.EObject feature, Invocation inv)Checks that objectfeatureis 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 Invocation Modifier and Type Method Description protected List<BslJavaValidator.ErrorDescr>TypesChecker. _checkExpression(Invocation expr, Environments envs) -
Uses of Invocation in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type Invocation Modifier and Type Method Description protected voidBslFormatter2. formatInvocation(Invocation expression, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsInvocationobject
-