Uses of Interface
com._1c.g5.v8.dt.ql.model.StarExpression
- 
Packages that use StarExpression 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 com._1c.g5.v8.dt.ql.validation 
- 
- 
Uses of StarExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return StarExpression Modifier and Type Method Description StarExpressionQlFactory. createStarExpression()Returns a new object of class 'Star Expression'.
- 
Uses of StarExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement StarExpression Modifier and Type Class Description classStarExpressionImplAn implementation of the model object 'Star Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return StarExpression Modifier and Type Method Description StarExpressionQlFactoryImpl. createStarExpression()
- 
Uses of StarExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type StarExpression Modifier and Type Method Description TQlSwitch. caseStarExpression(StarExpression object)Returns the result of interpreting the object as an instance of 'Star Expression'.
- 
Uses of StarExpression in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type StarExpression Modifier and Type Method Description voidQlValidator. checkStarExpression(StarExpression expression)
 
-