Uses of Interface
com._1c.g5.v8.dt.ql.model.BracketCommonExpression
-
Packages that use BracketCommonExpression 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 BracketCommonExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return BracketCommonExpression Modifier and Type Method Description BracketCommonExpressionQlFactory. createBracketCommonExpression()Returns a new object of class 'Bracket Common Expression'. -
Uses of BracketCommonExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement BracketCommonExpression Modifier and Type Class Description classBracketCommonExpressionImplAn implementation of the model object 'Bracket Common Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return BracketCommonExpression Modifier and Type Method Description BracketCommonExpressionQlFactoryImpl. createBracketCommonExpression() -
Uses of BracketCommonExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type BracketCommonExpression Modifier and Type Method Description TQlSwitch. caseBracketCommonExpression(BracketCommonExpression object)Returns the result of interpreting the object as an instance of 'Bracket Common Expression'.
-