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