Uses of Interface
com._1c.g5.v8.dt.ql.model.MultiPartCommonExpression
- 
Packages that use MultiPartCommonExpression 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.naming com._1c.g5.v8.dt.ql.validation 
- 
- 
Uses of MultiPartCommonExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return MultiPartCommonExpression Modifier and Type Method Description MultiPartCommonExpressionQlFactory. createMultiPartCommonExpression()Returns a new object of class 'Multi Part Common Expression'.
- 
Uses of MultiPartCommonExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement MultiPartCommonExpression Modifier and Type Class Description classMultiPartCommonExpressionImplAn implementation of the model object 'Multi Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return MultiPartCommonExpression Modifier and Type Method Description MultiPartCommonExpressionQlFactoryImpl. createMultiPartCommonExpression()
- 
Uses of MultiPartCommonExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type MultiPartCommonExpression Modifier and Type Method Description TQlSwitch. caseMultiPartCommonExpression(MultiPartCommonExpression object)Returns the result of interpreting the object as an instance of 'Multi Part Common Expression'.
- 
Uses of MultiPartCommonExpression in com._1c.g5.v8.dt.ql.namingMethods in com._1c.g5.v8.dt.ql.naming with parameters of type MultiPartCommonExpression Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedNameQlQualifiedNameProvider. _computeFqn(MultiPartCommonExpression expr)
- 
Uses of MultiPartCommonExpression in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type MultiPartCommonExpression Modifier and Type Method Description voidQlValidator. checkMultiPartCommonExpression(MultiPartCommonExpression expr)
 
-