public interface IResolver
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInstanceOf(java.lang.Object cls,
java.lang.String type)
Returns if the given
type is equal or a subclass of to the
class object represented by class. |
boolean isInstanceOf(java.lang.Object cls,
java.lang.String type)
type is equal or a subclass of to the
class object represented by class. We use Object instead of
java.lang.Class here, because we do not know the concrete
type used by the instrumenter.cls - the class objecttype - the type to be checked fortrue if type is of the type of
cls or a subclass of cls