|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.stevesoft.pat.ReplaceRule
|
+--com.stevesoft.pat.NullRule
The apply(StringBufferLike sb,RegRes res) method of this derivation of ReplaceRule appends nothing to the contents of the StringBuffer sb.
ReplaceRule| Fields inherited from class com.stevesoft.pat.ReplaceRule |
next |
| Constructor Summary | |
NullRule()
|
|
| Method Summary | |
void |
apply(StringBufferLike sb,
RegRes res)
This function appends to the StringBufferLike the text you want to replaced the portion of the String last matched. |
java.lang.String |
toString1()
This tells how to convert just the current element (and none of the other items in the linked list) to a String. |
| Methods inherited from class com.stevesoft.pat.ReplaceRule |
add,
addRule,
arg,
clone,
clone1,
define,
define,
define,
isDefined,
perlCode,
toString,
undefine |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public NullRule()
| Method Detail |
public void apply(StringBufferLike sb,
RegRes res)
public java.lang.String toString1()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||