Package org.benf.cfr.reader.bytecode
Class BytecodeMeta.FlagTest
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.BytecodeMeta.FlagTest
-
- All Implemented Interfaces:
UnaryFunction<BytecodeMeta,java.lang.Boolean>
- Enclosing class:
- BytecodeMeta
private static class BytecodeMeta.FlagTest extends java.lang.Object implements UnaryFunction<BytecodeMeta,java.lang.Boolean>
-
-
Field Summary
Fields Modifier and Type Field Description private BytecodeMeta.CodeInfoFlag[]
flags
-
Constructor Summary
Constructors Modifier Constructor Description private
FlagTest(BytecodeMeta.CodeInfoFlag[] flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
invoke(BytecodeMeta arg)
-
-
-
Field Detail
-
flags
private final BytecodeMeta.CodeInfoFlag[] flags
-
-
Constructor Detail
-
FlagTest
private FlagTest(BytecodeMeta.CodeInfoFlag[] flags)
-
-
Method Detail
-
invoke
public java.lang.Boolean invoke(BytecodeMeta arg)
- Specified by:
invoke
in interfaceUnaryFunction<BytecodeMeta,java.lang.Boolean>
-
-