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