public static class Misc.IsForwardJumpTo extends java.lang.Object implements Predicate<Op03SimpleStatement>
Modifier and Type | Field and Description |
---|---|
private InstrIndex |
thisIndex |
Constructor and Description |
---|
IsForwardJumpTo(InstrIndex thisIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(Op03SimpleStatement in) |
private final InstrIndex thisIndex
public IsForwardJumpTo(InstrIndex thisIndex)
public boolean test(Op03SimpleStatement in)
test
in interface Predicate<Op03SimpleStatement>