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