Uses of Interface
com.e1c.g5.v8.dt.ql.check.QlBasicDelegateCheck.IQlResultAcceptor
Packages that use QlBasicDelegateCheck.IQlResultAcceptor
-
Uses of QlBasicDelegateCheck.IQlResultAcceptor in com.e1c.g5.v8.dt.internal.form.check.ql
Classes in com.e1c.g5.v8.dt.internal.form.check.ql that implement QlBasicDelegateCheck.IQlResultAcceptorModifier and TypeClassDescriptionprotected static final class
-
Uses of QlBasicDelegateCheck.IQlResultAcceptor in com.e1c.g5.v8.dt.ql.check
Methods in com.e1c.g5.v8.dt.ql.check with parameters of type QlBasicDelegateCheck.IQlResultAcceptorModifier 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.Method parameters in com.e1c.g5.v8.dt.ql.check with type arguments of type QlBasicDelegateCheck.IQlResultAcceptorModifier and TypeMethodDescriptionstatic void
QlBasicDelegateCheck.setResultAcceptor
(BiFunction<QlBasicDelegateCheck.QueryOwner, BasicCheck.ResultAcceptor, QlBasicDelegateCheck.IQlResultAcceptor> resultAcceptorSupplier) Internal API