| Package | Description |
|---|---|
| org.benf.cfr.reader.bytecode |
| Modifier and Type | Field and Description |
|---|---|
private BytecodeMeta.CodeInfoFlag[] |
BytecodeMeta.FlagTest.flags |
| Modifier and Type | Field and Description |
|---|---|
private java.util.EnumSet<BytecodeMeta.CodeInfoFlag> |
BytecodeMeta.flags |
| Modifier and Type | Method and Description |
|---|---|
static BytecodeMeta.CodeInfoFlag |
BytecodeMeta.CodeInfoFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BytecodeMeta.CodeInfoFlag[] |
BytecodeMeta.CodeInfoFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BytecodeMeta.has(BytecodeMeta.CodeInfoFlag flag) |
static UnaryFunction<BytecodeMeta,java.lang.Boolean> |
BytecodeMeta.hasAnyFlag(BytecodeMeta.CodeInfoFlag... flag) |
void |
BytecodeMeta.set(BytecodeMeta.CodeInfoFlag flag) |
| Constructor and Description |
|---|
FlagTest(BytecodeMeta.CodeInfoFlag[] flags) |