]> git.uio.no Git - ifi-stolz-refaktor.git/blame - 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
CommitLineData
039dfeb3 1package no.uio.ifi.refaktor.analyze.matchers;
8667ff87
EK
2
3public interface InstanceOfMatcher {
4 boolean matches(Object o);
5}