public class HeuristicsForJumps extends Object
| Constructor and Description |
|---|
HeuristicsForJumps() |
| Modifier and Type | Method and Description |
|---|---|
static Truthness |
getForNullComparison(Object obj,
int opcode) |
static Truthness |
getForObjectComparison(Object first,
Object second,
int opcode) |
static Truthness |
getForSingleValueJump(int value,
int opcode)
This are values compared against 0, like
value < 0 |
static Truthness |
getForValueComparison(int firstValue,
int secondValue,
int opcode) |
public static Truthness getForSingleValueJump(int value, int opcode)
value < 0public static Truthness getForValueComparison(int firstValue, int secondValue, int opcode)
public static Truthness getForObjectComparison(Object first, Object second, int opcode)
Copyright © 2016–2024. All rights reserved.