Uses of Interface
com._1c.g5.v8.dt.ql.model.ACommonExpression
-
Packages that use ACommonExpression Package Description com._1c.g5.v8.dt.ql com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util -
-
Uses of ACommonExpression in com._1c.g5.v8.dt.ql
Methods in com._1c.g5.v8.dt.ql that return ACommonExpression Modifier and Type Method Description static ACommonExpression
QlUtil. getExpressionOfNestedTable(CommonExpression expression, IDynamicDbViewFieldComputer dbViewComputer)
Gets expression corresponding to the field of nested table -
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.model
Subinterfaces of ACommonExpression in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interface
CommonExpression
A representation of the model object 'Common Expression'.interface
MultiPartCommonExpression
A representation of the model object 'Multi Part Common Expression'.interface
NestedTableAllFieldsExpression
A representation of the model object 'Nested Table All Fields Expression'.interface
NestedTableExpression
A representation of the model object 'Nested Table Expression'.interface
SinglePartCommonExpression
A representation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model that return ACommonExpression Modifier and Type Method Description ACommonExpression
BracketCommonExpression. getCommonExpression()
Returns the value of the 'Common Expression' containment reference.ACommonExpression
FieldWithCasting. getTable()
Returns the value of the 'Table' containment reference.ACommonExpression
ValueLiteralExpression. getValues()
Returns the value of the 'Values' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type ACommonExpression Modifier and Type Method Description void
BracketCommonExpression. setCommonExpression(ACommonExpression value)
Sets the value of the 'Common Expression
' containment reference.void
FieldWithCasting. setTable(ACommonExpression value)
Sets the value of the 'Table
' containment reference.void
ValueLiteralExpression. setValues(ACommonExpression value)
Sets the value of the 'Values
' containment reference. -
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement ACommonExpression Modifier and Type Class Description class
ACommonExpressionImpl
An implementation of the model object 'ACommon Expression'.class
CommonExpressionImpl
An implementation of the model object 'Common Expression'.class
MultiPartCommonExpressionImpl
An implementation of the model object 'Multi Part Common Expression'.class
NestedTableAllFieldsExpressionImpl
An implementation of the model object 'Nested Table All Fields Expression'.class
NestedTableExpressionImpl
An implementation of the model object 'Nested Table Expression'.class
SinglePartCommonExpressionImpl
An implementation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return ACommonExpression Modifier and Type Method Description ACommonExpression
BracketCommonExpressionImpl. getCommonExpression()
ACommonExpression
FieldWithCastingImpl. getTable()
ACommonExpression
ValueLiteralExpressionImpl. getValues()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type ACommonExpression Modifier and Type Method Description void
BracketCommonExpressionImpl. setCommonExpression(ACommonExpression newCommonExpression)
void
FieldWithCastingImpl. setTable(ACommonExpression newTable)
void
ValueLiteralExpressionImpl. setValues(ACommonExpression newValues)
-
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type ACommonExpression Modifier and Type Method Description T
QlSwitch. caseACommonExpression(ACommonExpression object)
Returns the result of interpreting the object as an instance of 'ACommon Expression'.
-