Uses of Class
com.e1c.g5.v8.dt.check.components.BasicCheck.ResultAcceptor
- 
Packages that use BasicCheck.ResultAcceptor Package Description com.e1c.g5.v8.dt.bsl.check com.e1c.g5.v8.dt.check.components com.e1c.g5.v8.dt.ql.check 
- 
- 
Uses of BasicCheck.ResultAcceptor in com.e1c.g5.v8.dt.bsl.checkMethods in com.e1c.g5.v8.dt.bsl.check with parameters of type BasicCheck.ResultAcceptor Modifier and Type Method Description protected voidDocumentationCommentBasicDelegateCheck. check(Object object, BasicCheck.ResultAcceptor resultAcceptor, ICheckParameters parameters, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
- 
Uses of BasicCheck.ResultAcceptor in com.e1c.g5.v8.dt.check.componentsMethods in com.e1c.g5.v8.dt.check.components with parameters of type BasicCheck.ResultAcceptor Modifier and Type Method Description protected abstract voidBasicCheck. check(Object object, BasicCheck.ResultAcceptor resultAcceptor, ICheckParameters parameters, org.eclipse.core.runtime.IProgressMonitor progressMonitor)The method that performs the check.
- 
Uses of BasicCheck.ResultAcceptor in com.e1c.g5.v8.dt.ql.checkMethods in com.e1c.g5.v8.dt.ql.check with parameters of type BasicCheck.ResultAcceptor Modifier and Type Method Description protected voidQlBasicDelegateCheck. check(Object object, BasicCheck.ResultAcceptor resultAcceptor, ICheckParameters parameters, org.eclipse.core.runtime.IProgressMonitor progressMonitor)Method parameters in com.e1c.g5.v8.dt.ql.check with type arguments of type BasicCheck.ResultAcceptor Modifier and Type Method Description static voidQlBasicDelegateCheck. setResultAcceptor(BiFunction<QlBasicDelegateCheck.QueryOwner,BasicCheck.ResultAcceptor,QlBasicDelegateCheck.IQlResultAcceptor> resultAcceptorSupplier)Internal API
 
-