| Package | Description |
|---|---|
| org.stekikun.dolmen.syntax |
| Modifier and Type | Method and Description |
|---|---|
IReport.Severity |
IReport.getSeverity() |
IReport.Severity |
IReport.Impl.getSeverity() |
static IReport.Severity |
IReport.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IReport.Severity[] |
IReport.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IReport |
IReport.of(String message,
IReport.Severity severity,
CExtent extent) |
static IReport |
IReport.of(String message,
IReport.Severity severity,
Located<?> loc) |
static IReport |
IReport.of(String message,
IReport.Severity severity,
PExtent extent,
PExtent.Hole hole) |