]> git.uio.no Git - ifi-stolz-refaktor.git/blob - software/no.uio.ifi.refaktor/src/no/uio/ifi/refaktor/analyze/matchers/InstanceOfMatcher.java
Merge branch 'master' of git://git.uio.no/ifi-stolz-refaktor
[ifi-stolz-refaktor.git] / software / no.uio.ifi.refaktor / src / no / uio / ifi / refaktor / analyze / matchers / InstanceOfMatcher.java
1 package no.uio.ifi.refaktor.analyze.matchers;
2
3 public interface InstanceOfMatcher {
4         boolean matches(Object o);
5 }