| Package | Description |
|---|---|
| cn.t.util.jvm |
| Modifier and Type | Method and Description |
|---|---|
static AccessFlag |
AccessFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessFlag[] |
AccessFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AccessFlag> |
AccessFlag.getAccessFlag(short value) |
List<AccessFlag> |
ClassField.getAccessFlagList() |
List<AccessFlag> |
ClassFile.getClassAccessFlagList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassField.setAccessFlagList(List<AccessFlag> accessFlagList) |
void |
ClassFile.setClassAccessFlagList(List<AccessFlag> classAccessFlagList) |
Copyright © 2019. All rights reserved.