Package | Description |
---|---|
com.asakusafw.dmdl |
Core classes of DMDL compiler.
|
Modifier and Type | Field and Description |
---|---|
Diagnostic.Level |
Diagnostic.level
The level of this diagnostic.
|
Modifier and Type | Method and Description |
---|---|
static Diagnostic.Level |
Diagnostic.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Diagnostic.Level[] |
Diagnostic.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Diagnostic(Diagnostic.Level level,
AstNode node,
String message,
Object... arguments)
Creates and returns a new instance.
|
Diagnostic(Diagnostic.Level level,
Region region,
String message)
Creates and returns a new instance.
|
Diagnostic(Diagnostic.Level level,
Region region,
String message,
Object... arguments)
Creates and returns a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.