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 voidStaticFeatureAccessProcessor. 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 IndexAccessBslFactory. 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 classIndexAccessImplAn 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 IndexAccessBslFactoryImpl. 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 TBslSwitch. 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 inIndexAccessand 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 voidBslJavaValidator. 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 voidBslFormatter2. formatIndexAccess(IndexAccess expression, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsIndexAccessobject
-