|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
public static class RegEx.Match
Constructor Summary | |
---|---|
RegEx.Match()
Creates an instance. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
getBeginning(int index)
Return a start position in the target text matched to specified regular expression group. |
java.lang.String |
getCapturedText(int index)
Return an substring of the target text matched to specified regular expression group. |
int |
getEnd(int index)
Return an end position in the target text matched to specified regular expression group. |
int |
getNumberOfGroups()
Return the number of regular expression groups. |
protected void |
setBeginning(int index,
int v)
|
protected void |
setEnd(int index,
int v)
|
protected void |
setNumberOfGroups(int n)
|
protected void |
setSource(char[] chars)
|
protected void |
setSource(java.text.CharacterIterator ci)
|
protected void |
setSource(java.lang.String str)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegEx.Match()
Method Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
protected void setNumberOfGroups(int n)
protected void setSource(java.text.CharacterIterator ci)
protected void setSource(java.lang.String str)
protected void setSource(char[] chars)
protected void setBeginning(int index, int v)
protected void setEnd(int index, int v)
public int getNumberOfGroups()
public int getBeginning(int index)
index
- Less than getNumberOfGroups()
.public int getEnd(int index)
index
- Less than getNumberOfGroups()
.public java.lang.String getCapturedText(int index)
index
- Less than getNumberOfGroups()
.
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |