Package com.strobel.decompiler.ast
Class TypeAnalysis
java.lang.Object
com.strobel.decompiler.ast.TypeAnalysis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisBoolean(TypeReference type) static voidreset(DecompilerContext context, Block method) static voidrun(DecompilerContext context, Block method) static <T> booleantrueForAll(Iterable<T> sequence, Predicate<T> condition)
-
Constructor Details
-
TypeAnalysis
public TypeAnalysis()
-
-
Method Details
-
run
-
reset
-
trueForAll
-
isBoolean
-