Uses of Interface
com._1c.g5.v8.dt.ql.model.ALiteralsExpression
- 
- 
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.dcs.modelSubinterfaces of ALiteralsExpression in com._1c.g5.v8.dt.ql.dcs.model Modifier and Type Interface Description interfaceDcsParameterExpressionA representation of the model object 'Dcs Parameter Expression'.
- 
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.dcs.model.implClasses in com._1c.g5.v8.dt.ql.dcs.model.impl that implement ALiteralsExpression Modifier and Type Class Description classDcsParameterExpressionImplAn implementation of the model object 'Dcs Parameter Expression'.
- 
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.dcs.model.utilMethods in com._1c.g5.v8.dt.ql.dcs.model.util with parameters of type ALiteralsExpression Modifier and Type Method Description TQlDcsSwitch. 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.modelSubinterfaces of ALiteralsExpression in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interfaceBooleanLiteralExpressionA representation of the model object 'Boolean Literal Expression'.interfaceDateLiteralExpressionA representation of the model object 'Date Literal Expression'.interfaceNullLiteralExpressionA representation of the model object 'Null Literal Expression'.interfaceNumberLiteralExpressionA representation of the model object 'Number Literal Expression'.interfaceParameterExpressionA representation of the model object 'Parameter Expression'.interfaceStringLiteralExpressionA representation of the model object 'String Literal Expression'.interfaceTypeLiteralExpressionA representation of the model object 'Type Literal Expression'.interfaceUndefinedLiteralExpressionA representation of the model object 'Undefined Literal Expression'.interfaceValueLiteralExpressionA representation of the model object 'Value Literal Expression'.
- 
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement ALiteralsExpression Modifier and Type Class Description classALiteralsExpressionImplAn implementation of the model object 'ALiterals Expression'.classBooleanLiteralExpressionImplAn implementation of the model object 'Boolean Literal Expression'.classDateLiteralExpressionImplAn implementation of the model object 'Date Literal Expression'.classNullLiteralExpressionImplAn implementation of the model object 'Null Literal Expression'.classNumberLiteralExpressionImplAn implementation of the model object 'Number Literal Expression'.classParameterExpressionImplAn implementation of the model object 'Parameter Expression'.classStringLiteralExpressionImplAn implementation of the model object 'String Literal Expression'.classTypeLiteralExpressionImplAn implementation of the model object 'Type Literal Expression'.classUndefinedLiteralExpressionImplAn implementation of the model object 'Undefined Literal Expression'.classValueLiteralExpressionImplAn implementation of the model object 'Value Literal Expression'.
- 
Uses of ALiteralsExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type ALiteralsExpression Modifier and Type Method Description TQlSwitch. caseALiteralsExpression(ALiteralsExpression object)Returns the result of interpreting the object as an instance of 'ALiterals Expression'.
 
-