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 Invocation
BslFactory. 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 class
InvocationImpl
An implementation of the model object 'Invocation'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Invocation Modifier and Type Method Description Invocation
BslFactoryImpl. 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 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 Invocation Modifier and Type Method Description T
BslSwitch. 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 Modifier and Type Method Description protected List<TypeItem>
TypesComputer. _compute(Invocation inv, Environments envs)
-
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 theInvocation
List<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 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 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 void
BslFormatter2. formatInvocation(Invocation expression, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsInvocation
object
-