edu.umd.cs.findbugs.ba.bcp
Class Invoke.SubclassMatcher

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.bcp.Invoke.SubclassMatcher
All Implemented Interfaces:
Invoke.StringMatcher
Enclosing class:
Invoke

private static class Invoke.SubclassMatcher
extends java.lang.Object
implements Invoke.StringMatcher


Field Summary
private  java.lang.String className
           
 
Constructor Summary
Invoke.SubclassMatcher(java.lang.String className)
           
 
Method Summary
 boolean match(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

private java.lang.String className
Constructor Detail

Invoke.SubclassMatcher

public Invoke.SubclassMatcher(java.lang.String className)
Method Detail

match

public boolean match(java.lang.String s)
Specified by:
match in interface Invoke.StringMatcher