Package | Description |
---|---|
org.benf.cfr.reader.entities |
Modifier and Type | Method and Description |
---|---|
static AccessFlagMethod |
AccessFlagMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessFlagMethod[] |
AccessFlagMethod.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<AccessFlagMethod> |
AccessFlagMethod.build(int raw) |
Set<AccessFlagMethod> |
Method.getAccessFlags() |
Modifier and Type | Method and Description |
---|---|
boolean |
Method.testAccessFlag(AccessFlagMethod flag) |
Modifier and Type | Method and Description |
---|---|
static void |
AccessFlagMethod.applyAttributes(AttributeMap attributeMap,
Set<AccessFlagMethod> accessFlagSet) |
Constructor and Description |
---|
FakeMethod(String name,
EnumSet<AccessFlagMethod> accessFlags,
JavaTypeInstance returnType,
Op04StructuredStatement structuredStatement,
DecompilerComments comments) |
Copyright © 2011-2021. All Rights Reserved.