Uses of Interface
com._1c.g5.v8.dt.ql.model.UndefinedLiteralExpression
-
Packages that use UndefinedLiteralExpression 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 UndefinedLiteralExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return UndefinedLiteralExpression Modifier and Type Method Description UndefinedLiteralExpression
QlFactory. createUndefinedLiteralExpression()
Returns a new object of class 'Undefined Literal Expression'. -
Uses of UndefinedLiteralExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement UndefinedLiteralExpression Modifier and Type Class Description class
UndefinedLiteralExpressionImpl
An implementation of the model object 'Undefined Literal Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return UndefinedLiteralExpression Modifier and Type Method Description UndefinedLiteralExpression
QlFactoryImpl. createUndefinedLiteralExpression()
-
Uses of UndefinedLiteralExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type UndefinedLiteralExpression Modifier and Type Method Description T
QlSwitch. caseUndefinedLiteralExpression(UndefinedLiteralExpression object)
Returns the result of interpreting the object as an instance of 'Undefined Literal Expression'.
-