Uses of Interface
com._1c.g5.v8.dt.ql.model.NullLiteralExpression
- 
Packages that use NullLiteralExpression 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 NullLiteralExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return NullLiteralExpression Modifier and Type Method Description NullLiteralExpressionQlFactory. createNullLiteralExpression()Returns a new object of class 'Null Literal Expression'.
- 
Uses of NullLiteralExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement NullLiteralExpression Modifier and Type Class Description classNullLiteralExpressionImplAn implementation of the model object 'Null Literal Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return NullLiteralExpression Modifier and Type Method Description NullLiteralExpressionQlFactoryImpl. createNullLiteralExpression()
- 
Uses of NullLiteralExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type NullLiteralExpression Modifier and Type Method Description TQlSwitch. caseNullLiteralExpression(NullLiteralExpression object)Returns the result of interpreting the object as an instance of 'Null Literal Expression'.
 
-