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 BracketCommonExpression
QlFactory. 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 class
BracketCommonExpressionImpl
An 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 BracketCommonExpression
QlFactoryImpl. 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 T
QlSwitch. caseBracketCommonExpression(BracketCommonExpression object)
Returns the result of interpreting the object as an instance of 'Bracket Common Expression'.
-