Uses of Class
com.e1c.g5.v8.dt.check.Issue
-
Packages that use Issue Package Description com.e1c.g5.v8.dt.check com.e1c.g5.v8.dt.check.components -
-
Uses of Issue in com.e1c.g5.v8.dt.check
Subclasses of Issue in com.e1c.g5.v8.dt.check Modifier and Type Class Description class
BslCheckIssue
SpecialIssue
implementation for the BSL language module checks.class
BslDirectLocationIssue
SpecialIssue
implementation for the BSL language module checks which require the full control on the region the marker of the issue belongs to May contain additional object validation information, likeEStructuralFeature
of the problem place and a special issue data.class
EIssue
Issue for aEStructuralFeature
in aEObject
Methods in com.e1c.g5.v8.dt.check with parameters of type Issue Modifier and Type Method Description void
ICheckResultAcceptor. addIssue(Object context, Issue issue)
Adds an issue for a specific object. -
Uses of Issue in com.e1c.g5.v8.dt.check.components
Methods in com.e1c.g5.v8.dt.check.components with parameters of type Issue Modifier and Type Method Description void
BasicCheck.ResultAcceptor. addIssue(Issue issue)
Adds the issue as the result of the check for the context object.
-