Uses of Interface
com.e1c.g5.v8.dt.ql.check.QlBasicDelegateCheck.IQlResultAcceptor
-
Packages that use QlBasicDelegateCheck.IQlResultAcceptor Package Description com.e1c.g5.v8.dt.ql.check -
-
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.IQlResultAcceptor Modifier and Type Method Description protected 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.IQlResultAcceptor Modifier and Type Method Description static void
QlBasicDelegateCheck. setResultAcceptor(BiFunction<QlBasicDelegateCheck.QueryOwner,BasicCheck.ResultAcceptor,QlBasicDelegateCheck.IQlResultAcceptor> resultAcceptorSupplier)
Internal API
-