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 EmptyExpression
BslFactory. 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 class
EmptyExpressionImpl
An 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 EmptyExpression
BslFactoryImpl. 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 T
BslSwitch. caseEmptyExpression(EmptyExpression object)
Returns the result of interpreting the object as an instance of 'Empty Expression'.
-