public final class TypeAnalysis
extends java.lang.Object
| Constructor and Description |
|---|
TypeAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBoolean(TypeReference type) |
static void |
reset(DecompilerContext context,
Block method) |
static void |
run(DecompilerContext context,
Block method) |
static <T> boolean |
trueForAll(java.lang.Iterable<T> sequence,
com.strobel.core.Predicate<T> condition) |
public static void run(DecompilerContext context, Block method)
public static void reset(DecompilerContext context, Block method)
public static <T> boolean trueForAll(java.lang.Iterable<T> sequence,
com.strobel.core.Predicate<T> condition)
public static boolean isBoolean(TypeReference type)