Uses of Interface
com._1c.g5.v8.dt.ql.model.NullLiteralExpression
Packages that use NullLiteralExpression
Package
Description
-
Uses of NullLiteralExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return NullLiteralExpressionModifier and TypeMethodDescriptionQlFactory.createNullLiteralExpression()
Returns a new object of class 'Null Literal Expression'. -
Uses of NullLiteralExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement NullLiteralExpressionModifier and TypeClassDescriptionclass
An implementation of the model object 'Null Literal Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return NullLiteralExpression -
Uses of NullLiteralExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type NullLiteralExpressionModifier and TypeMethodDescriptionQlSwitch.caseNullLiteralExpression
(NullLiteralExpression object) Returns the result of interpreting the object as an instance of 'Null Literal Expression'.