Uses of Interface
com._1c.g5.v8.dt.bsl.model.EmptyExpression
-
Packages that use EmptyExpression 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 EmptyExpression in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return EmptyExpression Modifier and Type Method Description EmptyExpressionBslFactory. createEmptyExpression()Returns a new object of class 'Empty Expression'. -
Uses of EmptyExpression in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement EmptyExpression Modifier and Type Class Description classEmptyExpressionImplAn implementation of the model object 'Empty Expression'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return EmptyExpression Modifier and Type Method Description EmptyExpressionBslFactoryImpl. createEmptyExpression() -
Uses of EmptyExpression in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type EmptyExpression Modifier and Type Method Description TBslSwitch. caseEmptyExpression(EmptyExpression object)Returns the result of interpreting the object as an instance of 'Empty Expression'.
-