Uses of Interface
com._1c.g5.v8.dt.ql.model.LinkExpression
-
Packages that use LinkExpression 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 LinkExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return LinkExpression Modifier and Type Method Description LinkExpression
QlFactory. createLinkExpression()
Returns a new object of class 'Link Expression'. -
Uses of LinkExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement LinkExpression Modifier and Type Class Description class
LinkExpressionImpl
An implementation of the model object 'Link Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return LinkExpression Modifier and Type Method Description LinkExpression
QlFactoryImpl. createLinkExpression()
-
Uses of LinkExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type LinkExpression Modifier and Type Method Description T
QlSwitch. caseLinkExpression(LinkExpression object)
Returns the result of interpreting the object as an instance of 'Link Expression'.
-