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.checkMethods in com.e1c.g5.v8.dt.ql.check with parameters of type QlBasicDelegateCheck.IQlResultAcceptor Modifier and Type Method Description protected abstract voidQlBasicDelegateCheck. 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 voidQlBasicDelegateCheck. setResultAcceptor(BiFunction<QlBasicDelegateCheck.QueryOwner,BasicCheck.ResultAcceptor,QlBasicDelegateCheck.IQlResultAcceptor> resultAcceptorSupplier)Internal API
 
-