| Package | Description |
|---|---|
| org.eclipse.ocl.util |
Miscellaneous utilities in support of the OCL parser and environment
implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static Diagnostic |
OCLUtil.checkForErrors(Environment<?,?,?,?,?,?,?,?,?,?,?,?> env)
Checks whether the specified environment's problem handler has any
diagnostics of error severity or worse and, if so, throws a semantic
exception encapsulating these diagnostics.
|
static Diagnostic |
OCLUtil.checkForErrors(ProblemHandler problemHandler)
Checks whether the specified problem handler has any
diagnostics of error severity or worse and, if so, throws a semantic
exception encapsulating these diagnostics.
|
static Diagnostic |
OCLUtil.checkForErrorsOrWarnings(Environment<?,?,?,?,?,?,?,?,?,?,?,?> env)
Checks whether the specified environment's problem handler has any
diagnostics of warnings severity or worse and, if so, throws a semantic
exception encapsulating these diagnostics.
|
static Diagnostic |
OCLUtil.checkForErrorsOrWarnings(ProblemHandler problemHandler)
Checks whether the specified problem handler has any
diagnostics of warning severity or worse and, if so, throws a semantic
exception encapsulating these diagnostics.
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.