Uses of Interface
com._1c.g5.v8.dt.bsl.model.FeatureAccess
Packages that use FeatureAccess
Package
Description
-
Uses of FeatureAccess in com._1c.g5.v8.dt.bsl.model
Subinterfaces of FeatureAccess in com._1c.g5.v8.dt.bsl.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Dynamic Feature Access'.interface
A representation of the model object 'Static Feature Access'.Methods in com._1c.g5.v8.dt.bsl.model that return FeatureAccessModifier and TypeMethodDescriptionInvocation.getMethodAccess()
Returns the value of the 'Method Access' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type FeatureAccessModifier and TypeMethodDescriptionvoid
Invocation.setMethodAccess
(FeatureAccess value) Sets the value of the 'Method Access
' containment reference. -
Uses of FeatureAccess in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement FeatureAccessModifier and TypeClassDescriptionclass
An implementation of the model object 'Dynamic Feature Access'.class
An implementation of the model object 'Feature Access'.class
An implementation of the model object 'Static Feature Access'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as FeatureAccessModifier and TypeFieldDescriptionprotected FeatureAccess
InvocationImpl.methodAccess
The cached value of the 'Method Access
' containment reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return FeatureAccessMethods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type FeatureAccessModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
InvocationImpl.basicSetMethodAccess
(FeatureAccess newMethodAccess, org.eclipse.emf.common.notify.NotificationChain msgs) void
InvocationImpl.setMethodAccess
(FeatureAccess newMethodAccess) -
Uses of FeatureAccess in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type FeatureAccessModifier and TypeMethodDescriptionBslSwitch.caseFeatureAccess
(FeatureAccess object) Returns the result of interpreting the object as an instance of 'Feature Access'.static Invocation
BslUtil.getInvocation
(FeatureAccess acc) Determeines whether passed in the parameterFeatureAccess
is invocation target. -
Uses of FeatureAccess in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type FeatureAccessModifier and TypeMethodDescriptionDynamicFeatureAccessComputer.getTypeOfPreviousElementForMethod
(FeatureAccess feature, int numParam, TypesComputer computer, Environmental envs, org.eclipse.emf.ecore.resource.Resource res) Gets corresponding type of previous element forfeature
DynamicFeatureAccessComputer.getTypeOfPreviousElementForProperty
(FeatureAccess feature, TypesComputer computer, Environmental envs, org.eclipse.emf.ecore.resource.Resource res) Gets corresponding type of previous element forfeature
DynamicFeatureAccessComputer.resolveObject
(FeatureAccess featureAccess, Environments envs) Gets object fromFeatureAccess
and resolves itDynamicFeatureAccessComputer.resolveObject
(FeatureAccess featureAccess, Environments envs, boolean mockItemsAllowed) Gets object fromFeatureAccess
and resolves it -
Uses of FeatureAccess in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes
Methods in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes with parameters of type FeatureAccessModifier and TypeMethodDescriptionprotected boolean
AbstractInvocationTypeComputer.isValidModule
(Supplier<Module> module, FeatureAccess fa) Checks if the module is valid for this string literal content type computing in some invocation context.protected boolean
FormAttributeTypeComputer.isValidModule
(Supplier<Module> module, FeatureAccess fa) -
Uses of FeatureAccess in com._1c.g5.v8.dt.bsl.typesystem
Methods in com._1c.g5.v8.dt.bsl.typesystem with parameters of type FeatureAccessModifier and TypeMethodDescriptionprotected boolean
AbstractXdtoFactoryInvocationTypesComputer.checkForXdtoFactory
(FeatureAccess feature) Checks calling context -
Uses of FeatureAccess in com._1c.g5.v8.dt.bsl.util
Methods in com._1c.g5.v8.dt.bsl.util with parameters of type FeatureAccessModifier and TypeMethodDescriptionstatic List<FeatureEntry>
BslUtil.getRealObject
(FeatureAccess featureAccess, Block block, DynamicFeatureAccessComputer dynamicComputer, IBslOwnerComputerService ownerComputerService) Computes real objects by semantic Bsl objectstatic List<FeatureEntry>
BslUtil.getRealObject
(FeatureAccess featureAccess, Block block, DynamicFeatureAccessComputer dynamicComputer, IBslOwnerComputerService ownerComputerService, boolean mockMethodsAllowed) Computes real objects by semantic Bsl object -
Uses of FeatureAccess in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type FeatureAccessModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatFeatureAccess
(FeatureAccess expression, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsFeatureAccess
object