Package | Description |
---|---|
manifold.internal.javac |
Modifier and Type | Method and Description |
---|---|
static Arg |
Arg.byName(String name) |
static Arg |
Arg.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Arg[] |
Arg.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<Arg> |
Arg.allOptional() |
static Set<Arg> |
Arg.allRequired() |
Modifier and Type | Method and Description |
---|---|
protected void |
Arg.validate(String arg,
Map<Arg,Set<String>> map) |
Copyright © 2024. All rights reserved.