Uses of Interface
com._1c.g5.v8.dt.bsl.model.FeatureAccess
-
-
Uses of FeatureAccess in com._1c.g5.v8.dt.bsl.model
Subinterfaces of FeatureAccess in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interfaceDynamicFeatureAccessA representation of the model object 'Dynamic Feature Access'.interfaceStaticFeatureAccessA representation of the model object 'Static Feature Access'.Methods in com._1c.g5.v8.dt.bsl.model that return FeatureAccess Modifier and Type Method Description FeatureAccessInvocation. getMethodAccess()Returns the value of the 'Method Access' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type FeatureAccess Modifier and Type Method Description voidInvocation. 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 FeatureAccess Modifier and Type Class Description classDynamicFeatureAccessImplAn implementation of the model object 'Dynamic Feature Access'.classFeatureAccessImplAn implementation of the model object 'Feature Access'.classStaticFeatureAccessImplAn implementation of the model object 'Static Feature Access'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as FeatureAccess Modifier and Type Field Description protected FeatureAccessInvocationImpl. methodAccessThe cached value of the 'Method Access' containment reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return FeatureAccess Modifier and Type Method Description FeatureAccessInvocationImpl. getMethodAccess()Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type FeatureAccess Modifier and Type Method Description org.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 FeatureAccess Modifier and Type Method Description TBslSwitch. 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 FeatureAccess Modifier and Type Method Description TypeItemDynamicFeatureAccessComputer. getTypeOfPreviousElementForMethod(FeatureAccess feature, int numParam, TypesComputer computer, Environmental envs, org.eclipse.emf.ecore.resource.Resource res)Gets corresponding type of previous element forfeatureTypeItemDynamicFeatureAccessComputer. getTypeOfPreviousElementForProperty(FeatureAccess feature, TypesComputer computer, Environmental envs, org.eclipse.emf.ecore.resource.Resource res)Gets corresponding type of previous element forfeatureList<FeatureEntry>DynamicFeatureAccessComputer. resolveObject(FeatureAccess featureAccess, Environments envs)Gets object fromFeatureAccessand resolves itList<FeatureEntry>DynamicFeatureAccessComputer. 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 FeatureAccess Modifier and Type Method Description protected 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 FeatureAccess Modifier and Type Method Description protected 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 FeatureAccess Modifier and Type Method Description static 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 FeatureAccess Modifier and Type Method Description protected voidBslFormatter2. formatFeatureAccess(FeatureAccess expression, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsFeatureAccessobject
-