Uses of Interface
com._1c.g5.v8.dt.ql.model.ValueLiteralExpression
- 
Packages that use ValueLiteralExpression 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 
- 
- 
Uses of ValueLiteralExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return ValueLiteralExpression Modifier and Type Method Description ValueLiteralExpressionQlFactory. createValueLiteralExpression()Returns a new object of class 'Value Literal Expression'.
- 
Uses of ValueLiteralExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement ValueLiteralExpression Modifier and Type Class Description classValueLiteralExpressionImplAn implementation of the model object 'Value Literal Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return ValueLiteralExpression Modifier and Type Method Description ValueLiteralExpressionQlFactoryImpl. createValueLiteralExpression()
- 
Uses of ValueLiteralExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type ValueLiteralExpression Modifier and Type Method Description TQlSwitch. caseValueLiteralExpression(ValueLiteralExpression object)Returns the result of interpreting the object as an instance of 'Value Literal Expression'.
 
-