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