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.model
Methods in com._1c.g5.v8.dt.ql.model that return StringLiteralExpression Modifier and Type Method Description StringLiteralExpression
QlFactory. createStringLiteralExpression()
Returns a new object of class 'String Literal Expression'. -
Uses of StringLiteralExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement StringLiteralExpression Modifier and Type Class Description class
StringLiteralExpressionImpl
An 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 StringLiteralExpression
QlFactoryImpl. createStringLiteralExpression()
-
Uses of StringLiteralExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type StringLiteralExpression Modifier and Type Method Description T
QlSwitch. caseStringLiteralExpression(StringLiteralExpression object)
Returns the result of interpreting the object as an instance of 'String Literal Expression'.
-