Uses of Interface
com._1c.g5.v8.dt.bsl.model.IndexAccess
-
-
Uses of IndexAccess in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common with parameters of type IndexAccess Modifier and Type Method Description protected void
StaticFeatureAccessProcessor. doProcessInternal(IndexAccess expr)
ProcessingIndexAccess
-
Uses of IndexAccess in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return IndexAccess Modifier and Type Method Description IndexAccess
BslFactory. createIndexAccess()
Returns a new object of class 'Index Access'. -
Uses of IndexAccess in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement IndexAccess Modifier and Type Class Description class
IndexAccessImpl
An implementation of the model object 'Index Access'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return IndexAccess Modifier and Type Method Description IndexAccess
BslFactoryImpl. createIndexAccess()
-
Uses of IndexAccess in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type IndexAccess Modifier and Type Method Description T
BslSwitch. caseIndexAccess(IndexAccess object)
Returns the result of interpreting the object as an instance of 'Index Access'. -
Uses of IndexAccess in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type IndexAccess Modifier and Type Method Description protected List<TypeItem>
TypesComputer. _compute(IndexAccess indexAccess, Environments envs)
List<FeatureEntry>
DynamicFeatureAccessComputer. getLastObject(IndexAccess indexAccess, Environments envs, boolean mockItemsAllowed)
Gets last object inIndexAccess
and resolves it -
Uses of IndexAccess in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type IndexAccess Modifier and Type Method Description void
BslJavaValidator. checkIndexesExpression(IndexAccess access)
-
Uses of IndexAccess in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type IndexAccess Modifier and Type Method Description protected void
BslFormatter2. formatIndexAccess(IndexAccess expression, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsIndexAccess
object
-