public class PushRule extends SpecialRule
next| Constructor and Description |
|---|
PushRule(PushRule p) |
PushRule(String nm,
Regex rr) |
PushRule(String nm,
Transformer tr) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(StringBufferLike sbl,
RegRes rr)
This function appends to the StringBufferLike the text you want
to replaced the portion of the String last matched.
|
Object |
clone1()
A rule describing how to clone only the current ReplaceRule,
and none of the others in this linked list.
|
String |
String1() |
public PushRule(PushRule p)
public PushRule(String nm, Transformer tr)
public Object clone1()
ReplaceRuleclone1 in class ReplaceRulepublic String String1()
public void apply(StringBufferLike sbl, RegRes rr)
ReplaceRuleapply in class SpecialRule