private static class BytecodeMeta.FlagTest extends java.lang.Object implements UnaryFunction<BytecodeMeta,java.lang.Boolean>
| Modifier and Type | Field and Description |
|---|---|
private BytecodeMeta.CodeInfoFlag[] |
flags |
| Modifier | Constructor and Description |
|---|---|
private |
FlagTest(BytecodeMeta.CodeInfoFlag[] flags) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
invoke(BytecodeMeta arg) |
private final BytecodeMeta.CodeInfoFlag[] flags
private FlagTest(BytecodeMeta.CodeInfoFlag[] flags)
public java.lang.Boolean invoke(BytecodeMeta arg)
invoke in interface UnaryFunction<BytecodeMeta,java.lang.Boolean>