Package | Description |
---|---|
com.sun.tools.javac.code |
Modifier and Type | Method and Description |
---|---|
static Flags.Flag |
Flags.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flags.Flag[] |
Flags.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<Flags.Flag> |
Flags.asFlagSet(long flags) |
Copyright © 2017 earcam. All rights reserved.