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 interface
DynamicFeatureAccess
A representation of the model object 'Dynamic Feature Access'.interface
StaticFeatureAccess
A 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 FeatureAccess
Invocation. 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 void
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 FeatureAccess Modifier and Type Class Description class
DynamicFeatureAccessImpl
An implementation of the model object 'Dynamic Feature Access'.class
FeatureAccessImpl
An implementation of the model object 'Feature Access'.class
StaticFeatureAccessImpl
An 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 FeatureAccess
InvocationImpl. methodAccess
The 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 FeatureAccess
InvocationImpl. 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.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 FeatureAccess Modifier and Type Method Description T
BslSwitch. 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 FeatureAccess Modifier and Type Method Description TypeItem
DynamicFeatureAccessComputer. getTypeOfPreviousElementForMethod(FeatureAccess feature, int numParam, TypesComputer computer, Environmental envs, org.eclipse.emf.ecore.resource.Resource res)
Gets corresponding type of previous element forfeature
TypeItem
DynamicFeatureAccessComputer. getTypeOfPreviousElementForProperty(FeatureAccess feature, TypesComputer computer, Environmental envs, org.eclipse.emf.ecore.resource.Resource res)
Gets corresponding type of previous element forfeature
List<FeatureEntry>
DynamicFeatureAccessComputer. resolveObject(FeatureAccess featureAccess, Environments envs)
Gets object fromFeatureAccess
and resolves itList<FeatureEntry>
DynamicFeatureAccessComputer. resolveObject(FeatureAccess featureAccess, Environments envs, boolean mockItemsAllowed)
Gets object fromFeatureAccess
and resolves it -
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 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 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 void
BslFormatter2. formatFeatureAccess(FeatureAccess expression, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsFeatureAccess
object
-