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