Package | Description |
---|---|
org.codehaus.plexus.compiler | |
org.codehaus.plexus.compiler.javac |
Modifier and Type | Method and Description |
---|---|
CompilerMessage.Kind |
CompilerMessage.getKind()
Returns the kind of the compiler message.
|
static CompilerMessage.Kind |
CompilerMessage.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilerMessage.Kind[] |
CompilerMessage.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompilerMessage(String message,
CompilerMessage.Kind kind)
Constructs a compiler message.
|
CompilerMessage(String file,
CompilerMessage.Kind kind,
int startline,
int startcolumn,
int endline,
int endcolumn,
String message)
Constructs a compiler message.
|
Modifier and Type | Method and Description |
---|---|
static CompilerMessage.Kind |
JavaxToolsCompiler.convertKind(Diagnostic<? extends JavaFileObject> diagnostic) |
Copyright © 2001–2021 Codehaus Plexus. All rights reserved.