Uses of Class
com.e1c.g5.v8.dt.ql.check.QlBasicDelegateCheck.QueryOwner
Packages that use QlBasicDelegateCheck.QueryOwner
-
Uses of QlBasicDelegateCheck.QueryOwner in com.e1c.g5.v8.dt.internal.form.check.ql
Constructors in com.e1c.g5.v8.dt.internal.form.check.ql with parameters of type QlBasicDelegateCheck.QueryOwnerModifierConstructorDescriptionprotected
QlModelResultAcceptor
(QlBasicDelegateCheck.QueryOwner queryOwner, BasicCheck.ResultAcceptor resultAcceptor) -
Uses of QlBasicDelegateCheck.QueryOwner in com.e1c.g5.v8.dt.ql.check
Methods in com.e1c.g5.v8.dt.ql.check with parameters of type QlBasicDelegateCheck.QueryOwnerModifier and TypeMethodDescriptionprotected abstract void
QlBasicDelegateCheck.checkQlObject
(org.eclipse.emf.ecore.EObject currentNode, QlBasicDelegateCheck.QueryOwner queryOwner, QlBasicDelegateCheck.IQlResultAcceptor resultAceptor, ICheckParameters parameters, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Checks the documentation comment model object.static void
QlBasicDelegateCheck.setOwner
(QlBasicDelegateCheck.QueryOwner owner) Internal APIMethod parameters in com.e1c.g5.v8.dt.ql.check with type arguments of type QlBasicDelegateCheck.QueryOwnerModifier and TypeMethodDescriptionstatic void
QlBasicDelegateCheck.setResultAcceptor
(BiFunction<QlBasicDelegateCheck.QueryOwner, BasicCheck.ResultAcceptor, QlBasicDelegateCheck.IQlResultAcceptor> resultAcceptorSupplier) Internal API