Uses of Class
com.e1c.g5.v8.dt.ql.check.QlBasicDelegateCheck.QueryOwner
-
Packages that use QlBasicDelegateCheck.QueryOwner Package Description com.e1c.g5.v8.dt.ql.check -
-
Uses of QlBasicDelegateCheck.QueryOwner in com.e1c.g5.v8.dt.ql.check
Methods in com.e1c.g5.v8.dt.ql.check with parameters of type QlBasicDelegateCheck.QueryOwner 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.static void
QlBasicDelegateCheck. setOwner(QlBasicDelegateCheck.QueryOwner owner)
Internal APIMethod parameters in com.e1c.g5.v8.dt.ql.check with type arguments of type QlBasicDelegateCheck.QueryOwner Modifier and Type Method Description static void
QlBasicDelegateCheck. setResultAcceptor(BiFunction<QlBasicDelegateCheck.QueryOwner,BasicCheck.ResultAcceptor,QlBasicDelegateCheck.IQlResultAcceptor> resultAcceptorSupplier)
Internal API
-