| Package | Description |
|---|---|
| org.benf.cfr.reader.entities | |
| org.benf.cfr.reader.entities.innerclass |
| 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 Set<AccessFlag> |
AccessFlag.build(int raw) |
Set<AccessFlag> |
Field.getAccessFlags() |
Set<AccessFlag> |
ClassFile.getAccessFlags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Field.testAccessFlag(AccessFlag accessFlag) |
boolean |
ClassFile.testAccessFlag(AccessFlag accessFlag) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AccessFlag.applyAttributes(AttributeMap attributeMap,
Set<AccessFlag> accessFlagSet) |
| Modifier and Type | Method and Description |
|---|---|
Set<AccessFlag> |
InnerClassAttributeInfo.getAccessFlags() |
| Constructor and Description |
|---|
InnerClassAttributeInfo(JavaTypeInstance innerClassInfo,
JavaTypeInstance outerClassInfo,
String innerName,
Set<AccessFlag> accessFlags) |
Copyright © 2011-2021. All Rights Reserved.