Searched defs:DiagnosticArgumentType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/testlibrary/whitebox/sun/hotspot/parser/
H A DDiagnosticCommand.java28 public enum DiagnosticArgumentType { enum in class:DiagnosticCommand
34 private DiagnosticArgumentType type;
38 public DiagnosticCommand(String name, String desc, DiagnosticArgumentType type,
55 public DiagnosticArgumentType getType() {

Completed in 22 milliseconds