com.indexdata.namedgroups
Interface NamedMatchResult

All Superinterfaces:
MatchResult
All Known Implementing Classes:
NamedMatcher

public interface NamedMatchResult
extends MatchResult


Method Summary
 int end(String groupName)
           
 String group(String groupName)
           
 Map<String,String> namedGroups()
           
 List<String> orderedGroups()
           
 int start(String groupName)
           
 
Methods inherited from interface java.util.regex.MatchResult
end, end, group, group, groupCount, start, start
 

Method Detail

orderedGroups

List<String> orderedGroups()

namedGroups

Map<String,String> namedGroups()

group

String group(String groupName)

start

int start(String groupName)

end

int end(String groupName)


Copyright © 2012. All Rights Reserved.