| Package | Description |
|---|---|
| org.teavm.diagnostics |
| Modifier and Type | Method and Description |
|---|---|
ProblemSeverity |
Problem.getSeverity() |
static ProblemSeverity |
ProblemSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProblemSeverity[] |
ProblemSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Problem(ProblemSeverity severity,
CallLocation location,
String text,
Object[] params) |
Copyright © 2015. All rights reserved.