Package | Description |
---|---|
ch.usi.dag.disl |
Modifier and Type | Method and Description |
---|---|
static DiSL.CodeOption |
DiSL.CodeOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiSL.CodeOption[] |
DiSL.CodeOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<DiSL.CodeOption> |
DiSL.CodeOption.setOf(DiSL.CodeOption... options)
Creates a set of code options from an array of options.
|
static java.util.Set<DiSL.CodeOption> |
DiSL.CodeOption.setOf(int flags)
Creates a set of code options from flags in an integer.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<DiSL.CodeOption> |
DiSL.CodeOption.setOf(DiSL.CodeOption... options)
Creates a set of code options from an array of options.
|