|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jface.stepmt.core.patterns.AbstractPattern
org.jface.stepmt.core.util.ContainerPattern
Field Summary |
Fields inherited from class org.jface.stepmt.core.patterns.AbstractPattern |
name |
Method Summary | |
Interval |
match(java.lang.String str,
int index)
Returns the Interval matching this pattern at the given index. |
Methods inherited from class org.jface.stepmt.core.patterns.AbstractPattern |
checkBounds, getName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Interval match(java.lang.String str, int index)
Pattern
Interval
matching this pattern at the given index.
str
- The String
index
- The index that is used to match the position.
Interval
matchin this Pattern
or
null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |