Uses of Class
com.google.code.regexp.GroupInfo

Uses of GroupInfo in com.google.code.regexp
 

Methods in com.google.code.regexp that return types with arguments of type GroupInfo
static Map<String,List<GroupInfo>> Pattern.extractGroupInfo(String namedPattern)
          Parses info on named capture groups from a pattern
 Map<String,List<GroupInfo>> Pattern.groupInfo()
          Gets the names and group info (group index and string position within the named pattern) of all named capture groups
 



Copyright © 2013. All Rights Reserved.