public class IfMatching
extends java.lang.Object
| Constructor and Description |
|---|
IfMatching() |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable IfInstruction |
matchIf(@Nullable Instruction insn)
Matches a single
IfInstruction. |
static @Nullable IfInstruction |
matchNopFalseIf(@Nullable Instruction insn)
Matches a single
IfInstruction with a Nop instruction as its false
branch target. |
@Nullable public static @Nullable IfInstruction matchIf(@Nullable @Nullable Instruction insn)
IfInstruction.insn - The Instruction to match.IfInstruction or null.@Nullable public static @Nullable IfInstruction matchNopFalseIf(@Nullable @Nullable Instruction insn)
IfInstruction with a Nop instruction as its false
branch target.insn - The Instruction to match.IfInstruction or null.