Uses of Interface
com._1c.g5.v8.dt.bsl.model.NameExpression
-
Packages that use NameExpression Package Description com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.model.util -
-
Uses of NameExpression in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return NameExpression Modifier and Type Method Description NameExpressionBslFactory. createNameExpression()Returns a new object of class 'Name Expression'. -
Uses of NameExpression in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement NameExpression Modifier and Type Class Description classNameExpressionImplAn implementation of the model object 'Name Expression'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return NameExpression Modifier and Type Method Description NameExpressionBslFactoryImpl. createNameExpression() -
Uses of NameExpression in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type NameExpression Modifier and Type Method Description TBslSwitch. caseNameExpression(NameExpression object)Returns the result of interpreting the object as an instance of 'Name Expression'.
-