Searched defs:instanceOf (Results 1 – 9 of 9) sorted by relevance
40 public static Matcher<Object> instanceOf(Class<?> type) { in instanceOf() method in IsInstanceOf
65 public static org.hamcrest.Matcher<java.lang.Object> instanceOf(java.lang.Class<?> type) { in instanceOf() method in CoreMatchers
353 public static void instanceOf(Class<?> expectedClass, Object o) { in instanceOf() method in Assert
93 public int instanceOf(String otherType, Clazz otherReferencedClass) in instanceOf() method in ReferenceValue
604 int instanceOf = stack.apop().instanceOf(referenceValue.getType(), in visitConstantInstruction() local
65 public static org.hamcrest.Matcher<java.lang.Object> instanceOf(java.lang.Class<?> type) { in instanceOf() method in Matchers
67 inline bool instanceOf (Base& obj) in instanceOf() function
196 public static Predicate<Object> instanceOf(Class<?> clazz) { in instanceOf() method in Predicates
1189 match.instanceOf = function (type) { function