edu.rice.cs.cunit.util
Interface StringOps.MatchResult

All Superinterfaces:
java.util.regex.MatchResult
All Known Implementing Classes:
StringOps.MatchResultDelegate
Enclosing class:
StringOps

public static interface StringOps.MatchResult
extends java.util.regex.MatchResult


Method Summary
 boolean found()
           
 
Methods inherited from interface java.util.regex.MatchResult
end, end, group, group, groupCount, start, start
 

Method Detail

found

boolean found()