|
|||||||||||
| 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.patterns.EndOfLinePattern
| Field Summary |
| Fields inherited from class org.jface.stepmt.core.patterns.AbstractPattern |
name |
| Constructor Summary | |
EndOfLinePattern()
|
|
| 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 |
| Constructor Detail |
public EndOfLinePattern()
| Method Detail |
public Interval match(java.lang.String str,
int index)
PatternInterval matching this pattern at the given index.
str - The Stringindex - 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 | ||||||||||