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.modelMethods in com._1c.g5.v8.dt.ql.model that return CompoundExpression Modifier and Type Method Description CompoundExpressionQlFactory. createCompoundExpression()Returns a new object of class 'Compound Expression'.
- 
Uses of CompoundExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement CompoundExpression Modifier and Type Class Description classCompoundExpressionImplAn 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 CompoundExpressionQlFactoryImpl. createCompoundExpression()
- 
Uses of CompoundExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type CompoundExpression Modifier and Type Method Description TQlSwitch. 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.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type CompoundExpression Modifier and Type Method Description voidQlValidator. checkCompoundExpression(CompoundExpression expression)
 
-