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 NameExpression
BslFactory. 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 class
NameExpressionImpl
An 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 NameExpression
BslFactoryImpl. 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 T
BslSwitch. caseNameExpression(NameExpression object)
Returns the result of interpreting the object as an instance of 'Name Expression'.
-