org.firej
Class MatchResult

java.lang.Object
  extended by org.firej.MatchResult

public class MatchResult
extends java.lang.Object


Method Summary
 int end()
           
 int end(int group)
           
 java.lang.String group()
           
 java.lang.String group(int group)
           
 int groupCount()
           
 int start()
           
 int start(int group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

end

public int end()

end

public int end(int group)

group

public java.lang.String group()

group

public java.lang.String group(int group)

groupCount

public int groupCount()

start

public int start()

start

public int start(int group)