Package com.yourkit.probes
Class ClassChecker
java.lang.Object
com.yourkit.probes.ClassChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
If the object is an instance of a class at index N in the list passed to the constructor, N-th bit will be set in the returned mask.boolean
isAssignableFrom
(Class<?> aClass) boolean
Utility method.
-
Constructor Details
-
ClassChecker
-
-
Method Details
-
getMask
If the object is an instance of a class at index N in the list passed to the constructor, N-th bit will be set in the returned mask. -
isAssignableFrom
-
accepts
-
rejects
Utility method. The same as!accepts(object)
.
-