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> |
ClassFile.getAccessFlags() |
Set<AccessFlag> |
Field.getAccessFlags() |
Modifier and Type | Method and Description |
---|---|
boolean |
ClassFile.testAccessFlag(AccessFlag accessFlag) |
boolean |
Field.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.