Package com.google.code.regexp

Interface Summary
MatchResult The result of a match operation.
NamedMatchResult Deprecated. see MatchResult
 

Class Summary
GroupInfo Contains the position and group index of capture groups from a named pattern
Matcher An engine that performs match operations on a character sequence by interpreting a Pattern.
NamedMatcher Deprecated. see Matcher
NamedPattern Deprecated. see Pattern
Pattern A compiled representation of a regular expression.
 



Copyright © 2012. All Rights Reserved.