com.ibm.lpex.util
Class RegularExpression.Match

java.lang.Object
  |
  +--com.ibm.lpex.util.RegularExpression.Match
Enclosing class:
RegularExpression

public static final class RegularExpression.Match
extends java.lang.Object


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

Constructor Detail

RegularExpression.Match

public RegularExpression.Match(int start,
                               int end)
Method Detail

start

public int start()

end

public int end()