Class IfMatching
java.lang.Object
net.covers1624.coffeegrinder.bytecode.matching.IfMatching
Created by covers1624 on 27/4/21.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable IfInstructionmatchNopFalseIf(@Nullable Instruction insn) Matches a singleIfInstructionwith aNopinstruction as its false branch target.
-
Constructor Details
-
IfMatching
public IfMatching()
-
-
Method Details
-
matchNopFalseIf
@Nullable public static @Nullable IfInstruction matchNopFalseIf(@Nullable @Nullable Instruction insn) Matches a singleIfInstructionwith aNopinstruction as its false branch target.- Parameters:
insn- TheInstructionto match.- Returns:
- The
IfInstructionornull.
-