| Package | Description |
|---|---|
| org.eclipse.incquery.validation.core | |
| org.eclipse.incquery.validation.core.api | |
| org.eclipse.incquery.validation.core.listeners | |
| org.eclipse.incquery.validation.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
Entry |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IEntry> |
Violation.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IEntry> |
IViolation.getEntries()
Returns the entries for each pattern match witch corresponds to the violation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViolationListener.violationEntryAppeared(IViolation violation,
IEntry entry)
Called if a new entry has appeared for the violation on which the listener is registered.
|
void |
ViolationListener.violationEntryDisappeared(IViolation violation,
IEntry entry)
Called if an entry has disappeared for the violation on which the listener is registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerManagerViolationListener.violationEntryAppeared(IViolation violation,
IEntry entry) |
void |
MarkerManagerViolationListener.violationEntryDisappeared(IViolation violation,
IEntry entry) |