Package | Description |
---|---|
com.sun.tools.javac.util |
Modifier and Type | Method and Description |
---|---|
static Log.PrefixKind |
Log.PrefixKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.PrefixKind[] |
Log.PrefixKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
Log.localize(Log.PrefixKind pk,
String key,
Object... args)
Find a localized string in the resource bundle.
|
void |
Log.printLines(Log.PrefixKind pk,
String key,
Object... args) |
void |
Log.printLines(Log.WriterKind wk,
Log.PrefixKind pk,
String key,
Object... args) |
Copyright © 2017 earcam. All rights reserved.