Uses of Interface
com._1c.g5.v8.dt.ql.model.CompoundExpression
-
Packages that use CompoundExpression 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 com._1c.g5.v8.dt.ql.validation -
-
Uses of CompoundExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return CompoundExpression Modifier and Type Method Description CompoundExpression
QlFactory. createCompoundExpression()
Returns a new object of class 'Compound Expression'. -
Uses of CompoundExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement CompoundExpression Modifier and Type Class Description class
CompoundExpressionImpl
An implementation of the model object 'Compound Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return CompoundExpression Modifier and Type Method Description CompoundExpression
QlFactoryImpl. createCompoundExpression()
-
Uses of CompoundExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type CompoundExpression Modifier and Type Method Description T
QlSwitch. caseCompoundExpression(CompoundExpression object)
Returns the result of interpreting the object as an instance of 'Compound Expression'. -
Uses of CompoundExpression in com._1c.g5.v8.dt.ql.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type CompoundExpression Modifier and Type Method Description void
QlValidator. checkCompoundExpression(CompoundExpression expression)
-