Package | Description |
---|---|
com.sun.tools.javac.jvm |
Modifier and Type | Field and Description |
---|---|
Profile |
ClassReader.profile
The currently selected profile.
|
Modifier and Type | Method and Description |
---|---|
static Profile |
Profile.instance(Context context) |
static Profile |
Profile.lookup(int value) |
static Profile |
Profile.lookup(String name) |
static Profile |
Profile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Profile[] |
Profile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 earcam. All rights reserved.