Class MiscUtils
java.lang.Object
org.benf.cfr.reader.util.MiscUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic booleanisThis(Expression obj, JavaTypeInstance thisType) static booleanisThis(LValue thisExp, JavaTypeInstance thisType) mkRegexFilter(String pat, boolean anywhere) static <T> booleanxor(T a, T b, T required)
-
Constructor Details
-
MiscUtils
public MiscUtils()
-
-
Method Details
-
xor
public static <T> boolean xor(T a, T b, T required) -
mkRegexFilter
-
handyBreakPoint
public static void handyBreakPoint() -
isThis
-
isThis
-