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.model
Methods in com._1c.g5.v8.dt.ql.model that return SinglePartCommonExpression Modifier and Type Method Description SinglePartCommonExpression
QlFactory. createSinglePartCommonExpression()
Returns a new object of class 'Single Part Common Expression'. -
Uses of SinglePartCommonExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement SinglePartCommonExpression Modifier and Type Class Description class
SinglePartCommonExpressionImpl
An 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 SinglePartCommonExpression
QlFactoryImpl. createSinglePartCommonExpression()
-
Uses of SinglePartCommonExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type SinglePartCommonExpression Modifier and Type Method Description T
QlSwitch. 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.naming
Methods in com._1c.g5.v8.dt.ql.naming with parameters of type SinglePartCommonExpression Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
QlQualifiedNameProvider. _computeFqn(SinglePartCommonExpression expr)
-
Uses of SinglePartCommonExpression in com._1c.g5.v8.dt.ql.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type SinglePartCommonExpression Modifier and Type Method Description void
QlValidator. checkAmbiguousField(SinglePartCommonExpression expression)
-