| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.codegen.jmerge.JMerger.FindAndReplace
Field Summary | |
protected int | current
|
protected Pattern | pattern
|
protected String | string
|
protected StringBuffer | stringBuffer
|
Constructor Summary | |
JMerger.FindAndReplace(Pattern pattern)
|
Method Summary | |
String | apply(String string)
|
abstract boolean | handleMatch(int offset,
Matcher matcher)
|
void | replace(int begin,
int end,
String replacement)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Pattern pattern
protected String string
protected StringBuffer stringBuffer
protected int current
Constructor Detail |
public JMerger.FindAndReplace(Pattern pattern)
Method Detail |
public String apply(String string)
public void replace(int begin, int end, String replacement)
public abstract boolean handleMatch(int offset, Matcher matcher)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |