Uses of Interface
com._1c.g5.v8.dt.ql.model.ALiteralsExpression
-
-
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.dcs.model
Subinterfaces of ALiteralsExpression in com._1c.g5.v8.dt.ql.dcs.model Modifier and Type Interface Description interface
DcsParameterExpression
A representation of the model object 'Dcs Parameter Expression'. -
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.dcs.model.impl
Classes in com._1c.g5.v8.dt.ql.dcs.model.impl that implement ALiteralsExpression Modifier and Type Class Description class
DcsParameterExpressionImpl
An implementation of the model object 'Dcs Parameter Expression'. -
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.dcs.model.util
Methods in com._1c.g5.v8.dt.ql.dcs.model.util with parameters of type ALiteralsExpression Modifier and Type Method Description T
QlDcsSwitch. caseALiteralsExpression(ALiteralsExpression object)
Returns the result of interpreting the object as an instance of 'ALiterals Expression'. -
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.model
Subinterfaces of ALiteralsExpression in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interface
BooleanLiteralExpression
A representation of the model object 'Boolean Literal Expression'.interface
DateLiteralExpression
A representation of the model object 'Date Literal Expression'.interface
NullLiteralExpression
A representation of the model object 'Null Literal Expression'.interface
NumberLiteralExpression
A representation of the model object 'Number Literal Expression'.interface
ParameterExpression
A representation of the model object 'Parameter Expression'.interface
StringLiteralExpression
A representation of the model object 'String Literal Expression'.interface
TypeLiteralExpression
A representation of the model object 'Type Literal Expression'.interface
UndefinedLiteralExpression
A representation of the model object 'Undefined Literal Expression'.interface
ValueLiteralExpression
A representation of the model object 'Value Literal Expression'. -
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement ALiteralsExpression Modifier and Type Class Description class
ALiteralsExpressionImpl
An implementation of the model object 'ALiterals Expression'.class
BooleanLiteralExpressionImpl
An implementation of the model object 'Boolean Literal Expression'.class
DateLiteralExpressionImpl
An implementation of the model object 'Date Literal Expression'.class
NullLiteralExpressionImpl
An implementation of the model object 'Null Literal Expression'.class
NumberLiteralExpressionImpl
An implementation of the model object 'Number Literal Expression'.class
ParameterExpressionImpl
An implementation of the model object 'Parameter Expression'.class
StringLiteralExpressionImpl
An implementation of the model object 'String Literal Expression'.class
TypeLiteralExpressionImpl
An implementation of the model object 'Type Literal Expression'.class
UndefinedLiteralExpressionImpl
An implementation of the model object 'Undefined Literal Expression'.class
ValueLiteralExpressionImpl
An implementation of the model object 'Value Literal Expression'. -
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type ALiteralsExpression Modifier and Type Method Description T
QlSwitch. caseALiteralsExpression(ALiteralsExpression object)
Returns the result of interpreting the object as an instance of 'ALiterals Expression'.
-