Class XmlMethod.Without
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlMethod.Without
-
- All Implemented Interfaces:
Predicate<XmlBytecodeEntry>
- Enclosing class:
- XmlMethod
public static final class XmlMethod.Without extends Object implements Predicate<XmlBytecodeEntry>
Predicated for filtering commands. Filters commands that have specified opcodes.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description Without(int... opcodes)
Constructor.
-
-
-
Method Detail
-
test
public boolean test(XmlBytecodeEntry instr)
- Specified by:
test
in interfacePredicate<XmlBytecodeEntry>
-
-