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 TypeInterfaceDescriptioninterfaceA representation of the model object 'Dynamic Feature Access'.interfaceA 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 TypeMethodDescriptionvoidInvocation.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 TypeClassDescriptionclassAn implementation of the model object 'Dynamic Feature Access'.classAn implementation of the model object 'Feature Access'.classAn implementation of the model object 'Static Feature Access'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as FeatureAccessModifier and TypeFieldDescriptionprotected FeatureAccessInvocationImpl.methodAccessThe 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.NotificationChainInvocationImpl.basicSetMethodAccess(FeatureAccess newMethodAccess, org.eclipse.emf.common.notify.NotificationChain msgs) voidInvocationImpl.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 InvocationBslUtil.getInvocation(FeatureAccess acc) Determeines whether passed in the parameterFeatureAccessis 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 forfeatureDynamicFeatureAccessComputer.getTypeOfPreviousElementForProperty(FeatureAccess feature, TypesComputer computer, Environmental envs, org.eclipse.emf.ecore.resource.Resource res) Gets corresponding type of previous element forfeatureDynamicFeatureAccessComputer.resolveObject(FeatureAccess featureAccess, Environments envs) Gets object fromFeatureAccessand resolves itDynamicFeatureAccessComputer.resolveObject(FeatureAccess featureAccess, Environments envs, boolean mockItemsAllowed) Gets object fromFeatureAccessand 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 booleanAbstractInvocationTypeComputer.isValidModule(Supplier<Module> module, FeatureAccess fa) Checks if the module is valid for this string literal content type computing in some invocation context.protected booleanFormAttributeTypeComputer.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 booleanAbstractXdtoFactoryInvocationTypesComputer.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 voidBslFormatter2.formatFeatureAccess(FeatureAccess expression, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsFeatureAccessobject