|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<BasicDiagnosticFormatter.BasicFormatKind>
com.sun.tools.javac.util.BasicDiagnosticFormatter.BasicFormatKind
public static enum BasicDiagnosticFormatter.BasicFormatKind
This enum contains all the kinds of formatting patterns supported by a basic diagnostic formatter.
| Enum Constant Summary | |
|---|---|
DEFAULT_CLASS_FORMAT
A format string to be used for diagnostics regarding classfiles |
|
DEFAULT_NO_POS_FORMAT
A format string to be used for diagnostics without a given position. |
|
DEFAULT_POS_FORMAT
A format string to be used for diagnostics with a given position. |
|
| Method Summary | |
|---|---|
static BasicDiagnosticFormatter.BasicFormatKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BasicDiagnosticFormatter.BasicFormatKind[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BasicDiagnosticFormatter.BasicFormatKind DEFAULT_POS_FORMAT
public static final BasicDiagnosticFormatter.BasicFormatKind DEFAULT_NO_POS_FORMAT
public static final BasicDiagnosticFormatter.BasicFormatKind DEFAULT_CLASS_FORMAT
| Method Detail |
|---|
public static final BasicDiagnosticFormatter.BasicFormatKind[] values()
for(BasicDiagnosticFormatter.BasicFormatKind c : BasicDiagnosticFormatter.BasicFormatKind.values())
System.out.println(c);
public static BasicDiagnosticFormatter.BasicFormatKind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||