Uses of Interface
com._1c.g5.v8.dt.ql.model.EmptyExpression
- 
Packages that use EmptyExpression Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util 
- 
- 
Uses of EmptyExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return EmptyExpression Modifier and Type Method Description EmptyExpressionQlFactory. createEmptyExpression()Returns a new object of class 'Empty Expression'.
- 
Uses of EmptyExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.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.ql.model.impl that return EmptyExpression Modifier and Type Method Description EmptyExpressionQlFactoryImpl. createEmptyExpression()
- 
Uses of EmptyExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type EmptyExpression Modifier and Type Method Description TQlSwitch. caseEmptyExpression(EmptyExpression object)Returns the result of interpreting the object as an instance of 'Empty Expression'.
 
-