Searched refs:InterfaceMatcher (Results 1 – 5 of 5) sorted by relevance
12 public class InterfaceMatcher implements ClassMatcher { class17 public InterfaceMatcher(RootDoc root, Pattern pattern) { in InterfaceMatcher() method in InterfaceMatcher
103 return new InterfaceMatcher(root, Pattern.compile(strings[1])); in buildMatcher()
39 DeviceIsAvailable = common.InterfaceMatcher(CLASS, SUBCLASS, PROTOCOL)
40 def InterfaceMatcher(clazz, subclass, protocol): function