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

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

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


Field Summary
private  java.util.regex.Pattern pattern
           
 
Constructor Summary
Invoke.RegexpStringMatcher(java.lang.String re)
           
 
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

pattern

private java.util.regex.Pattern pattern
Constructor Detail

Invoke.RegexpStringMatcher

public Invoke.RegexpStringMatcher(java.lang.String re)
Method Detail

match

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