All Packages Class Hierarchy This Package Previous Next Index
Class JP.ac.osaka_u.ender.util.regex.MatchInfo
java.lang.Object
|
+----JP.ac.osaka_u.ender.util.regex.MatchInfo
- public class MatchInfo
- extends Object
A class used in pattern matching.
-
MatchInfo()
- Constructor.
-
MatchInfo(int, int, String)
- Constructor.
-
end()
- Returns the end index of the matched string.
-
matchString()
- Returns the matched string.
-
start()
- Returns the start index of the matched string.
-
toString()
-
MatchInfo
public MatchInfo()
- Constructor.
MatchInfo
public MatchInfo(int start,
int end,
String matchString)
- Constructor.
start
public int start()
- Returns the start index of the matched string.
end
public int end()
- Returns the end index of the matched string.
matchString
public String matchString()
- Returns the matched string.
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index