public final class TruffleCompilerOptionDescriptor extends Record
| Modifier and Type | Class and Description |
|---|---|
static class |
TruffleCompilerOptionDescriptor.Type |
| Constructor and Description |
|---|
TruffleCompilerOptionDescriptor(String name,
TruffleCompilerOptionDescriptor.Type type,
boolean deprecated,
String help,
String deprecationMessage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deprecated() |
String |
deprecationMessage() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
help() |
String |
name() |
String |
toString() |
TruffleCompilerOptionDescriptor.Type |
type() |
public TruffleCompilerOptionDescriptor(String name, TruffleCompilerOptionDescriptor.Type type, boolean deprecated, String help, String deprecationMessage)
public String name()
public TruffleCompilerOptionDescriptor.Type type()
public boolean deprecated()
public String help()
public String deprecationMessage()